@webitel/api-services
    Preparing search index...

    Type of the Structure.

    int64 dc = 0;

    interface ProtoDataStruct {
        about?: string;
        administered?: boolean;
        createdAt?: string;
        createdBy?: DataLookupValue;
        display?: string;
        extendable?: boolean;
        fields?: DataField[];
        id?: string;
        indexes?: ProtoDataStructIndexes;
        name?: string;
        objclass?: string;
        path?: string;
        primary?: string;
        readonly?: boolean;
        repo?: string;
        updatedAt?: string;
        updatedBy?: DataLookupValue;
    }
    Index

    Properties

    about?: string

    Optional. Short description.

    administered?: boolean
    createdAt?: string
    createdBy?: DataLookupValue
    display?: string

    Required. Display [fields.id] key. Used as [lookup].name setting for this [struct] type.

    extendable?: boolean

    // Extension fields type. Extension extension = 23;

    fields?: DataField[]

    Fields of the struct type.

    id?: string

    Deprecated. Use repo instead. The [type] name (singular form), e.g.: country.

    INDEX fields.

    Extension extension = 15;

    name?: string

    A User-friendly [id] name ; lang: specific.

    objclass?: string

    Readonly. RbAC objclass identity.

    path?: string

    Readonly. Relative path to access the dataset APIs, e.g.: dictionaries/countries.

    primary?: string

    Required. Primary [fields.id] key. Used as [lookup].id setting for this [struct] type.

    readonly?: boolean
    repo?: string

    Repository (dataset) name (plural form), e.g.: countries.

    updatedAt?: string
    updatedBy?: DataLookupValue