braze-api
    Preparing search index...

    Interface ContentBlockResponse

    interface ContentBlockResponse {
        content: string;
        content_block_id: string;
        content_type: string;
        created_at: string;
        description: string;
        errors?: string[];
        inclusion_count: number;
        inclusion_data: string[];
        last_edited: string;
        message: string;
        name: string;
        tags: string[];
    }

    Hierarchy

    • ServerResponse
      • ContentBlockResponse
    Index

    Properties

    content: string
    content_block_id: string
    content_type: string
    created_at: string
    description: string
    errors?: string[]
    inclusion_count: number
    inclusion_data: string[]
    last_edited: string
    message: string
    name: string
    tags: string[]