package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Oct 25, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AccountMembershipIn struct {
AccountName string `json:"accountName"`
Role types.Role `json:"role"`
UserID string `json:"userId"`
}
type AvailableKloudliteRegionIn struct {
DisplayName string `json:"displayName"`
ID string `json:"id"`
}
type PageInfo struct {
EndCursor *string `json:"endCursor,omitempty"`
HasNextPage *bool `json:"hasNextPage,omitempty"`
HasPrevPage *bool `json:"hasPrevPage,omitempty"`
StartCursor *string `json:"startCursor,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.