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

    Type Alias GetSharegroupMembersData

    type GetSharegroupMembersData = {
        body?: never;
        path: { sharegroupId: number };
        query?: never;
        url: "images/sharegroups/{sharegroupId}/members";
    }
    Index

    Properties

    Properties

    body?: never
    path: { sharegroupId: number }

    Type Declaration

    • sharegroupId: number

      The share group's unique identifier assigned after creating it. Not to be confused with the group's uuid.

    query?: never
    url: "images/sharegroups/{sharegroupId}/members"