Class ScheduledChime
Inheritance
ScheduledChime
Assembly: Inttegro.dll
Syntax
public sealed class ScheduledChime
Properties
|
Edit this page
View Source
CanceledAt
Declaration
[JsonPropertyName("canceled_at")]
public string? CanceledAt { get; set; }
Property Value
|
Edit this page
View Source
ChimeIds
Declaration
[JsonPropertyName("chime_ids")]
public List<string>? ChimeIds { get; set; }
Property Value
|
Edit this page
View Source
Content
Declaration
[JsonPropertyName("content")]
public string? Content { get; set; }
Property Value
|
Edit this page
View Source
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
Errors
Declaration
[JsonPropertyName("errors")]
public List<ApiError>? Errors { get; set; }
Property Value
|
Edit this page
View Source
ExecutedAt
Declaration
[JsonPropertyName("executed_at")]
public string? ExecutedAt { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement>? Extra { get; set; }
Property Value
|
Edit this page
View Source
FullMessage
Declaration
[JsonPropertyName("full_message")]
public string? FullMessage { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
|
Edit this page
View Source
Purpose
Declaration
[JsonPropertyName("purpose")]
public string? Purpose { get; set; }
Property Value
|
Edit this page
View Source
Recipients
Declaration
[JsonPropertyName("recipients")]
public List<string>? Recipients { get; set; }
Property Value
|
Edit this page
View Source
SendAfter
Declaration
[JsonPropertyName("send_after")]
public string? SendAfter { get; set; }
Property Value
|
Edit this page
View Source
SenderId
Declaration
[JsonPropertyName("sender_id")]
public string? SenderId { get; set; }
Property Value