Interface ProfilesGetProfilesResponse

interface ProfilesGetProfilesResponse {
    limits: ListLimitsReturned;
    profiles: ProfilesDetailsProfile[];
}

Properties

Properties