Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RolesListResponse ¶
type RolesListService ¶
type RolesListService struct { httputils.HttpService // contains filtered or unexported fields }
RolesListService implements the Group Management, List All Roles API. Ref. https://fivetran.com/docs/rest-api/roles
func (*RolesListService) Cursor ¶
func (s *RolesListService) Cursor(value string) *RolesListService
func (*RolesListService) Do ¶
func (s *RolesListService) Do(ctx context.Context) (RolesListResponse, error)
func (*RolesListService) Limit ¶
func (s *RolesListService) Limit(value int) *RolesListService
Click to show internal directories.
Click to hide internal directories.