Search Results for

    Show / Hide Table of Contents

    Class ContentDetailResponse

    Inheritance
    object
    ContentDetailResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class ContentDetailResponse

    Properties

    ContentDuration

    Declaration
    [JsonPropertyName("content_duration")]
    public int? ContentDuration { get; set; }
    Property Value
    Type Description
    int?

    ContentDurationDisplay

    Declaration
    [JsonPropertyName("content_duration_display")]
    public string? ContentDurationDisplay { get; set; }
    Property Value
    Type Description
    string

    ContentStatus

    Declaration
    [JsonPropertyName("content_status")]
    public string? ContentStatus { get; set; }
    Property Value
    Type Description
    string

    ContentType

    Declaration
    [JsonPropertyName("content_type")]
    public string? ContentType { get; set; }
    Property Value
    Type Description
    string

    ContentTypeDisplay

    Declaration
    [JsonPropertyName("content_type_display")]
    public string? ContentTypeDisplay { get; set; }
    Property Value
    Type Description
    string

    ContentUrl

    Declaration
    [JsonPropertyName("content_url")]
    public string? ContentUrl { get; set; }
    Property Value
    Type Description
    string

    ContentWordCount

    Declaration
    [JsonPropertyName("content_word_count")]
    public int? ContentWordCount { get; set; }
    Property Value
    Type Description
    int?

    Description

    Declaration
    [JsonPropertyName("description")]
    public string? Description { get; set; }
    Property Value
    Type Description
    string

    Error

    Declaration
    [JsonPropertyName("error")]
    public string? Error { get; set; }
    Property Value
    Type Description
    string

    Id

    Declaration
    [JsonPropertyName("id")]
    public string? Id { get; set; }
    Property Value
    Type Description
    string

    Metadata

    Declaration
    [JsonPropertyName("metadata")]
    public List<Dictionary<string, string>>? Metadata { get; set; }
    Property Value
    Type Description
    List<Dictionary<string, string>>

    PublishedAt

    Declaration
    [JsonPropertyName("published_at")]
    public string? PublishedAt { get; set; }
    Property Value
    Type Description
    string

    PulledAt

    Declaration
    [JsonPropertyName("pulled_at")]
    public string? PulledAt { get; set; }
    Property Value
    Type Description
    string

    SourceConnectionContentVersionId

    Declaration
    [JsonPropertyName("source_connection_content_version_id")]
    public string? SourceConnectionContentVersionId { get; set; }
    Property Value
    Type Description
    string

    SourceConnectionId

    Declaration
    [JsonPropertyName("source_connection_id")]
    public string? SourceConnectionId { get; set; }
    Property Value
    Type Description
    string

    SourceName

    Declaration
    [JsonPropertyName("source_name")]
    public string? SourceName { get; set; }
    Property Value
    Type Description
    string

    SourceType

    Declaration
    [JsonPropertyName("source_type")]
    public string? SourceType { get; set; }
    Property Value
    Type Description
    string

    TextContent

    Declaration
    [JsonPropertyName("text_content")]
    public string? TextContent { get; set; }
    Property Value
    Type Description
    string

    TextContentEnd

    Declaration
    [JsonPropertyName("text_content_end")]
    public int TextContentEnd { get; set; }
    Property Value
    Type Description
    int

    TextContentStart

    Declaration
    [JsonPropertyName("text_content_start")]
    public int TextContentStart { get; set; }
    Property Value
    Type Description
    int

    TextContentTotalLength

    Declaration
    [JsonPropertyName("text_content_total_length")]
    public int TextContentTotalLength { get; set; }
    Property Value
    Type Description
    int

    Title

    Declaration
    [JsonPropertyName("title")]
    public string? Title { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX