Documentation ¶
Index ¶
- type Client
- func (a *Client) DeleteOrganizationTeam(params *DeleteOrganizationTeamParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteOrganizationTeamNoContent, error)
- func (a *Client) DeleteOrganizationTeamMember(params *DeleteOrganizationTeamMemberParams, ...) (*DeleteOrganizationTeamMemberNoContent, error)
- func (a *Client) DeleteTeamMemberEmailInvite(params *DeleteTeamMemberEmailInviteParams, ...) (*DeleteTeamMemberEmailInviteNoContent, error)
- func (a *Client) GetOrganizationTeamMembers(params *GetOrganizationTeamMembersParams, ...) (*GetOrganizationTeamMembersOK, error)
- func (a *Client) GetOrganizationTeamPermissions(params *GetOrganizationTeamPermissionsParams) (*GetOrganizationTeamPermissionsOK, error)
- func (a *Client) InviteTeamMemberEmail(params *InviteTeamMemberEmailParams, authInfo runtime.ClientAuthInfoWriter) (*InviteTeamMemberEmailOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateOrganizationTeam(params *UpdateOrganizationTeamParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateOrganizationTeamOK, error)
- func (a *Client) UpdateOrganizationTeamMember(params *UpdateOrganizationTeamMemberParams, ...) (*UpdateOrganizationTeamMemberOK, error)
- type ClientService
- type DeleteOrganizationTeamBadRequest
- type DeleteOrganizationTeamForbidden
- type DeleteOrganizationTeamMemberBadRequest
- type DeleteOrganizationTeamMemberForbidden
- type DeleteOrganizationTeamMemberNoContent
- type DeleteOrganizationTeamMemberNotFound
- type DeleteOrganizationTeamMemberParams
- func NewDeleteOrganizationTeamMemberParams() *DeleteOrganizationTeamMemberParams
- func NewDeleteOrganizationTeamMemberParamsWithContext(ctx context.Context) *DeleteOrganizationTeamMemberParams
- func NewDeleteOrganizationTeamMemberParamsWithHTTPClient(client *http.Client) *DeleteOrganizationTeamMemberParams
- func NewDeleteOrganizationTeamMemberParamsWithTimeout(timeout time.Duration) *DeleteOrganizationTeamMemberParams
- func (o *DeleteOrganizationTeamMemberParams) SetContext(ctx context.Context)
- func (o *DeleteOrganizationTeamMemberParams) SetHTTPClient(client *http.Client)
- func (o *DeleteOrganizationTeamMemberParams) SetMembername(membername string)
- func (o *DeleteOrganizationTeamMemberParams) SetOrgname(orgname string)
- func (o *DeleteOrganizationTeamMemberParams) SetTeamname(teamname string)
- func (o *DeleteOrganizationTeamMemberParams) SetTimeout(timeout time.Duration)
- func (o *DeleteOrganizationTeamMemberParams) WithContext(ctx context.Context) *DeleteOrganizationTeamMemberParams
- func (o *DeleteOrganizationTeamMemberParams) WithHTTPClient(client *http.Client) *DeleteOrganizationTeamMemberParams
- func (o *DeleteOrganizationTeamMemberParams) WithMembername(membername string) *DeleteOrganizationTeamMemberParams
- func (o *DeleteOrganizationTeamMemberParams) WithOrgname(orgname string) *DeleteOrganizationTeamMemberParams
- func (o *DeleteOrganizationTeamMemberParams) WithTeamname(teamname string) *DeleteOrganizationTeamMemberParams
- func (o *DeleteOrganizationTeamMemberParams) WithTimeout(timeout time.Duration) *DeleteOrganizationTeamMemberParams
- func (o *DeleteOrganizationTeamMemberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteOrganizationTeamMemberReader
- type DeleteOrganizationTeamMemberUnauthorized
- type DeleteOrganizationTeamNoContent
- type DeleteOrganizationTeamNotFound
- type DeleteOrganizationTeamParams
- func NewDeleteOrganizationTeamParams() *DeleteOrganizationTeamParams
- func NewDeleteOrganizationTeamParamsWithContext(ctx context.Context) *DeleteOrganizationTeamParams
- func NewDeleteOrganizationTeamParamsWithHTTPClient(client *http.Client) *DeleteOrganizationTeamParams
- func NewDeleteOrganizationTeamParamsWithTimeout(timeout time.Duration) *DeleteOrganizationTeamParams
- func (o *DeleteOrganizationTeamParams) SetContext(ctx context.Context)
- func (o *DeleteOrganizationTeamParams) SetHTTPClient(client *http.Client)
- func (o *DeleteOrganizationTeamParams) SetOrgname(orgname string)
- func (o *DeleteOrganizationTeamParams) SetTeamname(teamname string)
- func (o *DeleteOrganizationTeamParams) SetTimeout(timeout time.Duration)
- func (o *DeleteOrganizationTeamParams) WithContext(ctx context.Context) *DeleteOrganizationTeamParams
- func (o *DeleteOrganizationTeamParams) WithHTTPClient(client *http.Client) *DeleteOrganizationTeamParams
- func (o *DeleteOrganizationTeamParams) WithOrgname(orgname string) *DeleteOrganizationTeamParams
- func (o *DeleteOrganizationTeamParams) WithTeamname(teamname string) *DeleteOrganizationTeamParams
- func (o *DeleteOrganizationTeamParams) WithTimeout(timeout time.Duration) *DeleteOrganizationTeamParams
- func (o *DeleteOrganizationTeamParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteOrganizationTeamReader
- type DeleteOrganizationTeamUnauthorized
- type DeleteTeamMemberEmailInviteBadRequest
- type DeleteTeamMemberEmailInviteForbidden
- type DeleteTeamMemberEmailInviteNoContent
- type DeleteTeamMemberEmailInviteNotFound
- type DeleteTeamMemberEmailInviteParams
- func NewDeleteTeamMemberEmailInviteParams() *DeleteTeamMemberEmailInviteParams
- func NewDeleteTeamMemberEmailInviteParamsWithContext(ctx context.Context) *DeleteTeamMemberEmailInviteParams
- func NewDeleteTeamMemberEmailInviteParamsWithHTTPClient(client *http.Client) *DeleteTeamMemberEmailInviteParams
- func NewDeleteTeamMemberEmailInviteParamsWithTimeout(timeout time.Duration) *DeleteTeamMemberEmailInviteParams
- func (o *DeleteTeamMemberEmailInviteParams) SetContext(ctx context.Context)
- func (o *DeleteTeamMemberEmailInviteParams) SetEmail(email string)
- func (o *DeleteTeamMemberEmailInviteParams) SetHTTPClient(client *http.Client)
- func (o *DeleteTeamMemberEmailInviteParams) SetOrgname(orgname string)
- func (o *DeleteTeamMemberEmailInviteParams) SetTeamname(teamname string)
- func (o *DeleteTeamMemberEmailInviteParams) SetTimeout(timeout time.Duration)
- func (o *DeleteTeamMemberEmailInviteParams) WithContext(ctx context.Context) *DeleteTeamMemberEmailInviteParams
- func (o *DeleteTeamMemberEmailInviteParams) WithEmail(email string) *DeleteTeamMemberEmailInviteParams
- func (o *DeleteTeamMemberEmailInviteParams) WithHTTPClient(client *http.Client) *DeleteTeamMemberEmailInviteParams
- func (o *DeleteTeamMemberEmailInviteParams) WithOrgname(orgname string) *DeleteTeamMemberEmailInviteParams
- func (o *DeleteTeamMemberEmailInviteParams) WithTeamname(teamname string) *DeleteTeamMemberEmailInviteParams
- func (o *DeleteTeamMemberEmailInviteParams) WithTimeout(timeout time.Duration) *DeleteTeamMemberEmailInviteParams
- func (o *DeleteTeamMemberEmailInviteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteTeamMemberEmailInviteReader
- type DeleteTeamMemberEmailInviteUnauthorized
- type GetOrganizationTeamMembersBadRequest
- type GetOrganizationTeamMembersForbidden
- type GetOrganizationTeamMembersNotFound
- type GetOrganizationTeamMembersOK
- type GetOrganizationTeamMembersParams
- func NewGetOrganizationTeamMembersParams() *GetOrganizationTeamMembersParams
- func NewGetOrganizationTeamMembersParamsWithContext(ctx context.Context) *GetOrganizationTeamMembersParams
- func NewGetOrganizationTeamMembersParamsWithHTTPClient(client *http.Client) *GetOrganizationTeamMembersParams
- func NewGetOrganizationTeamMembersParamsWithTimeout(timeout time.Duration) *GetOrganizationTeamMembersParams
- func (o *GetOrganizationTeamMembersParams) SetContext(ctx context.Context)
- func (o *GetOrganizationTeamMembersParams) SetHTTPClient(client *http.Client)
- func (o *GetOrganizationTeamMembersParams) SetIncludePending(includePending *bool)
- func (o *GetOrganizationTeamMembersParams) SetOrgname(orgname string)
- func (o *GetOrganizationTeamMembersParams) SetTeamname(teamname string)
- func (o *GetOrganizationTeamMembersParams) SetTimeout(timeout time.Duration)
- func (o *GetOrganizationTeamMembersParams) WithContext(ctx context.Context) *GetOrganizationTeamMembersParams
- func (o *GetOrganizationTeamMembersParams) WithHTTPClient(client *http.Client) *GetOrganizationTeamMembersParams
- func (o *GetOrganizationTeamMembersParams) WithIncludePending(includePending *bool) *GetOrganizationTeamMembersParams
- func (o *GetOrganizationTeamMembersParams) WithOrgname(orgname string) *GetOrganizationTeamMembersParams
- func (o *GetOrganizationTeamMembersParams) WithTeamname(teamname string) *GetOrganizationTeamMembersParams
- func (o *GetOrganizationTeamMembersParams) WithTimeout(timeout time.Duration) *GetOrganizationTeamMembersParams
- func (o *GetOrganizationTeamMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetOrganizationTeamMembersReader
- type GetOrganizationTeamMembersUnauthorized
- type GetOrganizationTeamPermissionsBadRequest
- type GetOrganizationTeamPermissionsForbidden
- type GetOrganizationTeamPermissionsNotFound
- type GetOrganizationTeamPermissionsOK
- type GetOrganizationTeamPermissionsParams
- func NewGetOrganizationTeamPermissionsParams() *GetOrganizationTeamPermissionsParams
- func NewGetOrganizationTeamPermissionsParamsWithContext(ctx context.Context) *GetOrganizationTeamPermissionsParams
- func NewGetOrganizationTeamPermissionsParamsWithHTTPClient(client *http.Client) *GetOrganizationTeamPermissionsParams
- func NewGetOrganizationTeamPermissionsParamsWithTimeout(timeout time.Duration) *GetOrganizationTeamPermissionsParams
- func (o *GetOrganizationTeamPermissionsParams) SetContext(ctx context.Context)
- func (o *GetOrganizationTeamPermissionsParams) SetHTTPClient(client *http.Client)
- func (o *GetOrganizationTeamPermissionsParams) SetOrgname(orgname string)
- func (o *GetOrganizationTeamPermissionsParams) SetTeamname(teamname string)
- func (o *GetOrganizationTeamPermissionsParams) SetTimeout(timeout time.Duration)
- func (o *GetOrganizationTeamPermissionsParams) WithContext(ctx context.Context) *GetOrganizationTeamPermissionsParams
- func (o *GetOrganizationTeamPermissionsParams) WithHTTPClient(client *http.Client) *GetOrganizationTeamPermissionsParams
- func (o *GetOrganizationTeamPermissionsParams) WithOrgname(orgname string) *GetOrganizationTeamPermissionsParams
- func (o *GetOrganizationTeamPermissionsParams) WithTeamname(teamname string) *GetOrganizationTeamPermissionsParams
- func (o *GetOrganizationTeamPermissionsParams) WithTimeout(timeout time.Duration) *GetOrganizationTeamPermissionsParams
- func (o *GetOrganizationTeamPermissionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetOrganizationTeamPermissionsReader
- type GetOrganizationTeamPermissionsUnauthorized
- type InviteTeamMemberEmailBadRequest
- type InviteTeamMemberEmailForbidden
- type InviteTeamMemberEmailNotFound
- type InviteTeamMemberEmailOK
- type InviteTeamMemberEmailParams
- func NewInviteTeamMemberEmailParams() *InviteTeamMemberEmailParams
- func NewInviteTeamMemberEmailParamsWithContext(ctx context.Context) *InviteTeamMemberEmailParams
- func NewInviteTeamMemberEmailParamsWithHTTPClient(client *http.Client) *InviteTeamMemberEmailParams
- func NewInviteTeamMemberEmailParamsWithTimeout(timeout time.Duration) *InviteTeamMemberEmailParams
- func (o *InviteTeamMemberEmailParams) SetContext(ctx context.Context)
- func (o *InviteTeamMemberEmailParams) SetEmail(email string)
- func (o *InviteTeamMemberEmailParams) SetHTTPClient(client *http.Client)
- func (o *InviteTeamMemberEmailParams) SetOrgname(orgname string)
- func (o *InviteTeamMemberEmailParams) SetTeamname(teamname string)
- func (o *InviteTeamMemberEmailParams) SetTimeout(timeout time.Duration)
- func (o *InviteTeamMemberEmailParams) WithContext(ctx context.Context) *InviteTeamMemberEmailParams
- func (o *InviteTeamMemberEmailParams) WithEmail(email string) *InviteTeamMemberEmailParams
- func (o *InviteTeamMemberEmailParams) WithHTTPClient(client *http.Client) *InviteTeamMemberEmailParams
- func (o *InviteTeamMemberEmailParams) WithOrgname(orgname string) *InviteTeamMemberEmailParams
- func (o *InviteTeamMemberEmailParams) WithTeamname(teamname string) *InviteTeamMemberEmailParams
- func (o *InviteTeamMemberEmailParams) WithTimeout(timeout time.Duration) *InviteTeamMemberEmailParams
- func (o *InviteTeamMemberEmailParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type InviteTeamMemberEmailReader
- type InviteTeamMemberEmailUnauthorized
- type UpdateOrganizationTeamBadRequest
- type UpdateOrganizationTeamForbidden
- type UpdateOrganizationTeamMemberBadRequest
- type UpdateOrganizationTeamMemberForbidden
- type UpdateOrganizationTeamMemberNotFound
- type UpdateOrganizationTeamMemberOK
- type UpdateOrganizationTeamMemberParams
- func NewUpdateOrganizationTeamMemberParams() *UpdateOrganizationTeamMemberParams
- func NewUpdateOrganizationTeamMemberParamsWithContext(ctx context.Context) *UpdateOrganizationTeamMemberParams
- func NewUpdateOrganizationTeamMemberParamsWithHTTPClient(client *http.Client) *UpdateOrganizationTeamMemberParams
- func NewUpdateOrganizationTeamMemberParamsWithTimeout(timeout time.Duration) *UpdateOrganizationTeamMemberParams
- func (o *UpdateOrganizationTeamMemberParams) SetContext(ctx context.Context)
- func (o *UpdateOrganizationTeamMemberParams) SetHTTPClient(client *http.Client)
- func (o *UpdateOrganizationTeamMemberParams) SetMembername(membername string)
- func (o *UpdateOrganizationTeamMemberParams) SetOrgname(orgname string)
- func (o *UpdateOrganizationTeamMemberParams) SetTeamname(teamname string)
- func (o *UpdateOrganizationTeamMemberParams) SetTimeout(timeout time.Duration)
- func (o *UpdateOrganizationTeamMemberParams) WithContext(ctx context.Context) *UpdateOrganizationTeamMemberParams
- func (o *UpdateOrganizationTeamMemberParams) WithHTTPClient(client *http.Client) *UpdateOrganizationTeamMemberParams
- func (o *UpdateOrganizationTeamMemberParams) WithMembername(membername string) *UpdateOrganizationTeamMemberParams
- func (o *UpdateOrganizationTeamMemberParams) WithOrgname(orgname string) *UpdateOrganizationTeamMemberParams
- func (o *UpdateOrganizationTeamMemberParams) WithTeamname(teamname string) *UpdateOrganizationTeamMemberParams
- func (o *UpdateOrganizationTeamMemberParams) WithTimeout(timeout time.Duration) *UpdateOrganizationTeamMemberParams
- func (o *UpdateOrganizationTeamMemberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateOrganizationTeamMemberReader
- type UpdateOrganizationTeamMemberUnauthorized
- type UpdateOrganizationTeamNotFound
- type UpdateOrganizationTeamOK
- type UpdateOrganizationTeamParams
- func NewUpdateOrganizationTeamParams() *UpdateOrganizationTeamParams
- func NewUpdateOrganizationTeamParamsWithContext(ctx context.Context) *UpdateOrganizationTeamParams
- func NewUpdateOrganizationTeamParamsWithHTTPClient(client *http.Client) *UpdateOrganizationTeamParams
- func NewUpdateOrganizationTeamParamsWithTimeout(timeout time.Duration) *UpdateOrganizationTeamParams
- func (o *UpdateOrganizationTeamParams) SetBody(body *models.TeamDescription)
- func (o *UpdateOrganizationTeamParams) SetContext(ctx context.Context)
- func (o *UpdateOrganizationTeamParams) SetHTTPClient(client *http.Client)
- func (o *UpdateOrganizationTeamParams) SetOrgname(orgname string)
- func (o *UpdateOrganizationTeamParams) SetTeamname(teamname string)
- func (o *UpdateOrganizationTeamParams) SetTimeout(timeout time.Duration)
- func (o *UpdateOrganizationTeamParams) WithBody(body *models.TeamDescription) *UpdateOrganizationTeamParams
- func (o *UpdateOrganizationTeamParams) WithContext(ctx context.Context) *UpdateOrganizationTeamParams
- func (o *UpdateOrganizationTeamParams) WithHTTPClient(client *http.Client) *UpdateOrganizationTeamParams
- func (o *UpdateOrganizationTeamParams) WithOrgname(orgname string) *UpdateOrganizationTeamParams
- func (o *UpdateOrganizationTeamParams) WithTeamname(teamname string) *UpdateOrganizationTeamParams
- func (o *UpdateOrganizationTeamParams) WithTimeout(timeout time.Duration) *UpdateOrganizationTeamParams
- func (o *UpdateOrganizationTeamParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateOrganizationTeamReader
- type UpdateOrganizationTeamUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for team API
func (*Client) DeleteOrganizationTeam ¶
func (a *Client) DeleteOrganizationTeam(params *DeleteOrganizationTeamParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteOrganizationTeamNoContent, error)
DeleteOrganizationTeam Delete the specified team.
func (*Client) DeleteOrganizationTeamMember ¶
func (a *Client) DeleteOrganizationTeamMember(params *DeleteOrganizationTeamMemberParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteOrganizationTeamMemberNoContent, error)
DeleteOrganizationTeamMember Delete a member of a team.
If the user is merely invited to join the team, then the invite is removed instead.
func (*Client) DeleteTeamMemberEmailInvite ¶
func (a *Client) DeleteTeamMemberEmailInvite(params *DeleteTeamMemberEmailInviteParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTeamMemberEmailInviteNoContent, error)
DeleteTeamMemberEmailInvite Delete an invite of an email address to join a team.
func (*Client) GetOrganizationTeamMembers ¶
func (a *Client) GetOrganizationTeamMembers(params *GetOrganizationTeamMembersParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationTeamMembersOK, error)
GetOrganizationTeamMembers Retrieve the list of members for the specified team.
func (*Client) GetOrganizationTeamPermissions ¶
func (a *Client) GetOrganizationTeamPermissions(params *GetOrganizationTeamPermissionsParams) (*GetOrganizationTeamPermissionsOK, error)
GetOrganizationTeamPermissions Returns the list of repository permissions for the org's team.
func (*Client) InviteTeamMemberEmail ¶
func (a *Client) InviteTeamMemberEmail(params *InviteTeamMemberEmailParams, authInfo runtime.ClientAuthInfoWriter) (*InviteTeamMemberEmailOK, error)
InviteTeamMemberEmail Invites an email address to an existing team.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateOrganizationTeam ¶
func (a *Client) UpdateOrganizationTeam(params *UpdateOrganizationTeamParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateOrganizationTeamOK, error)
UpdateOrganizationTeam Update the org-wide permission for the specified team.
func (*Client) UpdateOrganizationTeamMember ¶
func (a *Client) UpdateOrganizationTeamMember(params *UpdateOrganizationTeamMemberParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateOrganizationTeamMemberOK, error)
UpdateOrganizationTeamMember Adds or invites a member to an existing team.
type ClientService ¶
type ClientService interface { DeleteOrganizationTeam(params *DeleteOrganizationTeamParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteOrganizationTeamNoContent, error) DeleteOrganizationTeamMember(params *DeleteOrganizationTeamMemberParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteOrganizationTeamMemberNoContent, error) DeleteTeamMemberEmailInvite(params *DeleteTeamMemberEmailInviteParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTeamMemberEmailInviteNoContent, error) GetOrganizationTeamMembers(params *GetOrganizationTeamMembersParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationTeamMembersOK, error) GetOrganizationTeamPermissions(params *GetOrganizationTeamPermissionsParams) (*GetOrganizationTeamPermissionsOK, error) InviteTeamMemberEmail(params *InviteTeamMemberEmailParams, authInfo runtime.ClientAuthInfoWriter) (*InviteTeamMemberEmailOK, error) UpdateOrganizationTeam(params *UpdateOrganizationTeamParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateOrganizationTeamOK, error) UpdateOrganizationTeamMember(params *UpdateOrganizationTeamMemberParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateOrganizationTeamMemberOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new team API client.
type DeleteOrganizationTeamBadRequest ¶
DeleteOrganizationTeamBadRequest handles this case with default header values.
Bad Request
func NewDeleteOrganizationTeamBadRequest ¶
func NewDeleteOrganizationTeamBadRequest() *DeleteOrganizationTeamBadRequest
NewDeleteOrganizationTeamBadRequest creates a DeleteOrganizationTeamBadRequest with default headers values
func (*DeleteOrganizationTeamBadRequest) Error ¶
func (o *DeleteOrganizationTeamBadRequest) Error() string
func (*DeleteOrganizationTeamBadRequest) GetPayload ¶
func (o *DeleteOrganizationTeamBadRequest) GetPayload() *models.APIError
type DeleteOrganizationTeamForbidden ¶
DeleteOrganizationTeamForbidden handles this case with default header values.
Unauthorized access
func NewDeleteOrganizationTeamForbidden ¶
func NewDeleteOrganizationTeamForbidden() *DeleteOrganizationTeamForbidden
NewDeleteOrganizationTeamForbidden creates a DeleteOrganizationTeamForbidden with default headers values
func (*DeleteOrganizationTeamForbidden) Error ¶
func (o *DeleteOrganizationTeamForbidden) Error() string
func (*DeleteOrganizationTeamForbidden) GetPayload ¶
func (o *DeleteOrganizationTeamForbidden) GetPayload() *models.APIError
type DeleteOrganizationTeamMemberBadRequest ¶
DeleteOrganizationTeamMemberBadRequest handles this case with default header values.
Bad Request
func NewDeleteOrganizationTeamMemberBadRequest ¶
func NewDeleteOrganizationTeamMemberBadRequest() *DeleteOrganizationTeamMemberBadRequest
NewDeleteOrganizationTeamMemberBadRequest creates a DeleteOrganizationTeamMemberBadRequest with default headers values
func (*DeleteOrganizationTeamMemberBadRequest) Error ¶
func (o *DeleteOrganizationTeamMemberBadRequest) Error() string
func (*DeleteOrganizationTeamMemberBadRequest) GetPayload ¶
func (o *DeleteOrganizationTeamMemberBadRequest) GetPayload() *models.APIError
type DeleteOrganizationTeamMemberForbidden ¶
DeleteOrganizationTeamMemberForbidden handles this case with default header values.
Unauthorized access
func NewDeleteOrganizationTeamMemberForbidden ¶
func NewDeleteOrganizationTeamMemberForbidden() *DeleteOrganizationTeamMemberForbidden
NewDeleteOrganizationTeamMemberForbidden creates a DeleteOrganizationTeamMemberForbidden with default headers values
func (*DeleteOrganizationTeamMemberForbidden) Error ¶
func (o *DeleteOrganizationTeamMemberForbidden) Error() string
func (*DeleteOrganizationTeamMemberForbidden) GetPayload ¶
func (o *DeleteOrganizationTeamMemberForbidden) GetPayload() *models.APIError
type DeleteOrganizationTeamMemberNoContent ¶
type DeleteOrganizationTeamMemberNoContent struct { }
DeleteOrganizationTeamMemberNoContent handles this case with default header values.
Deleted
func NewDeleteOrganizationTeamMemberNoContent ¶
func NewDeleteOrganizationTeamMemberNoContent() *DeleteOrganizationTeamMemberNoContent
NewDeleteOrganizationTeamMemberNoContent creates a DeleteOrganizationTeamMemberNoContent with default headers values
func (*DeleteOrganizationTeamMemberNoContent) Error ¶
func (o *DeleteOrganizationTeamMemberNoContent) Error() string
type DeleteOrganizationTeamMemberNotFound ¶
DeleteOrganizationTeamMemberNotFound handles this case with default header values.
Not found
func NewDeleteOrganizationTeamMemberNotFound ¶
func NewDeleteOrganizationTeamMemberNotFound() *DeleteOrganizationTeamMemberNotFound
NewDeleteOrganizationTeamMemberNotFound creates a DeleteOrganizationTeamMemberNotFound with default headers values
func (*DeleteOrganizationTeamMemberNotFound) Error ¶
func (o *DeleteOrganizationTeamMemberNotFound) Error() string
func (*DeleteOrganizationTeamMemberNotFound) GetPayload ¶
func (o *DeleteOrganizationTeamMemberNotFound) GetPayload() *models.APIError
type DeleteOrganizationTeamMemberParams ¶
type DeleteOrganizationTeamMemberParams struct { /*Membername The username of the team member */ Membername string /*Orgname The name of the organization */ Orgname string /*Teamname The name of the team */ Teamname string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteOrganizationTeamMemberParams contains all the parameters to send to the API endpoint for the delete organization team member operation typically these are written to a http.Request
func NewDeleteOrganizationTeamMemberParams ¶
func NewDeleteOrganizationTeamMemberParams() *DeleteOrganizationTeamMemberParams
NewDeleteOrganizationTeamMemberParams creates a new DeleteOrganizationTeamMemberParams object with the default values initialized.
func NewDeleteOrganizationTeamMemberParamsWithContext ¶
func NewDeleteOrganizationTeamMemberParamsWithContext(ctx context.Context) *DeleteOrganizationTeamMemberParams
NewDeleteOrganizationTeamMemberParamsWithContext creates a new DeleteOrganizationTeamMemberParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteOrganizationTeamMemberParamsWithHTTPClient ¶
func NewDeleteOrganizationTeamMemberParamsWithHTTPClient(client *http.Client) *DeleteOrganizationTeamMemberParams
NewDeleteOrganizationTeamMemberParamsWithHTTPClient creates a new DeleteOrganizationTeamMemberParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteOrganizationTeamMemberParamsWithTimeout ¶
func NewDeleteOrganizationTeamMemberParamsWithTimeout(timeout time.Duration) *DeleteOrganizationTeamMemberParams
NewDeleteOrganizationTeamMemberParamsWithTimeout creates a new DeleteOrganizationTeamMemberParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteOrganizationTeamMemberParams) SetContext ¶
func (o *DeleteOrganizationTeamMemberParams) SetContext(ctx context.Context)
SetContext adds the context to the delete organization team member params
func (*DeleteOrganizationTeamMemberParams) SetHTTPClient ¶
func (o *DeleteOrganizationTeamMemberParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete organization team member params
func (*DeleteOrganizationTeamMemberParams) SetMembername ¶
func (o *DeleteOrganizationTeamMemberParams) SetMembername(membername string)
SetMembername adds the membername to the delete organization team member params
func (*DeleteOrganizationTeamMemberParams) SetOrgname ¶
func (o *DeleteOrganizationTeamMemberParams) SetOrgname(orgname string)
SetOrgname adds the orgname to the delete organization team member params
func (*DeleteOrganizationTeamMemberParams) SetTeamname ¶
func (o *DeleteOrganizationTeamMemberParams) SetTeamname(teamname string)
SetTeamname adds the teamname to the delete organization team member params
func (*DeleteOrganizationTeamMemberParams) SetTimeout ¶
func (o *DeleteOrganizationTeamMemberParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete organization team member params
func (*DeleteOrganizationTeamMemberParams) WithContext ¶
func (o *DeleteOrganizationTeamMemberParams) WithContext(ctx context.Context) *DeleteOrganizationTeamMemberParams
WithContext adds the context to the delete organization team member params
func (*DeleteOrganizationTeamMemberParams) WithHTTPClient ¶
func (o *DeleteOrganizationTeamMemberParams) WithHTTPClient(client *http.Client) *DeleteOrganizationTeamMemberParams
WithHTTPClient adds the HTTPClient to the delete organization team member params
func (*DeleteOrganizationTeamMemberParams) WithMembername ¶
func (o *DeleteOrganizationTeamMemberParams) WithMembername(membername string) *DeleteOrganizationTeamMemberParams
WithMembername adds the membername to the delete organization team member params
func (*DeleteOrganizationTeamMemberParams) WithOrgname ¶
func (o *DeleteOrganizationTeamMemberParams) WithOrgname(orgname string) *DeleteOrganizationTeamMemberParams
WithOrgname adds the orgname to the delete organization team member params
func (*DeleteOrganizationTeamMemberParams) WithTeamname ¶
func (o *DeleteOrganizationTeamMemberParams) WithTeamname(teamname string) *DeleteOrganizationTeamMemberParams
WithTeamname adds the teamname to the delete organization team member params
func (*DeleteOrganizationTeamMemberParams) WithTimeout ¶
func (o *DeleteOrganizationTeamMemberParams) WithTimeout(timeout time.Duration) *DeleteOrganizationTeamMemberParams
WithTimeout adds the timeout to the delete organization team member params
func (*DeleteOrganizationTeamMemberParams) WriteToRequest ¶
func (o *DeleteOrganizationTeamMemberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteOrganizationTeamMemberReader ¶
type DeleteOrganizationTeamMemberReader struct {
// contains filtered or unexported fields
}
DeleteOrganizationTeamMemberReader is a Reader for the DeleteOrganizationTeamMember structure.
func (*DeleteOrganizationTeamMemberReader) ReadResponse ¶
func (o *DeleteOrganizationTeamMemberReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteOrganizationTeamMemberUnauthorized ¶
type DeleteOrganizationTeamMemberUnauthorized struct {
}DeleteOrganizationTeamMemberUnauthorized handles this case with default header values.
Session required
func NewDeleteOrganizationTeamMemberUnauthorized ¶
func NewDeleteOrganizationTeamMemberUnauthorized() *DeleteOrganizationTeamMemberUnauthorized
NewDeleteOrganizationTeamMemberUnauthorized creates a DeleteOrganizationTeamMemberUnauthorized with default headers values
func (*DeleteOrganizationTeamMemberUnauthorized) Error ¶
func (o *DeleteOrganizationTeamMemberUnauthorized) Error() string
func (*DeleteOrganizationTeamMemberUnauthorized) GetPayload ¶
func (o *DeleteOrganizationTeamMemberUnauthorized) GetPayload() *models.APIError
type DeleteOrganizationTeamNoContent ¶
type DeleteOrganizationTeamNoContent struct { }
DeleteOrganizationTeamNoContent handles this case with default header values.
Deleted
func NewDeleteOrganizationTeamNoContent ¶
func NewDeleteOrganizationTeamNoContent() *DeleteOrganizationTeamNoContent
NewDeleteOrganizationTeamNoContent creates a DeleteOrganizationTeamNoContent with default headers values
func (*DeleteOrganizationTeamNoContent) Error ¶
func (o *DeleteOrganizationTeamNoContent) Error() string
type DeleteOrganizationTeamNotFound ¶
DeleteOrganizationTeamNotFound handles this case with default header values.
Not found
func NewDeleteOrganizationTeamNotFound ¶
func NewDeleteOrganizationTeamNotFound() *DeleteOrganizationTeamNotFound
NewDeleteOrganizationTeamNotFound creates a DeleteOrganizationTeamNotFound with default headers values
func (*DeleteOrganizationTeamNotFound) Error ¶
func (o *DeleteOrganizationTeamNotFound) Error() string
func (*DeleteOrganizationTeamNotFound) GetPayload ¶
func (o *DeleteOrganizationTeamNotFound) GetPayload() *models.APIError
type DeleteOrganizationTeamParams ¶
type DeleteOrganizationTeamParams struct { /*Orgname The name of the organization */ Orgname string /*Teamname The name of the team */ Teamname string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteOrganizationTeamParams contains all the parameters to send to the API endpoint for the delete organization team operation typically these are written to a http.Request
func NewDeleteOrganizationTeamParams ¶
func NewDeleteOrganizationTeamParams() *DeleteOrganizationTeamParams
NewDeleteOrganizationTeamParams creates a new DeleteOrganizationTeamParams object with the default values initialized.
func NewDeleteOrganizationTeamParamsWithContext ¶
func NewDeleteOrganizationTeamParamsWithContext(ctx context.Context) *DeleteOrganizationTeamParams
NewDeleteOrganizationTeamParamsWithContext creates a new DeleteOrganizationTeamParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteOrganizationTeamParamsWithHTTPClient ¶
func NewDeleteOrganizationTeamParamsWithHTTPClient(client *http.Client) *DeleteOrganizationTeamParams
NewDeleteOrganizationTeamParamsWithHTTPClient creates a new DeleteOrganizationTeamParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteOrganizationTeamParamsWithTimeout ¶
func NewDeleteOrganizationTeamParamsWithTimeout(timeout time.Duration) *DeleteOrganizationTeamParams
NewDeleteOrganizationTeamParamsWithTimeout creates a new DeleteOrganizationTeamParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteOrganizationTeamParams) SetContext ¶
func (o *DeleteOrganizationTeamParams) SetContext(ctx context.Context)
SetContext adds the context to the delete organization team params
func (*DeleteOrganizationTeamParams) SetHTTPClient ¶
func (o *DeleteOrganizationTeamParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete organization team params
func (*DeleteOrganizationTeamParams) SetOrgname ¶
func (o *DeleteOrganizationTeamParams) SetOrgname(orgname string)
SetOrgname adds the orgname to the delete organization team params
func (*DeleteOrganizationTeamParams) SetTeamname ¶
func (o *DeleteOrganizationTeamParams) SetTeamname(teamname string)
SetTeamname adds the teamname to the delete organization team params
func (*DeleteOrganizationTeamParams) SetTimeout ¶
func (o *DeleteOrganizationTeamParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete organization team params
func (*DeleteOrganizationTeamParams) WithContext ¶
func (o *DeleteOrganizationTeamParams) WithContext(ctx context.Context) *DeleteOrganizationTeamParams
WithContext adds the context to the delete organization team params
func (*DeleteOrganizationTeamParams) WithHTTPClient ¶
func (o *DeleteOrganizationTeamParams) WithHTTPClient(client *http.Client) *DeleteOrganizationTeamParams
WithHTTPClient adds the HTTPClient to the delete organization team params
func (*DeleteOrganizationTeamParams) WithOrgname ¶
func (o *DeleteOrganizationTeamParams) WithOrgname(orgname string) *DeleteOrganizationTeamParams
WithOrgname adds the orgname to the delete organization team params
func (*DeleteOrganizationTeamParams) WithTeamname ¶
func (o *DeleteOrganizationTeamParams) WithTeamname(teamname string) *DeleteOrganizationTeamParams
WithTeamname adds the teamname to the delete organization team params
func (*DeleteOrganizationTeamParams) WithTimeout ¶
func (o *DeleteOrganizationTeamParams) WithTimeout(timeout time.Duration) *DeleteOrganizationTeamParams
WithTimeout adds the timeout to the delete organization team params
func (*DeleteOrganizationTeamParams) WriteToRequest ¶
func (o *DeleteOrganizationTeamParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteOrganizationTeamReader ¶
type DeleteOrganizationTeamReader struct {
// contains filtered or unexported fields
}
DeleteOrganizationTeamReader is a Reader for the DeleteOrganizationTeam structure.
func (*DeleteOrganizationTeamReader) ReadResponse ¶
func (o *DeleteOrganizationTeamReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteOrganizationTeamUnauthorized ¶
type DeleteOrganizationTeamUnauthorized struct {
}DeleteOrganizationTeamUnauthorized handles this case with default header values.
Session required
func NewDeleteOrganizationTeamUnauthorized ¶
func NewDeleteOrganizationTeamUnauthorized() *DeleteOrganizationTeamUnauthorized
NewDeleteOrganizationTeamUnauthorized creates a DeleteOrganizationTeamUnauthorized with default headers values
func (*DeleteOrganizationTeamUnauthorized) Error ¶
func (o *DeleteOrganizationTeamUnauthorized) Error() string
func (*DeleteOrganizationTeamUnauthorized) GetPayload ¶
func (o *DeleteOrganizationTeamUnauthorized) GetPayload() *models.APIError
type DeleteTeamMemberEmailInviteBadRequest ¶
DeleteTeamMemberEmailInviteBadRequest handles this case with default header values.
Bad Request
func NewDeleteTeamMemberEmailInviteBadRequest ¶
func NewDeleteTeamMemberEmailInviteBadRequest() *DeleteTeamMemberEmailInviteBadRequest
NewDeleteTeamMemberEmailInviteBadRequest creates a DeleteTeamMemberEmailInviteBadRequest with default headers values
func (*DeleteTeamMemberEmailInviteBadRequest) Error ¶
func (o *DeleteTeamMemberEmailInviteBadRequest) Error() string
func (*DeleteTeamMemberEmailInviteBadRequest) GetPayload ¶
func (o *DeleteTeamMemberEmailInviteBadRequest) GetPayload() *models.APIError
type DeleteTeamMemberEmailInviteForbidden ¶
DeleteTeamMemberEmailInviteForbidden handles this case with default header values.
Unauthorized access
func NewDeleteTeamMemberEmailInviteForbidden ¶
func NewDeleteTeamMemberEmailInviteForbidden() *DeleteTeamMemberEmailInviteForbidden
NewDeleteTeamMemberEmailInviteForbidden creates a DeleteTeamMemberEmailInviteForbidden with default headers values
func (*DeleteTeamMemberEmailInviteForbidden) Error ¶
func (o *DeleteTeamMemberEmailInviteForbidden) Error() string
func (*DeleteTeamMemberEmailInviteForbidden) GetPayload ¶
func (o *DeleteTeamMemberEmailInviteForbidden) GetPayload() *models.APIError
type DeleteTeamMemberEmailInviteNoContent ¶
type DeleteTeamMemberEmailInviteNoContent struct { }
DeleteTeamMemberEmailInviteNoContent handles this case with default header values.
Deleted
func NewDeleteTeamMemberEmailInviteNoContent ¶
func NewDeleteTeamMemberEmailInviteNoContent() *DeleteTeamMemberEmailInviteNoContent
NewDeleteTeamMemberEmailInviteNoContent creates a DeleteTeamMemberEmailInviteNoContent with default headers values
func (*DeleteTeamMemberEmailInviteNoContent) Error ¶
func (o *DeleteTeamMemberEmailInviteNoContent) Error() string
type DeleteTeamMemberEmailInviteNotFound ¶
DeleteTeamMemberEmailInviteNotFound handles this case with default header values.
Not found
func NewDeleteTeamMemberEmailInviteNotFound ¶
func NewDeleteTeamMemberEmailInviteNotFound() *DeleteTeamMemberEmailInviteNotFound
NewDeleteTeamMemberEmailInviteNotFound creates a DeleteTeamMemberEmailInviteNotFound with default headers values
func (*DeleteTeamMemberEmailInviteNotFound) Error ¶
func (o *DeleteTeamMemberEmailInviteNotFound) Error() string
func (*DeleteTeamMemberEmailInviteNotFound) GetPayload ¶
func (o *DeleteTeamMemberEmailInviteNotFound) GetPayload() *models.APIError
type DeleteTeamMemberEmailInviteParams ¶
type DeleteTeamMemberEmailInviteParams struct { /*Email*/ Email string /*Orgname*/ Orgname string /*Teamname*/ Teamname string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteTeamMemberEmailInviteParams contains all the parameters to send to the API endpoint for the delete team member email invite operation typically these are written to a http.Request
func NewDeleteTeamMemberEmailInviteParams ¶
func NewDeleteTeamMemberEmailInviteParams() *DeleteTeamMemberEmailInviteParams
NewDeleteTeamMemberEmailInviteParams creates a new DeleteTeamMemberEmailInviteParams object with the default values initialized.
func NewDeleteTeamMemberEmailInviteParamsWithContext ¶
func NewDeleteTeamMemberEmailInviteParamsWithContext(ctx context.Context) *DeleteTeamMemberEmailInviteParams
NewDeleteTeamMemberEmailInviteParamsWithContext creates a new DeleteTeamMemberEmailInviteParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteTeamMemberEmailInviteParamsWithHTTPClient ¶
func NewDeleteTeamMemberEmailInviteParamsWithHTTPClient(client *http.Client) *DeleteTeamMemberEmailInviteParams
NewDeleteTeamMemberEmailInviteParamsWithHTTPClient creates a new DeleteTeamMemberEmailInviteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteTeamMemberEmailInviteParamsWithTimeout ¶
func NewDeleteTeamMemberEmailInviteParamsWithTimeout(timeout time.Duration) *DeleteTeamMemberEmailInviteParams
NewDeleteTeamMemberEmailInviteParamsWithTimeout creates a new DeleteTeamMemberEmailInviteParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteTeamMemberEmailInviteParams) SetContext ¶
func (o *DeleteTeamMemberEmailInviteParams) SetContext(ctx context.Context)
SetContext adds the context to the delete team member email invite params
func (*DeleteTeamMemberEmailInviteParams) SetEmail ¶
func (o *DeleteTeamMemberEmailInviteParams) SetEmail(email string)
SetEmail adds the email to the delete team member email invite params
func (*DeleteTeamMemberEmailInviteParams) SetHTTPClient ¶
func (o *DeleteTeamMemberEmailInviteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete team member email invite params
func (*DeleteTeamMemberEmailInviteParams) SetOrgname ¶
func (o *DeleteTeamMemberEmailInviteParams) SetOrgname(orgname string)
SetOrgname adds the orgname to the delete team member email invite params
func (*DeleteTeamMemberEmailInviteParams) SetTeamname ¶
func (o *DeleteTeamMemberEmailInviteParams) SetTeamname(teamname string)
SetTeamname adds the teamname to the delete team member email invite params
func (*DeleteTeamMemberEmailInviteParams) SetTimeout ¶
func (o *DeleteTeamMemberEmailInviteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete team member email invite params
func (*DeleteTeamMemberEmailInviteParams) WithContext ¶
func (o *DeleteTeamMemberEmailInviteParams) WithContext(ctx context.Context) *DeleteTeamMemberEmailInviteParams
WithContext adds the context to the delete team member email invite params
func (*DeleteTeamMemberEmailInviteParams) WithEmail ¶
func (o *DeleteTeamMemberEmailInviteParams) WithEmail(email string) *DeleteTeamMemberEmailInviteParams
WithEmail adds the email to the delete team member email invite params
func (*DeleteTeamMemberEmailInviteParams) WithHTTPClient ¶
func (o *DeleteTeamMemberEmailInviteParams) WithHTTPClient(client *http.Client) *DeleteTeamMemberEmailInviteParams
WithHTTPClient adds the HTTPClient to the delete team member email invite params
func (*DeleteTeamMemberEmailInviteParams) WithOrgname ¶
func (o *DeleteTeamMemberEmailInviteParams) WithOrgname(orgname string) *DeleteTeamMemberEmailInviteParams
WithOrgname adds the orgname to the delete team member email invite params
func (*DeleteTeamMemberEmailInviteParams) WithTeamname ¶
func (o *DeleteTeamMemberEmailInviteParams) WithTeamname(teamname string) *DeleteTeamMemberEmailInviteParams
WithTeamname adds the teamname to the delete team member email invite params
func (*DeleteTeamMemberEmailInviteParams) WithTimeout ¶
func (o *DeleteTeamMemberEmailInviteParams) WithTimeout(timeout time.Duration) *DeleteTeamMemberEmailInviteParams
WithTimeout adds the timeout to the delete team member email invite params
func (*DeleteTeamMemberEmailInviteParams) WriteToRequest ¶
func (o *DeleteTeamMemberEmailInviteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteTeamMemberEmailInviteReader ¶
type DeleteTeamMemberEmailInviteReader struct {
// contains filtered or unexported fields
}
DeleteTeamMemberEmailInviteReader is a Reader for the DeleteTeamMemberEmailInvite structure.
func (*DeleteTeamMemberEmailInviteReader) ReadResponse ¶
func (o *DeleteTeamMemberEmailInviteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteTeamMemberEmailInviteUnauthorized ¶
type DeleteTeamMemberEmailInviteUnauthorized struct {
}DeleteTeamMemberEmailInviteUnauthorized handles this case with default header values.
Session required
func NewDeleteTeamMemberEmailInviteUnauthorized ¶
func NewDeleteTeamMemberEmailInviteUnauthorized() *DeleteTeamMemberEmailInviteUnauthorized
NewDeleteTeamMemberEmailInviteUnauthorized creates a DeleteTeamMemberEmailInviteUnauthorized with default headers values
func (*DeleteTeamMemberEmailInviteUnauthorized) Error ¶
func (o *DeleteTeamMemberEmailInviteUnauthorized) Error() string
func (*DeleteTeamMemberEmailInviteUnauthorized) GetPayload ¶
func (o *DeleteTeamMemberEmailInviteUnauthorized) GetPayload() *models.APIError
type GetOrganizationTeamMembersBadRequest ¶
GetOrganizationTeamMembersBadRequest handles this case with default header values.
Bad Request
func NewGetOrganizationTeamMembersBadRequest ¶
func NewGetOrganizationTeamMembersBadRequest() *GetOrganizationTeamMembersBadRequest
NewGetOrganizationTeamMembersBadRequest creates a GetOrganizationTeamMembersBadRequest with default headers values
func (*GetOrganizationTeamMembersBadRequest) Error ¶
func (o *GetOrganizationTeamMembersBadRequest) Error() string
func (*GetOrganizationTeamMembersBadRequest) GetPayload ¶
func (o *GetOrganizationTeamMembersBadRequest) GetPayload() *models.APIError
type GetOrganizationTeamMembersForbidden ¶
GetOrganizationTeamMembersForbidden handles this case with default header values.
Unauthorized access
func NewGetOrganizationTeamMembersForbidden ¶
func NewGetOrganizationTeamMembersForbidden() *GetOrganizationTeamMembersForbidden
NewGetOrganizationTeamMembersForbidden creates a GetOrganizationTeamMembersForbidden with default headers values
func (*GetOrganizationTeamMembersForbidden) Error ¶
func (o *GetOrganizationTeamMembersForbidden) Error() string
func (*GetOrganizationTeamMembersForbidden) GetPayload ¶
func (o *GetOrganizationTeamMembersForbidden) GetPayload() *models.APIError
type GetOrganizationTeamMembersNotFound ¶
GetOrganizationTeamMembersNotFound handles this case with default header values.
Not found
func NewGetOrganizationTeamMembersNotFound ¶
func NewGetOrganizationTeamMembersNotFound() *GetOrganizationTeamMembersNotFound
NewGetOrganizationTeamMembersNotFound creates a GetOrganizationTeamMembersNotFound with default headers values
func (*GetOrganizationTeamMembersNotFound) Error ¶
func (o *GetOrganizationTeamMembersNotFound) Error() string
func (*GetOrganizationTeamMembersNotFound) GetPayload ¶
func (o *GetOrganizationTeamMembersNotFound) GetPayload() *models.APIError
type GetOrganizationTeamMembersOK ¶
type GetOrganizationTeamMembersOK struct { }
GetOrganizationTeamMembersOK handles this case with default header values.
Successful invocation
func NewGetOrganizationTeamMembersOK ¶
func NewGetOrganizationTeamMembersOK() *GetOrganizationTeamMembersOK
NewGetOrganizationTeamMembersOK creates a GetOrganizationTeamMembersOK with default headers values
func (*GetOrganizationTeamMembersOK) Error ¶
func (o *GetOrganizationTeamMembersOK) Error() string
type GetOrganizationTeamMembersParams ¶
type GetOrganizationTeamMembersParams struct { /*IncludePending Whether to include pending members */ IncludePending *bool /*Orgname The name of the organization */ Orgname string /*Teamname The name of the team */ Teamname string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetOrganizationTeamMembersParams contains all the parameters to send to the API endpoint for the get organization team members operation typically these are written to a http.Request
func NewGetOrganizationTeamMembersParams ¶
func NewGetOrganizationTeamMembersParams() *GetOrganizationTeamMembersParams
NewGetOrganizationTeamMembersParams creates a new GetOrganizationTeamMembersParams object with the default values initialized.
func NewGetOrganizationTeamMembersParamsWithContext ¶
func NewGetOrganizationTeamMembersParamsWithContext(ctx context.Context) *GetOrganizationTeamMembersParams
NewGetOrganizationTeamMembersParamsWithContext creates a new GetOrganizationTeamMembersParams object with the default values initialized, and the ability to set a context for a request
func NewGetOrganizationTeamMembersParamsWithHTTPClient ¶
func NewGetOrganizationTeamMembersParamsWithHTTPClient(client *http.Client) *GetOrganizationTeamMembersParams
NewGetOrganizationTeamMembersParamsWithHTTPClient creates a new GetOrganizationTeamMembersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetOrganizationTeamMembersParamsWithTimeout ¶
func NewGetOrganizationTeamMembersParamsWithTimeout(timeout time.Duration) *GetOrganizationTeamMembersParams
NewGetOrganizationTeamMembersParamsWithTimeout creates a new GetOrganizationTeamMembersParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetOrganizationTeamMembersParams) SetContext ¶
func (o *GetOrganizationTeamMembersParams) SetContext(ctx context.Context)
SetContext adds the context to the get organization team members params
func (*GetOrganizationTeamMembersParams) SetHTTPClient ¶
func (o *GetOrganizationTeamMembersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get organization team members params
func (*GetOrganizationTeamMembersParams) SetIncludePending ¶
func (o *GetOrganizationTeamMembersParams) SetIncludePending(includePending *bool)
SetIncludePending adds the includePending to the get organization team members params
func (*GetOrganizationTeamMembersParams) SetOrgname ¶
func (o *GetOrganizationTeamMembersParams) SetOrgname(orgname string)
SetOrgname adds the orgname to the get organization team members params
func (*GetOrganizationTeamMembersParams) SetTeamname ¶
func (o *GetOrganizationTeamMembersParams) SetTeamname(teamname string)
SetTeamname adds the teamname to the get organization team members params
func (*GetOrganizationTeamMembersParams) SetTimeout ¶
func (o *GetOrganizationTeamMembersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get organization team members params
func (*GetOrganizationTeamMembersParams) WithContext ¶
func (o *GetOrganizationTeamMembersParams) WithContext(ctx context.Context) *GetOrganizationTeamMembersParams
WithContext adds the context to the get organization team members params
func (*GetOrganizationTeamMembersParams) WithHTTPClient ¶
func (o *GetOrganizationTeamMembersParams) WithHTTPClient(client *http.Client) *GetOrganizationTeamMembersParams
WithHTTPClient adds the HTTPClient to the get organization team members params
func (*GetOrganizationTeamMembersParams) WithIncludePending ¶
func (o *GetOrganizationTeamMembersParams) WithIncludePending(includePending *bool) *GetOrganizationTeamMembersParams
WithIncludePending adds the includePending to the get organization team members params
func (*GetOrganizationTeamMembersParams) WithOrgname ¶
func (o *GetOrganizationTeamMembersParams) WithOrgname(orgname string) *GetOrganizationTeamMembersParams
WithOrgname adds the orgname to the get organization team members params
func (*GetOrganizationTeamMembersParams) WithTeamname ¶
func (o *GetOrganizationTeamMembersParams) WithTeamname(teamname string) *GetOrganizationTeamMembersParams
WithTeamname adds the teamname to the get organization team members params
func (*GetOrganizationTeamMembersParams) WithTimeout ¶
func (o *GetOrganizationTeamMembersParams) WithTimeout(timeout time.Duration) *GetOrganizationTeamMembersParams
WithTimeout adds the timeout to the get organization team members params
func (*GetOrganizationTeamMembersParams) WriteToRequest ¶
func (o *GetOrganizationTeamMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetOrganizationTeamMembersReader ¶
type GetOrganizationTeamMembersReader struct {
// contains filtered or unexported fields
}
GetOrganizationTeamMembersReader is a Reader for the GetOrganizationTeamMembers structure.
func (*GetOrganizationTeamMembersReader) ReadResponse ¶
func (o *GetOrganizationTeamMembersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetOrganizationTeamMembersUnauthorized ¶
type GetOrganizationTeamMembersUnauthorized struct {
}GetOrganizationTeamMembersUnauthorized handles this case with default header values.
Session required
func NewGetOrganizationTeamMembersUnauthorized ¶
func NewGetOrganizationTeamMembersUnauthorized() *GetOrganizationTeamMembersUnauthorized
NewGetOrganizationTeamMembersUnauthorized creates a GetOrganizationTeamMembersUnauthorized with default headers values
func (*GetOrganizationTeamMembersUnauthorized) Error ¶
func (o *GetOrganizationTeamMembersUnauthorized) Error() string
func (*GetOrganizationTeamMembersUnauthorized) GetPayload ¶
func (o *GetOrganizationTeamMembersUnauthorized) GetPayload() *models.APIError
type GetOrganizationTeamPermissionsBadRequest ¶
GetOrganizationTeamPermissionsBadRequest handles this case with default header values.
Bad Request
func NewGetOrganizationTeamPermissionsBadRequest ¶
func NewGetOrganizationTeamPermissionsBadRequest() *GetOrganizationTeamPermissionsBadRequest
NewGetOrganizationTeamPermissionsBadRequest creates a GetOrganizationTeamPermissionsBadRequest with default headers values
func (*GetOrganizationTeamPermissionsBadRequest) Error ¶
func (o *GetOrganizationTeamPermissionsBadRequest) Error() string
func (*GetOrganizationTeamPermissionsBadRequest) GetPayload ¶
func (o *GetOrganizationTeamPermissionsBadRequest) GetPayload() *models.APIError
type GetOrganizationTeamPermissionsForbidden ¶
GetOrganizationTeamPermissionsForbidden handles this case with default header values.
Unauthorized access
func NewGetOrganizationTeamPermissionsForbidden ¶
func NewGetOrganizationTeamPermissionsForbidden() *GetOrganizationTeamPermissionsForbidden
NewGetOrganizationTeamPermissionsForbidden creates a GetOrganizationTeamPermissionsForbidden with default headers values
func (*GetOrganizationTeamPermissionsForbidden) Error ¶
func (o *GetOrganizationTeamPermissionsForbidden) Error() string
func (*GetOrganizationTeamPermissionsForbidden) GetPayload ¶
func (o *GetOrganizationTeamPermissionsForbidden) GetPayload() *models.APIError
type GetOrganizationTeamPermissionsNotFound ¶
GetOrganizationTeamPermissionsNotFound handles this case with default header values.
Not found
func NewGetOrganizationTeamPermissionsNotFound ¶
func NewGetOrganizationTeamPermissionsNotFound() *GetOrganizationTeamPermissionsNotFound
NewGetOrganizationTeamPermissionsNotFound creates a GetOrganizationTeamPermissionsNotFound with default headers values
func (*GetOrganizationTeamPermissionsNotFound) Error ¶
func (o *GetOrganizationTeamPermissionsNotFound) Error() string
func (*GetOrganizationTeamPermissionsNotFound) GetPayload ¶
func (o *GetOrganizationTeamPermissionsNotFound) GetPayload() *models.APIError
type GetOrganizationTeamPermissionsOK ¶
type GetOrganizationTeamPermissionsOK struct { }
GetOrganizationTeamPermissionsOK handles this case with default header values.
Successful invocation
func NewGetOrganizationTeamPermissionsOK ¶
func NewGetOrganizationTeamPermissionsOK() *GetOrganizationTeamPermissionsOK
NewGetOrganizationTeamPermissionsOK creates a GetOrganizationTeamPermissionsOK with default headers values
func (*GetOrganizationTeamPermissionsOK) Error ¶
func (o *GetOrganizationTeamPermissionsOK) Error() string
type GetOrganizationTeamPermissionsParams ¶
type GetOrganizationTeamPermissionsParams struct { /*Orgname The name of the organization */ Orgname string /*Teamname The name of the team */ Teamname string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetOrganizationTeamPermissionsParams contains all the parameters to send to the API endpoint for the get organization team permissions operation typically these are written to a http.Request
func NewGetOrganizationTeamPermissionsParams ¶
func NewGetOrganizationTeamPermissionsParams() *GetOrganizationTeamPermissionsParams
NewGetOrganizationTeamPermissionsParams creates a new GetOrganizationTeamPermissionsParams object with the default values initialized.
func NewGetOrganizationTeamPermissionsParamsWithContext ¶
func NewGetOrganizationTeamPermissionsParamsWithContext(ctx context.Context) *GetOrganizationTeamPermissionsParams
NewGetOrganizationTeamPermissionsParamsWithContext creates a new GetOrganizationTeamPermissionsParams object with the default values initialized, and the ability to set a context for a request
func NewGetOrganizationTeamPermissionsParamsWithHTTPClient ¶
func NewGetOrganizationTeamPermissionsParamsWithHTTPClient(client *http.Client) *GetOrganizationTeamPermissionsParams
NewGetOrganizationTeamPermissionsParamsWithHTTPClient creates a new GetOrganizationTeamPermissionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetOrganizationTeamPermissionsParamsWithTimeout ¶
func NewGetOrganizationTeamPermissionsParamsWithTimeout(timeout time.Duration) *GetOrganizationTeamPermissionsParams
NewGetOrganizationTeamPermissionsParamsWithTimeout creates a new GetOrganizationTeamPermissionsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetOrganizationTeamPermissionsParams) SetContext ¶
func (o *GetOrganizationTeamPermissionsParams) SetContext(ctx context.Context)
SetContext adds the context to the get organization team permissions params
func (*GetOrganizationTeamPermissionsParams) SetHTTPClient ¶
func (o *GetOrganizationTeamPermissionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get organization team permissions params
func (*GetOrganizationTeamPermissionsParams) SetOrgname ¶
func (o *GetOrganizationTeamPermissionsParams) SetOrgname(orgname string)
SetOrgname adds the orgname to the get organization team permissions params
func (*GetOrganizationTeamPermissionsParams) SetTeamname ¶
func (o *GetOrganizationTeamPermissionsParams) SetTeamname(teamname string)
SetTeamname adds the teamname to the get organization team permissions params
func (*GetOrganizationTeamPermissionsParams) SetTimeout ¶
func (o *GetOrganizationTeamPermissionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get organization team permissions params
func (*GetOrganizationTeamPermissionsParams) WithContext ¶
func (o *GetOrganizationTeamPermissionsParams) WithContext(ctx context.Context) *GetOrganizationTeamPermissionsParams
WithContext adds the context to the get organization team permissions params
func (*GetOrganizationTeamPermissionsParams) WithHTTPClient ¶
func (o *GetOrganizationTeamPermissionsParams) WithHTTPClient(client *http.Client) *GetOrganizationTeamPermissionsParams
WithHTTPClient adds the HTTPClient to the get organization team permissions params
func (*GetOrganizationTeamPermissionsParams) WithOrgname ¶
func (o *GetOrganizationTeamPermissionsParams) WithOrgname(orgname string) *GetOrganizationTeamPermissionsParams
WithOrgname adds the orgname to the get organization team permissions params
func (*GetOrganizationTeamPermissionsParams) WithTeamname ¶
func (o *GetOrganizationTeamPermissionsParams) WithTeamname(teamname string) *GetOrganizationTeamPermissionsParams
WithTeamname adds the teamname to the get organization team permissions params
func (*GetOrganizationTeamPermissionsParams) WithTimeout ¶
func (o *GetOrganizationTeamPermissionsParams) WithTimeout(timeout time.Duration) *GetOrganizationTeamPermissionsParams
WithTimeout adds the timeout to the get organization team permissions params
func (*GetOrganizationTeamPermissionsParams) WriteToRequest ¶
func (o *GetOrganizationTeamPermissionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetOrganizationTeamPermissionsReader ¶
type GetOrganizationTeamPermissionsReader struct {
// contains filtered or unexported fields
}
GetOrganizationTeamPermissionsReader is a Reader for the GetOrganizationTeamPermissions structure.
func (*GetOrganizationTeamPermissionsReader) ReadResponse ¶
func (o *GetOrganizationTeamPermissionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetOrganizationTeamPermissionsUnauthorized ¶
type GetOrganizationTeamPermissionsUnauthorized struct {
}GetOrganizationTeamPermissionsUnauthorized handles this case with default header values.
Session required
func NewGetOrganizationTeamPermissionsUnauthorized ¶
func NewGetOrganizationTeamPermissionsUnauthorized() *GetOrganizationTeamPermissionsUnauthorized
NewGetOrganizationTeamPermissionsUnauthorized creates a GetOrganizationTeamPermissionsUnauthorized with default headers values
func (*GetOrganizationTeamPermissionsUnauthorized) Error ¶
func (o *GetOrganizationTeamPermissionsUnauthorized) Error() string
func (*GetOrganizationTeamPermissionsUnauthorized) GetPayload ¶
func (o *GetOrganizationTeamPermissionsUnauthorized) GetPayload() *models.APIError
type InviteTeamMemberEmailBadRequest ¶
InviteTeamMemberEmailBadRequest handles this case with default header values.
Bad Request
func NewInviteTeamMemberEmailBadRequest ¶
func NewInviteTeamMemberEmailBadRequest() *InviteTeamMemberEmailBadRequest
NewInviteTeamMemberEmailBadRequest creates a InviteTeamMemberEmailBadRequest with default headers values
func (*InviteTeamMemberEmailBadRequest) Error ¶
func (o *InviteTeamMemberEmailBadRequest) Error() string
func (*InviteTeamMemberEmailBadRequest) GetPayload ¶
func (o *InviteTeamMemberEmailBadRequest) GetPayload() *models.APIError
type InviteTeamMemberEmailForbidden ¶
InviteTeamMemberEmailForbidden handles this case with default header values.
Unauthorized access
func NewInviteTeamMemberEmailForbidden ¶
func NewInviteTeamMemberEmailForbidden() *InviteTeamMemberEmailForbidden
NewInviteTeamMemberEmailForbidden creates a InviteTeamMemberEmailForbidden with default headers values
func (*InviteTeamMemberEmailForbidden) Error ¶
func (o *InviteTeamMemberEmailForbidden) Error() string
func (*InviteTeamMemberEmailForbidden) GetPayload ¶
func (o *InviteTeamMemberEmailForbidden) GetPayload() *models.APIError
type InviteTeamMemberEmailNotFound ¶
InviteTeamMemberEmailNotFound handles this case with default header values.
Not found
func NewInviteTeamMemberEmailNotFound ¶
func NewInviteTeamMemberEmailNotFound() *InviteTeamMemberEmailNotFound
NewInviteTeamMemberEmailNotFound creates a InviteTeamMemberEmailNotFound with default headers values
func (*InviteTeamMemberEmailNotFound) Error ¶
func (o *InviteTeamMemberEmailNotFound) Error() string
func (*InviteTeamMemberEmailNotFound) GetPayload ¶
func (o *InviteTeamMemberEmailNotFound) GetPayload() *models.APIError
type InviteTeamMemberEmailOK ¶
type InviteTeamMemberEmailOK struct { }
InviteTeamMemberEmailOK handles this case with default header values.
Successful invocation
func NewInviteTeamMemberEmailOK ¶
func NewInviteTeamMemberEmailOK() *InviteTeamMemberEmailOK
NewInviteTeamMemberEmailOK creates a InviteTeamMemberEmailOK with default headers values
func (*InviteTeamMemberEmailOK) Error ¶
func (o *InviteTeamMemberEmailOK) Error() string
type InviteTeamMemberEmailParams ¶
type InviteTeamMemberEmailParams struct { /*Email*/ Email string /*Orgname*/ Orgname string /*Teamname*/ Teamname string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
InviteTeamMemberEmailParams contains all the parameters to send to the API endpoint for the invite team member email operation typically these are written to a http.Request
func NewInviteTeamMemberEmailParams ¶
func NewInviteTeamMemberEmailParams() *InviteTeamMemberEmailParams
NewInviteTeamMemberEmailParams creates a new InviteTeamMemberEmailParams object with the default values initialized.
func NewInviteTeamMemberEmailParamsWithContext ¶
func NewInviteTeamMemberEmailParamsWithContext(ctx context.Context) *InviteTeamMemberEmailParams
NewInviteTeamMemberEmailParamsWithContext creates a new InviteTeamMemberEmailParams object with the default values initialized, and the ability to set a context for a request
func NewInviteTeamMemberEmailParamsWithHTTPClient ¶
func NewInviteTeamMemberEmailParamsWithHTTPClient(client *http.Client) *InviteTeamMemberEmailParams
NewInviteTeamMemberEmailParamsWithHTTPClient creates a new InviteTeamMemberEmailParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewInviteTeamMemberEmailParamsWithTimeout ¶
func NewInviteTeamMemberEmailParamsWithTimeout(timeout time.Duration) *InviteTeamMemberEmailParams
NewInviteTeamMemberEmailParamsWithTimeout creates a new InviteTeamMemberEmailParams object with the default values initialized, and the ability to set a timeout on a request
func (*InviteTeamMemberEmailParams) SetContext ¶
func (o *InviteTeamMemberEmailParams) SetContext(ctx context.Context)
SetContext adds the context to the invite team member email params
func (*InviteTeamMemberEmailParams) SetEmail ¶
func (o *InviteTeamMemberEmailParams) SetEmail(email string)
SetEmail adds the email to the invite team member email params
func (*InviteTeamMemberEmailParams) SetHTTPClient ¶
func (o *InviteTeamMemberEmailParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the invite team member email params
func (*InviteTeamMemberEmailParams) SetOrgname ¶
func (o *InviteTeamMemberEmailParams) SetOrgname(orgname string)
SetOrgname adds the orgname to the invite team member email params
func (*InviteTeamMemberEmailParams) SetTeamname ¶
func (o *InviteTeamMemberEmailParams) SetTeamname(teamname string)
SetTeamname adds the teamname to the invite team member email params
func (*InviteTeamMemberEmailParams) SetTimeout ¶
func (o *InviteTeamMemberEmailParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the invite team member email params
func (*InviteTeamMemberEmailParams) WithContext ¶
func (o *InviteTeamMemberEmailParams) WithContext(ctx context.Context) *InviteTeamMemberEmailParams
WithContext adds the context to the invite team member email params
func (*InviteTeamMemberEmailParams) WithEmail ¶
func (o *InviteTeamMemberEmailParams) WithEmail(email string) *InviteTeamMemberEmailParams
WithEmail adds the email to the invite team member email params
func (*InviteTeamMemberEmailParams) WithHTTPClient ¶
func (o *InviteTeamMemberEmailParams) WithHTTPClient(client *http.Client) *InviteTeamMemberEmailParams
WithHTTPClient adds the HTTPClient to the invite team member email params
func (*InviteTeamMemberEmailParams) WithOrgname ¶
func (o *InviteTeamMemberEmailParams) WithOrgname(orgname string) *InviteTeamMemberEmailParams
WithOrgname adds the orgname to the invite team member email params
func (*InviteTeamMemberEmailParams) WithTeamname ¶
func (o *InviteTeamMemberEmailParams) WithTeamname(teamname string) *InviteTeamMemberEmailParams
WithTeamname adds the teamname to the invite team member email params
func (*InviteTeamMemberEmailParams) WithTimeout ¶
func (o *InviteTeamMemberEmailParams) WithTimeout(timeout time.Duration) *InviteTeamMemberEmailParams
WithTimeout adds the timeout to the invite team member email params
func (*InviteTeamMemberEmailParams) WriteToRequest ¶
func (o *InviteTeamMemberEmailParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type InviteTeamMemberEmailReader ¶
type InviteTeamMemberEmailReader struct {
// contains filtered or unexported fields
}
InviteTeamMemberEmailReader is a Reader for the InviteTeamMemberEmail structure.
func (*InviteTeamMemberEmailReader) ReadResponse ¶
func (o *InviteTeamMemberEmailReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type InviteTeamMemberEmailUnauthorized ¶
type InviteTeamMemberEmailUnauthorized struct {
}InviteTeamMemberEmailUnauthorized handles this case with default header values.
Session required
func NewInviteTeamMemberEmailUnauthorized ¶
func NewInviteTeamMemberEmailUnauthorized() *InviteTeamMemberEmailUnauthorized
NewInviteTeamMemberEmailUnauthorized creates a InviteTeamMemberEmailUnauthorized with default headers values
func (*InviteTeamMemberEmailUnauthorized) Error ¶
func (o *InviteTeamMemberEmailUnauthorized) Error() string
func (*InviteTeamMemberEmailUnauthorized) GetPayload ¶
func (o *InviteTeamMemberEmailUnauthorized) GetPayload() *models.APIError
type UpdateOrganizationTeamBadRequest ¶
UpdateOrganizationTeamBadRequest handles this case with default header values.
Bad Request
func NewUpdateOrganizationTeamBadRequest ¶
func NewUpdateOrganizationTeamBadRequest() *UpdateOrganizationTeamBadRequest
NewUpdateOrganizationTeamBadRequest creates a UpdateOrganizationTeamBadRequest with default headers values
func (*UpdateOrganizationTeamBadRequest) Error ¶
func (o *UpdateOrganizationTeamBadRequest) Error() string
func (*UpdateOrganizationTeamBadRequest) GetPayload ¶
func (o *UpdateOrganizationTeamBadRequest) GetPayload() *models.APIError
type UpdateOrganizationTeamForbidden ¶
UpdateOrganizationTeamForbidden handles this case with default header values.
Unauthorized access
func NewUpdateOrganizationTeamForbidden ¶
func NewUpdateOrganizationTeamForbidden() *UpdateOrganizationTeamForbidden
NewUpdateOrganizationTeamForbidden creates a UpdateOrganizationTeamForbidden with default headers values
func (*UpdateOrganizationTeamForbidden) Error ¶
func (o *UpdateOrganizationTeamForbidden) Error() string
func (*UpdateOrganizationTeamForbidden) GetPayload ¶
func (o *UpdateOrganizationTeamForbidden) GetPayload() *models.APIError
type UpdateOrganizationTeamMemberBadRequest ¶
UpdateOrganizationTeamMemberBadRequest handles this case with default header values.
Bad Request
func NewUpdateOrganizationTeamMemberBadRequest ¶
func NewUpdateOrganizationTeamMemberBadRequest() *UpdateOrganizationTeamMemberBadRequest
NewUpdateOrganizationTeamMemberBadRequest creates a UpdateOrganizationTeamMemberBadRequest with default headers values
func (*UpdateOrganizationTeamMemberBadRequest) Error ¶
func (o *UpdateOrganizationTeamMemberBadRequest) Error() string
func (*UpdateOrganizationTeamMemberBadRequest) GetPayload ¶
func (o *UpdateOrganizationTeamMemberBadRequest) GetPayload() *models.APIError
type UpdateOrganizationTeamMemberForbidden ¶
UpdateOrganizationTeamMemberForbidden handles this case with default header values.
Unauthorized access
func NewUpdateOrganizationTeamMemberForbidden ¶
func NewUpdateOrganizationTeamMemberForbidden() *UpdateOrganizationTeamMemberForbidden
NewUpdateOrganizationTeamMemberForbidden creates a UpdateOrganizationTeamMemberForbidden with default headers values
func (*UpdateOrganizationTeamMemberForbidden) Error ¶
func (o *UpdateOrganizationTeamMemberForbidden) Error() string
func (*UpdateOrganizationTeamMemberForbidden) GetPayload ¶
func (o *UpdateOrganizationTeamMemberForbidden) GetPayload() *models.APIError
type UpdateOrganizationTeamMemberNotFound ¶
UpdateOrganizationTeamMemberNotFound handles this case with default header values.
Not found
func NewUpdateOrganizationTeamMemberNotFound ¶
func NewUpdateOrganizationTeamMemberNotFound() *UpdateOrganizationTeamMemberNotFound
NewUpdateOrganizationTeamMemberNotFound creates a UpdateOrganizationTeamMemberNotFound with default headers values
func (*UpdateOrganizationTeamMemberNotFound) Error ¶
func (o *UpdateOrganizationTeamMemberNotFound) Error() string
func (*UpdateOrganizationTeamMemberNotFound) GetPayload ¶
func (o *UpdateOrganizationTeamMemberNotFound) GetPayload() *models.APIError
type UpdateOrganizationTeamMemberOK ¶
type UpdateOrganizationTeamMemberOK struct { }
UpdateOrganizationTeamMemberOK handles this case with default header values.
Successful invocation
func NewUpdateOrganizationTeamMemberOK ¶
func NewUpdateOrganizationTeamMemberOK() *UpdateOrganizationTeamMemberOK
NewUpdateOrganizationTeamMemberOK creates a UpdateOrganizationTeamMemberOK with default headers values
func (*UpdateOrganizationTeamMemberOK) Error ¶
func (o *UpdateOrganizationTeamMemberOK) Error() string
type UpdateOrganizationTeamMemberParams ¶
type UpdateOrganizationTeamMemberParams struct { /*Membername The username of the team member */ Membername string /*Orgname The name of the organization */ Orgname string /*Teamname The name of the team */ Teamname string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateOrganizationTeamMemberParams contains all the parameters to send to the API endpoint for the update organization team member operation typically these are written to a http.Request
func NewUpdateOrganizationTeamMemberParams ¶
func NewUpdateOrganizationTeamMemberParams() *UpdateOrganizationTeamMemberParams
NewUpdateOrganizationTeamMemberParams creates a new UpdateOrganizationTeamMemberParams object with the default values initialized.
func NewUpdateOrganizationTeamMemberParamsWithContext ¶
func NewUpdateOrganizationTeamMemberParamsWithContext(ctx context.Context) *UpdateOrganizationTeamMemberParams
NewUpdateOrganizationTeamMemberParamsWithContext creates a new UpdateOrganizationTeamMemberParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateOrganizationTeamMemberParamsWithHTTPClient ¶
func NewUpdateOrganizationTeamMemberParamsWithHTTPClient(client *http.Client) *UpdateOrganizationTeamMemberParams
NewUpdateOrganizationTeamMemberParamsWithHTTPClient creates a new UpdateOrganizationTeamMemberParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateOrganizationTeamMemberParamsWithTimeout ¶
func NewUpdateOrganizationTeamMemberParamsWithTimeout(timeout time.Duration) *UpdateOrganizationTeamMemberParams
NewUpdateOrganizationTeamMemberParamsWithTimeout creates a new UpdateOrganizationTeamMemberParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateOrganizationTeamMemberParams) SetContext ¶
func (o *UpdateOrganizationTeamMemberParams) SetContext(ctx context.Context)
SetContext adds the context to the update organization team member params
func (*UpdateOrganizationTeamMemberParams) SetHTTPClient ¶
func (o *UpdateOrganizationTeamMemberParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update organization team member params
func (*UpdateOrganizationTeamMemberParams) SetMembername ¶
func (o *UpdateOrganizationTeamMemberParams) SetMembername(membername string)
SetMembername adds the membername to the update organization team member params
func (*UpdateOrganizationTeamMemberParams) SetOrgname ¶
func (o *UpdateOrganizationTeamMemberParams) SetOrgname(orgname string)
SetOrgname adds the orgname to the update organization team member params
func (*UpdateOrganizationTeamMemberParams) SetTeamname ¶
func (o *UpdateOrganizationTeamMemberParams) SetTeamname(teamname string)
SetTeamname adds the teamname to the update organization team member params
func (*UpdateOrganizationTeamMemberParams) SetTimeout ¶
func (o *UpdateOrganizationTeamMemberParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update organization team member params
func (*UpdateOrganizationTeamMemberParams) WithContext ¶
func (o *UpdateOrganizationTeamMemberParams) WithContext(ctx context.Context) *UpdateOrganizationTeamMemberParams
WithContext adds the context to the update organization team member params
func (*UpdateOrganizationTeamMemberParams) WithHTTPClient ¶
func (o *UpdateOrganizationTeamMemberParams) WithHTTPClient(client *http.Client) *UpdateOrganizationTeamMemberParams
WithHTTPClient adds the HTTPClient to the update organization team member params
func (*UpdateOrganizationTeamMemberParams) WithMembername ¶
func (o *UpdateOrganizationTeamMemberParams) WithMembername(membername string) *UpdateOrganizationTeamMemberParams
WithMembername adds the membername to the update organization team member params
func (*UpdateOrganizationTeamMemberParams) WithOrgname ¶
func (o *UpdateOrganizationTeamMemberParams) WithOrgname(orgname string) *UpdateOrganizationTeamMemberParams
WithOrgname adds the orgname to the update organization team member params
func (*UpdateOrganizationTeamMemberParams) WithTeamname ¶
func (o *UpdateOrganizationTeamMemberParams) WithTeamname(teamname string) *UpdateOrganizationTeamMemberParams
WithTeamname adds the teamname to the update organization team member params
func (*UpdateOrganizationTeamMemberParams) WithTimeout ¶
func (o *UpdateOrganizationTeamMemberParams) WithTimeout(timeout time.Duration) *UpdateOrganizationTeamMemberParams
WithTimeout adds the timeout to the update organization team member params
func (*UpdateOrganizationTeamMemberParams) WriteToRequest ¶
func (o *UpdateOrganizationTeamMemberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateOrganizationTeamMemberReader ¶
type UpdateOrganizationTeamMemberReader struct {
// contains filtered or unexported fields
}
UpdateOrganizationTeamMemberReader is a Reader for the UpdateOrganizationTeamMember structure.
func (*UpdateOrganizationTeamMemberReader) ReadResponse ¶
func (o *UpdateOrganizationTeamMemberReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateOrganizationTeamMemberUnauthorized ¶
type UpdateOrganizationTeamMemberUnauthorized struct {
}UpdateOrganizationTeamMemberUnauthorized handles this case with default header values.
Session required
func NewUpdateOrganizationTeamMemberUnauthorized ¶
func NewUpdateOrganizationTeamMemberUnauthorized() *UpdateOrganizationTeamMemberUnauthorized
NewUpdateOrganizationTeamMemberUnauthorized creates a UpdateOrganizationTeamMemberUnauthorized with default headers values
func (*UpdateOrganizationTeamMemberUnauthorized) Error ¶
func (o *UpdateOrganizationTeamMemberUnauthorized) Error() string
func (*UpdateOrganizationTeamMemberUnauthorized) GetPayload ¶
func (o *UpdateOrganizationTeamMemberUnauthorized) GetPayload() *models.APIError
type UpdateOrganizationTeamNotFound ¶
UpdateOrganizationTeamNotFound handles this case with default header values.
Not found
func NewUpdateOrganizationTeamNotFound ¶
func NewUpdateOrganizationTeamNotFound() *UpdateOrganizationTeamNotFound
NewUpdateOrganizationTeamNotFound creates a UpdateOrganizationTeamNotFound with default headers values
func (*UpdateOrganizationTeamNotFound) Error ¶
func (o *UpdateOrganizationTeamNotFound) Error() string
func (*UpdateOrganizationTeamNotFound) GetPayload ¶
func (o *UpdateOrganizationTeamNotFound) GetPayload() *models.APIError
type UpdateOrganizationTeamOK ¶
type UpdateOrganizationTeamOK struct { }
UpdateOrganizationTeamOK handles this case with default header values.
Successful invocation
func NewUpdateOrganizationTeamOK ¶
func NewUpdateOrganizationTeamOK() *UpdateOrganizationTeamOK
NewUpdateOrganizationTeamOK creates a UpdateOrganizationTeamOK with default headers values
func (*UpdateOrganizationTeamOK) Error ¶
func (o *UpdateOrganizationTeamOK) Error() string
type UpdateOrganizationTeamParams ¶
type UpdateOrganizationTeamParams struct { /*Body Request body contents. */ Body *models.TeamDescription /*Orgname The name of the organization */ Orgname string /*Teamname The name of the team */ Teamname string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateOrganizationTeamParams contains all the parameters to send to the API endpoint for the update organization team operation typically these are written to a http.Request
func NewUpdateOrganizationTeamParams ¶
func NewUpdateOrganizationTeamParams() *UpdateOrganizationTeamParams
NewUpdateOrganizationTeamParams creates a new UpdateOrganizationTeamParams object with the default values initialized.
func NewUpdateOrganizationTeamParamsWithContext ¶
func NewUpdateOrganizationTeamParamsWithContext(ctx context.Context) *UpdateOrganizationTeamParams
NewUpdateOrganizationTeamParamsWithContext creates a new UpdateOrganizationTeamParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateOrganizationTeamParamsWithHTTPClient ¶
func NewUpdateOrganizationTeamParamsWithHTTPClient(client *http.Client) *UpdateOrganizationTeamParams
NewUpdateOrganizationTeamParamsWithHTTPClient creates a new UpdateOrganizationTeamParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateOrganizationTeamParamsWithTimeout ¶
func NewUpdateOrganizationTeamParamsWithTimeout(timeout time.Duration) *UpdateOrganizationTeamParams
NewUpdateOrganizationTeamParamsWithTimeout creates a new UpdateOrganizationTeamParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateOrganizationTeamParams) SetBody ¶
func (o *UpdateOrganizationTeamParams) SetBody(body *models.TeamDescription)
SetBody adds the body to the update organization team params
func (*UpdateOrganizationTeamParams) SetContext ¶
func (o *UpdateOrganizationTeamParams) SetContext(ctx context.Context)
SetContext adds the context to the update organization team params
func (*UpdateOrganizationTeamParams) SetHTTPClient ¶
func (o *UpdateOrganizationTeamParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update organization team params
func (*UpdateOrganizationTeamParams) SetOrgname ¶
func (o *UpdateOrganizationTeamParams) SetOrgname(orgname string)
SetOrgname adds the orgname to the update organization team params
func (*UpdateOrganizationTeamParams) SetTeamname ¶
func (o *UpdateOrganizationTeamParams) SetTeamname(teamname string)
SetTeamname adds the teamname to the update organization team params
func (*UpdateOrganizationTeamParams) SetTimeout ¶
func (o *UpdateOrganizationTeamParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update organization team params
func (*UpdateOrganizationTeamParams) WithBody ¶
func (o *UpdateOrganizationTeamParams) WithBody(body *models.TeamDescription) *UpdateOrganizationTeamParams
WithBody adds the body to the update organization team params
func (*UpdateOrganizationTeamParams) WithContext ¶
func (o *UpdateOrganizationTeamParams) WithContext(ctx context.Context) *UpdateOrganizationTeamParams
WithContext adds the context to the update organization team params
func (*UpdateOrganizationTeamParams) WithHTTPClient ¶
func (o *UpdateOrganizationTeamParams) WithHTTPClient(client *http.Client) *UpdateOrganizationTeamParams
WithHTTPClient adds the HTTPClient to the update organization team params
func (*UpdateOrganizationTeamParams) WithOrgname ¶
func (o *UpdateOrganizationTeamParams) WithOrgname(orgname string) *UpdateOrganizationTeamParams
WithOrgname adds the orgname to the update organization team params
func (*UpdateOrganizationTeamParams) WithTeamname ¶
func (o *UpdateOrganizationTeamParams) WithTeamname(teamname string) *UpdateOrganizationTeamParams
WithTeamname adds the teamname to the update organization team params
func (*UpdateOrganizationTeamParams) WithTimeout ¶
func (o *UpdateOrganizationTeamParams) WithTimeout(timeout time.Duration) *UpdateOrganizationTeamParams
WithTimeout adds the timeout to the update organization team params
func (*UpdateOrganizationTeamParams) WriteToRequest ¶
func (o *UpdateOrganizationTeamParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateOrganizationTeamReader ¶
type UpdateOrganizationTeamReader struct {
// contains filtered or unexported fields
}
UpdateOrganizationTeamReader is a Reader for the UpdateOrganizationTeam structure.
func (*UpdateOrganizationTeamReader) ReadResponse ¶
func (o *UpdateOrganizationTeamReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateOrganizationTeamUnauthorized ¶
type UpdateOrganizationTeamUnauthorized struct {
}UpdateOrganizationTeamUnauthorized handles this case with default header values.
Session required
func NewUpdateOrganizationTeamUnauthorized ¶
func NewUpdateOrganizationTeamUnauthorized() *UpdateOrganizationTeamUnauthorized
NewUpdateOrganizationTeamUnauthorized creates a UpdateOrganizationTeamUnauthorized with default headers values
func (*UpdateOrganizationTeamUnauthorized) Error ¶
func (o *UpdateOrganizationTeamUnauthorized) Error() string
func (*UpdateOrganizationTeamUnauthorized) GetPayload ¶
func (o *UpdateOrganizationTeamUnauthorized) GetPayload() *models.APIError
Source Files ¶
- delete_organization_team_member_parameters.go
- delete_organization_team_member_responses.go
- delete_organization_team_parameters.go
- delete_organization_team_responses.go
- delete_team_member_email_invite_parameters.go
- delete_team_member_email_invite_responses.go
- get_organization_team_members_parameters.go
- get_organization_team_members_responses.go
- get_organization_team_permissions_parameters.go
- get_organization_team_permissions_responses.go
- invite_team_member_email_parameters.go
- invite_team_member_email_responses.go
- team_client.go
- update_organization_team_member_parameters.go
- update_organization_team_member_responses.go
- update_organization_team_parameters.go
- update_organization_team_responses.go