@akamai/openapi-ts
    Preparing search index...

    Type Alias PutSharegroupResponses

    type PutSharegroupResponses = {
        "200": {
            created: string;
            description: string | null;
            expiry: string | null;
            id: number;
            images_count: number;
            is_suspended: boolean;
            label: string;
            members_count: number;
            updated: string | null;
            uuid: string;
        };
    }
    Index

    Properties

    Properties

    "200": {
        created: string;
        description: string | null;
        expiry: string | null;
        id: number;
        images_count: number;
        is_suspended: boolean;
        label: string;
        members_count: number;
        updated: string | null;
        uuid: string;
    }

    The share group's details.

    Type Declaration

    • Readonlycreated: string

      Read-only When this share group was created.

    • description: string | null

      A detailed description of this share group.

    • Readonlyexpiry: string | null

      Read-only When the share group expires.

    • Readonlyid: number

      Read-only The share group's numeric identifier, used primarily as path parameters in URLs.

    • Readonlyimages_count: number

      Read-only The total number of images currently belonging to the share group.

    • Readonlyis_suspended: boolean

      Read-only If true, the share group is currently suspended.

    • label: string

      The share group's descriptive name.

    • Readonlymembers_count: number

      Read-only The number of users with access to the share group.

    • Readonlyupdated: string | null

      Read-only When this share group was last updated.

    • Readonlyuuid: string

      Read-only The share group's unique identifier used for membership token management.