Interface ProfilesGetProfilesParams

ProfilesGetProfilesParams ($ref: "Profiles.GetProfiles.Params") Parameters for the GetProfiles method.

interface ProfilesGetProfilesParams {
    limits?: ListLimits;
    properties?: string[];
    sort?: ListSort;
}

Properties

limits?: ListLimits
properties?: string[]
sort?: ListSort