Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListInput ¶
type ListInput struct { // Path parameters Query string Expansions fields.ExpansionList MaxResults ListMaxResults SpaceFields fields.SpaceFieldList UserFields fields.UserFieldList State fields.State // contains filtered or unexported fields }
func (*ListInput) AccessToken ¶
func (*ListInput) ParameterMap ¶
func (*ListInput) ResolveEndpoint ¶
func (*ListInput) SetAccessToken ¶
type ListMaxResults ¶
type ListMaxResults int
func (ListMaxResults) String ¶
func (m ListMaxResults) String() string
func (ListMaxResults) Valid ¶
func (m ListMaxResults) Valid() bool
type ListOutput ¶
type ListOutput struct { Data []resources.Space `json:"data"` Includes struct { Users []resources.User `json:"users"` } `json:"includes"` Errors []resources.PartialError `json:"errors"` }
func (*ListOutput) HasPartialError ¶
func (r *ListOutput) HasPartialError() bool
Click to show internal directories.
Click to hide internal directories.