Source position: googledfareporting.pp line 7328
type TAccountUserProfilesListOptions = record |
active: Boolean; |
ids: Int64; |
maxResults: Integer; |
pageToken: string; |
searchString: string; |
sortField: string; |
sortOrder: string; |
subaccountId: Int64; |
userRoleId: Int64; |
end; |