Class ContentDetailResponse
Inheritance
ContentDetailResponse
Assembly: Seclai.dll
Syntax
public sealed class ContentDetailResponse
Properties
ContentDuration
Declaration
[JsonPropertyName("content_duration")]
public int? ContentDuration { get; set; }
Property Value
ContentDurationDisplay
Declaration
[JsonPropertyName("content_duration_display")]
public string? ContentDurationDisplay { get; set; }
Property Value
ContentStatus
Declaration
[JsonPropertyName("content_status")]
public string? ContentStatus { get; set; }
Property Value
ContentType
Declaration
[JsonPropertyName("content_type")]
public string? ContentType { get; set; }
Property Value
ContentTypeDisplay
Declaration
[JsonPropertyName("content_type_display")]
public string? ContentTypeDisplay { get; set; }
Property Value
ContentUrl
Declaration
[JsonPropertyName("content_url")]
public string? ContentUrl { get; set; }
Property Value
ContentWordCount
Declaration
[JsonPropertyName("content_word_count")]
public int? ContentWordCount { get; set; }
Property Value
Description
Declaration
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
Error
Declaration
[JsonPropertyName("error")]
public string? Error { get; set; }
Property Value
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
Metadata
Declaration
[JsonPropertyName("metadata")]
public List<Dictionary<string, string>>? Metadata { get; set; }
Property Value
PublishedAt
Declaration
[JsonPropertyName("published_at")]
public string? PublishedAt { get; set; }
Property Value
PulledAt
Declaration
[JsonPropertyName("pulled_at")]
public string? PulledAt { get; set; }
Property Value
SourceConnectionContentVersionId
Declaration
[JsonPropertyName("source_connection_content_version_id")]
public string? SourceConnectionContentVersionId { get; set; }
Property Value
SourceConnectionId
Declaration
[JsonPropertyName("source_connection_id")]
public string? SourceConnectionId { get; set; }
Property Value
SourceName
Declaration
[JsonPropertyName("source_name")]
public string? SourceName { get; set; }
Property Value
SourceType
Declaration
[JsonPropertyName("source_type")]
public string? SourceType { get; set; }
Property Value
TextContent
Declaration
[JsonPropertyName("text_content")]
public string? TextContent { get; set; }
Property Value
TextContentEnd
Declaration
[JsonPropertyName("text_content_end")]
public int TextContentEnd { get; set; }
Property Value
TextContentStart
Declaration
[JsonPropertyName("text_content_start")]
public int TextContentStart { get; set; }
Property Value
TextContentTotalLength
Declaration
[JsonPropertyName("text_content_total_length")]
public int TextContentTotalLength { get; set; }
Property Value
Title
Declaration
[JsonPropertyName("title")]
public string? Title { get; set; }
Property Value