team

package
v0.0.0-...-eff1da9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

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

DeleteOrganizationTeam Delete the specified team.

func (*Client) DeleteOrganizationTeamMember

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

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

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

type DeleteOrganizationTeamBadRequest struct {
	Payload *models.APIError
}

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 (*DeleteOrganizationTeamBadRequest) GetPayload

type DeleteOrganizationTeamForbidden

type DeleteOrganizationTeamForbidden struct {
	Payload *models.APIError
}

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 (*DeleteOrganizationTeamForbidden) GetPayload

type DeleteOrganizationTeamMemberBadRequest

type DeleteOrganizationTeamMemberBadRequest struct {
	Payload *models.APIError
}

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 (*DeleteOrganizationTeamMemberBadRequest) GetPayload

type DeleteOrganizationTeamMemberForbidden

type DeleteOrganizationTeamMemberForbidden struct {
	Payload *models.APIError
}

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 (*DeleteOrganizationTeamMemberForbidden) GetPayload

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

type DeleteOrganizationTeamMemberNotFound

type DeleteOrganizationTeamMemberNotFound struct {
	Payload *models.APIError
}

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 (*DeleteOrganizationTeamMemberNotFound) GetPayload

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

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

WithContext adds the context to the delete organization team member params

func (*DeleteOrganizationTeamMemberParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete organization team member params

func (*DeleteOrganizationTeamMemberParams) WithMembername

WithMembername adds the membername to the delete organization team member params

func (*DeleteOrganizationTeamMemberParams) WithOrgname

WithOrgname adds the orgname to the delete organization team member params

func (*DeleteOrganizationTeamMemberParams) WithTeamname

WithTeamname adds the teamname to the delete organization team member params

func (*DeleteOrganizationTeamMemberParams) WithTimeout

WithTimeout adds the timeout to the delete organization team member params

func (*DeleteOrganizationTeamMemberParams) WriteToRequest

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 {
	Payload *models.APIError
}

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 (*DeleteOrganizationTeamMemberUnauthorized) GetPayload

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

type DeleteOrganizationTeamNotFound

type DeleteOrganizationTeamNotFound struct {
	Payload *models.APIError
}

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 (*DeleteOrganizationTeamNotFound) GetPayload

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

WithContext adds the context to the delete organization team params

func (*DeleteOrganizationTeamParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete organization team params

func (*DeleteOrganizationTeamParams) WithOrgname

WithOrgname adds the orgname to the delete organization team params

func (*DeleteOrganizationTeamParams) WithTeamname

WithTeamname adds the teamname to the delete organization team params

func (*DeleteOrganizationTeamParams) WithTimeout

WithTimeout adds the timeout to the delete organization team params

func (*DeleteOrganizationTeamParams) WriteToRequest

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 {
	Payload *models.APIError
}

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 (*DeleteOrganizationTeamUnauthorized) GetPayload

type DeleteTeamMemberEmailInviteBadRequest

type DeleteTeamMemberEmailInviteBadRequest struct {
	Payload *models.APIError
}

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 (*DeleteTeamMemberEmailInviteBadRequest) GetPayload

type DeleteTeamMemberEmailInviteForbidden

type DeleteTeamMemberEmailInviteForbidden struct {
	Payload *models.APIError
}

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 (*DeleteTeamMemberEmailInviteForbidden) GetPayload

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

type DeleteTeamMemberEmailInviteNotFound

type DeleteTeamMemberEmailInviteNotFound struct {
	Payload *models.APIError
}

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 (*DeleteTeamMemberEmailInviteNotFound) GetPayload

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

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

WithContext adds the context to the delete team member email invite params

func (*DeleteTeamMemberEmailInviteParams) WithEmail

WithEmail adds the email to the delete team member email invite params

func (*DeleteTeamMemberEmailInviteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete team member email invite params

func (*DeleteTeamMemberEmailInviteParams) WithOrgname

WithOrgname adds the orgname to the delete team member email invite params

func (*DeleteTeamMemberEmailInviteParams) WithTeamname

WithTeamname adds the teamname to the delete team member email invite params

func (*DeleteTeamMemberEmailInviteParams) WithTimeout

WithTimeout adds the timeout to the delete team member email invite params

func (*DeleteTeamMemberEmailInviteParams) WriteToRequest

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 {
	Payload *models.APIError
}

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 (*DeleteTeamMemberEmailInviteUnauthorized) GetPayload

type GetOrganizationTeamMembersBadRequest

type GetOrganizationTeamMembersBadRequest struct {
	Payload *models.APIError
}

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 (*GetOrganizationTeamMembersBadRequest) GetPayload

type GetOrganizationTeamMembersForbidden

type GetOrganizationTeamMembersForbidden struct {
	Payload *models.APIError
}

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 (*GetOrganizationTeamMembersForbidden) GetPayload

type GetOrganizationTeamMembersNotFound

type GetOrganizationTeamMembersNotFound struct {
	Payload *models.APIError
}

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 (*GetOrganizationTeamMembersNotFound) GetPayload

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

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

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

WithContext adds the context to the get organization team members params

func (*GetOrganizationTeamMembersParams) WithHTTPClient

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

WithOrgname adds the orgname to the get organization team members params

func (*GetOrganizationTeamMembersParams) WithTeamname

WithTeamname adds the teamname to the get organization team members params

func (*GetOrganizationTeamMembersParams) WithTimeout

WithTimeout adds the timeout to the get organization team members params

func (*GetOrganizationTeamMembersParams) WriteToRequest

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 {
	Payload *models.APIError
}

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 (*GetOrganizationTeamMembersUnauthorized) GetPayload

type GetOrganizationTeamPermissionsBadRequest

type GetOrganizationTeamPermissionsBadRequest struct {
	Payload *models.APIError
}

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 (*GetOrganizationTeamPermissionsBadRequest) GetPayload

type GetOrganizationTeamPermissionsForbidden

type GetOrganizationTeamPermissionsForbidden struct {
	Payload *models.APIError
}

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 (*GetOrganizationTeamPermissionsForbidden) GetPayload

type GetOrganizationTeamPermissionsNotFound

type GetOrganizationTeamPermissionsNotFound struct {
	Payload *models.APIError
}

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 (*GetOrganizationTeamPermissionsNotFound) GetPayload

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

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

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

WithContext adds the context to the get organization team permissions params

func (*GetOrganizationTeamPermissionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization team permissions params

func (*GetOrganizationTeamPermissionsParams) WithOrgname

WithOrgname adds the orgname to the get organization team permissions params

func (*GetOrganizationTeamPermissionsParams) WithTeamname

WithTeamname adds the teamname to the get organization team permissions params

func (*GetOrganizationTeamPermissionsParams) WithTimeout

WithTimeout adds the timeout to the get organization team permissions params

func (*GetOrganizationTeamPermissionsParams) WriteToRequest

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 {
	Payload *models.APIError
}

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 (*GetOrganizationTeamPermissionsUnauthorized) GetPayload

type InviteTeamMemberEmailBadRequest

type InviteTeamMemberEmailBadRequest struct {
	Payload *models.APIError
}

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 (*InviteTeamMemberEmailBadRequest) GetPayload

type InviteTeamMemberEmailForbidden

type InviteTeamMemberEmailForbidden struct {
	Payload *models.APIError
}

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 (*InviteTeamMemberEmailForbidden) GetPayload

type InviteTeamMemberEmailNotFound

type InviteTeamMemberEmailNotFound struct {
	Payload *models.APIError
}

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 (*InviteTeamMemberEmailNotFound) GetPayload

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

WithContext adds the context to the invite team member email params

func (*InviteTeamMemberEmailParams) WithEmail

WithEmail adds the email to the invite team member email params

func (*InviteTeamMemberEmailParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the invite team member email params

func (*InviteTeamMemberEmailParams) WithOrgname

WithOrgname adds the orgname to the invite team member email params

func (*InviteTeamMemberEmailParams) WithTeamname

WithTeamname adds the teamname to the invite team member email params

func (*InviteTeamMemberEmailParams) WithTimeout

WithTimeout adds the timeout to the invite team member email params

func (*InviteTeamMemberEmailParams) WriteToRequest

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 {
	Payload *models.APIError
}

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 (*InviteTeamMemberEmailUnauthorized) GetPayload

type UpdateOrganizationTeamBadRequest

type UpdateOrganizationTeamBadRequest struct {
	Payload *models.APIError
}

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 (*UpdateOrganizationTeamBadRequest) GetPayload

type UpdateOrganizationTeamForbidden

type UpdateOrganizationTeamForbidden struct {
	Payload *models.APIError
}

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 (*UpdateOrganizationTeamForbidden) GetPayload

type UpdateOrganizationTeamMemberBadRequest

type UpdateOrganizationTeamMemberBadRequest struct {
	Payload *models.APIError
}

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 (*UpdateOrganizationTeamMemberBadRequest) GetPayload

type UpdateOrganizationTeamMemberForbidden

type UpdateOrganizationTeamMemberForbidden struct {
	Payload *models.APIError
}

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 (*UpdateOrganizationTeamMemberForbidden) GetPayload

type UpdateOrganizationTeamMemberNotFound

type UpdateOrganizationTeamMemberNotFound struct {
	Payload *models.APIError
}

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 (*UpdateOrganizationTeamMemberNotFound) GetPayload

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

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

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

WithContext adds the context to the update organization team member params

func (*UpdateOrganizationTeamMemberParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update organization team member params

func (*UpdateOrganizationTeamMemberParams) WithMembername

WithMembername adds the membername to the update organization team member params

func (*UpdateOrganizationTeamMemberParams) WithOrgname

WithOrgname adds the orgname to the update organization team member params

func (*UpdateOrganizationTeamMemberParams) WithTeamname

WithTeamname adds the teamname to the update organization team member params

func (*UpdateOrganizationTeamMemberParams) WithTimeout

WithTimeout adds the timeout to the update organization team member params

func (*UpdateOrganizationTeamMemberParams) WriteToRequest

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 {
	Payload *models.APIError
}

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 (*UpdateOrganizationTeamMemberUnauthorized) GetPayload

type UpdateOrganizationTeamNotFound

type UpdateOrganizationTeamNotFound struct {
	Payload *models.APIError
}

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 (*UpdateOrganizationTeamNotFound) GetPayload

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

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

WithBody adds the body to the update organization team params

func (*UpdateOrganizationTeamParams) WithContext

WithContext adds the context to the update organization team params

func (*UpdateOrganizationTeamParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update organization team params

func (*UpdateOrganizationTeamParams) WithOrgname

WithOrgname adds the orgname to the update organization team params

func (*UpdateOrganizationTeamParams) WithTeamname

WithTeamname adds the teamname to the update organization team params

func (*UpdateOrganizationTeamParams) WithTimeout

WithTimeout adds the timeout to the update organization team params

func (*UpdateOrganizationTeamParams) WriteToRequest

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 {
	Payload *models.APIError
}

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 (*UpdateOrganizationTeamUnauthorized) GetPayload

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL