Type Alias PhoneRolesGetRoleInformationResponse

PhoneRolesGetRoleInformationResponse: {
    description?: string;
    id?: string;
    is_default?: boolean;
    name?: string;
    total_members?: number;
}