Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListAccounts ¶
type ListAccounts struct { Search string `query_key:"search"` SearchType string `query_key:"searchType"` Sort string `query_key:"sort"` Offset int `query_key:"offset"` Limit int `query_key:"limit"` Filter string `query_key:"filter"` }
ListAccounts represents valid query parameters when listing accounts
type ListPlatforms ¶
type ListPlatforms struct { Active bool `query_key:"active"` PlatformType string `query_key:"platformType"` PlatformName string `query_key:"search"` }
ListPlatforms represents valid query parameters when listing platforms
Click to show internal directories.
Click to hide internal directories.