groups

package
v0.0.0-...-853dd42 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   DeleteGroup deletes group
	*/
	DeleteGroup(ctx context.Context, params *DeleteGroupParams) error
	/*
	   DeleteGroupMembers removes members
	*/
	DeleteGroupMembers(ctx context.Context, params *DeleteGroupMembersParams) (*DeleteGroupMembersAccepted, error)
	/*
	   GetGroup gets group
	*/
	GetGroup(ctx context.Context, params *GetGroupParams) (*GetGroupOK, error)
	/*
	   GetGroupIndividuals gets all individuals associated with the group
	*/
	GetGroupIndividuals(ctx context.Context, params *GetGroupIndividualsParams) (*GetGroupIndividualsOK, error)
	/*
	   GetGroupMembers gets group members includes individuals owners and dynamically included people
	*/
	GetGroupMembers(ctx context.Context, params *GetGroupMembersParams) (*GetGroupMembersOK, error)
	/*
	   GetGroupProfile gets group profile
	   This api is deprecated. Use /api/v2/groups instead
	*/
	GetGroupProfile(ctx context.Context, params *GetGroupProfileParams) (*GetGroupProfileOK, error)
	/*
	   GetGroups gets a group list
	*/
	GetGroups(ctx context.Context, params *GetGroupsParams) (*GetGroupsOK, error)
	/*
	   GetGroupsSearch searches groups using the q64 value returned from a previous search
	*/
	GetGroupsSearch(ctx context.Context, params *GetGroupsSearchParams) (*GetGroupsSearchOK, error)
	/*
	   GetProfilesGroups gets group profile listing
	   This api is deprecated. Use /api/v2/groups instead.
	*/
	GetProfilesGroups(ctx context.Context, params *GetProfilesGroupsParams) (*GetProfilesGroupsOK, error)
	/*
	   PostGroupMembers adds members
	*/
	PostGroupMembers(ctx context.Context, params *PostGroupMembersParams) (*PostGroupMembersAccepted, error)
	/*
	   PostGroups creates a group
	*/
	PostGroups(ctx context.Context, params *PostGroupsParams) (*PostGroupsOK, error)
	/*
	   PostGroupsSearch searches groups
	*/
	PostGroupsSearch(ctx context.Context, params *PostGroupsSearchParams) (*PostGroupsSearchOK, error)
	/*
	   PutGroup updates group
	*/
	PutGroup(ctx context.Context, params *PutGroupParams) (*PutGroupOK, error)
}

API is the interface of the groups client

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for groups API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client

New creates a new groups API client.

func (*Client) DeleteGroup

func (a *Client) DeleteGroup(ctx context.Context, params *DeleteGroupParams) error

DeleteGroup deletes group

func (*Client) DeleteGroupMembers

func (a *Client) DeleteGroupMembers(ctx context.Context, params *DeleteGroupMembersParams) (*DeleteGroupMembersAccepted, error)

DeleteGroupMembers removes members

func (*Client) GetGroup

func (a *Client) GetGroup(ctx context.Context, params *GetGroupParams) (*GetGroupOK, error)

GetGroup gets group

func (*Client) GetGroupIndividuals

func (a *Client) GetGroupIndividuals(ctx context.Context, params *GetGroupIndividualsParams) (*GetGroupIndividualsOK, error)

GetGroupIndividuals gets all individuals associated with the group

func (*Client) GetGroupMembers

func (a *Client) GetGroupMembers(ctx context.Context, params *GetGroupMembersParams) (*GetGroupMembersOK, error)

GetGroupMembers gets group members includes individuals owners and dynamically included people

func (*Client) GetGroupProfile

func (a *Client) GetGroupProfile(ctx context.Context, params *GetGroupProfileParams) (*GetGroupProfileOK, error)

GetGroupProfile gets group profile

This api is deprecated. Use /api/v2/groups instead

func (*Client) GetGroups

func (a *Client) GetGroups(ctx context.Context, params *GetGroupsParams) (*GetGroupsOK, error)

GetGroups gets a group list

func (*Client) GetGroupsSearch

func (a *Client) GetGroupsSearch(ctx context.Context, params *GetGroupsSearchParams) (*GetGroupsSearchOK, error)

GetGroupsSearch searches groups using the q64 value returned from a previous search

func (*Client) GetProfilesGroups

func (a *Client) GetProfilesGroups(ctx context.Context, params *GetProfilesGroupsParams) (*GetProfilesGroupsOK, error)

GetProfilesGroups gets group profile listing

This api is deprecated. Use /api/v2/groups instead.

func (*Client) PostGroupMembers

func (a *Client) PostGroupMembers(ctx context.Context, params *PostGroupMembersParams) (*PostGroupMembersAccepted, error)

PostGroupMembers adds members

func (*Client) PostGroups

func (a *Client) PostGroups(ctx context.Context, params *PostGroupsParams) (*PostGroupsOK, error)

PostGroups creates a group

func (*Client) PostGroupsSearch

func (a *Client) PostGroupsSearch(ctx context.Context, params *PostGroupsSearchParams) (*PostGroupsSearchOK, error)

PostGroupsSearch searches groups

func (*Client) PutGroup

func (a *Client) PutGroup(ctx context.Context, params *PutGroupParams) (*PutGroupOK, error)

PutGroup updates group

type DeleteGroupBadRequest

type DeleteGroupBadRequest struct {
	Payload *models.ErrorBody
}

DeleteGroupBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteGroupBadRequest

func NewDeleteGroupBadRequest() *DeleteGroupBadRequest

NewDeleteGroupBadRequest creates a DeleteGroupBadRequest with default headers values

func (*DeleteGroupBadRequest) Error

func (o *DeleteGroupBadRequest) Error() string

func (*DeleteGroupBadRequest) GetPayload

func (o *DeleteGroupBadRequest) GetPayload() *models.ErrorBody

func (*DeleteGroupBadRequest) IsClientError

func (o *DeleteGroupBadRequest) IsClientError() bool

IsClientError returns true when this delete group bad request response has a 4xx status code

func (*DeleteGroupBadRequest) IsCode

func (o *DeleteGroupBadRequest) IsCode(code int) bool

IsCode returns true when this delete group bad request response a status code equal to that given

func (*DeleteGroupBadRequest) IsRedirect

func (o *DeleteGroupBadRequest) IsRedirect() bool

IsRedirect returns true when this delete group bad request response has a 3xx status code

func (*DeleteGroupBadRequest) IsServerError

func (o *DeleteGroupBadRequest) IsServerError() bool

IsServerError returns true when this delete group bad request response has a 5xx status code

func (*DeleteGroupBadRequest) IsSuccess

func (o *DeleteGroupBadRequest) IsSuccess() bool

IsSuccess returns true when this delete group bad request response has a 2xx status code

func (*DeleteGroupBadRequest) String

func (o *DeleteGroupBadRequest) String() string

type DeleteGroupDefault

type DeleteGroupDefault struct {
	// contains filtered or unexported fields
}

DeleteGroupDefault describes a response with status code -1, with default header values.

successful operation

func NewDeleteGroupDefault

func NewDeleteGroupDefault(code int) *DeleteGroupDefault

NewDeleteGroupDefault creates a DeleteGroupDefault with default headers values

func (*DeleteGroupDefault) Code

func (o *DeleteGroupDefault) Code() int

Code gets the status code for the delete group default response

func (*DeleteGroupDefault) Error

func (o *DeleteGroupDefault) Error() string

func (*DeleteGroupDefault) IsClientError

func (o *DeleteGroupDefault) IsClientError() bool

IsClientError returns true when this delete group default response has a 4xx status code

func (*DeleteGroupDefault) IsCode

func (o *DeleteGroupDefault) IsCode(code int) bool

IsCode returns true when this delete group default response a status code equal to that given

func (*DeleteGroupDefault) IsRedirect

func (o *DeleteGroupDefault) IsRedirect() bool

IsRedirect returns true when this delete group default response has a 3xx status code

func (*DeleteGroupDefault) IsServerError

func (o *DeleteGroupDefault) IsServerError() bool

IsServerError returns true when this delete group default response has a 5xx status code

func (*DeleteGroupDefault) IsSuccess

func (o *DeleteGroupDefault) IsSuccess() bool

IsSuccess returns true when this delete group default response has a 2xx status code

func (*DeleteGroupDefault) String

func (o *DeleteGroupDefault) String() string

type DeleteGroupForbidden

type DeleteGroupForbidden struct {
	Payload *models.ErrorBody
}

DeleteGroupForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewDeleteGroupForbidden

func NewDeleteGroupForbidden() *DeleteGroupForbidden

NewDeleteGroupForbidden creates a DeleteGroupForbidden with default headers values

func (*DeleteGroupForbidden) Error

func (o *DeleteGroupForbidden) Error() string

func (*DeleteGroupForbidden) GetPayload

func (o *DeleteGroupForbidden) GetPayload() *models.ErrorBody

func (*DeleteGroupForbidden) IsClientError

func (o *DeleteGroupForbidden) IsClientError() bool

IsClientError returns true when this delete group forbidden response has a 4xx status code

func (*DeleteGroupForbidden) IsCode

func (o *DeleteGroupForbidden) IsCode(code int) bool

IsCode returns true when this delete group forbidden response a status code equal to that given

func (*DeleteGroupForbidden) IsRedirect

func (o *DeleteGroupForbidden) IsRedirect() bool

IsRedirect returns true when this delete group forbidden response has a 3xx status code

func (*DeleteGroupForbidden) IsServerError

func (o *DeleteGroupForbidden) IsServerError() bool

IsServerError returns true when this delete group forbidden response has a 5xx status code

func (*DeleteGroupForbidden) IsSuccess

func (o *DeleteGroupForbidden) IsSuccess() bool

IsSuccess returns true when this delete group forbidden response has a 2xx status code

func (*DeleteGroupForbidden) String

func (o *DeleteGroupForbidden) String() string

type DeleteGroupGatewayTimeout

type DeleteGroupGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteGroupGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteGroupGatewayTimeout

func NewDeleteGroupGatewayTimeout() *DeleteGroupGatewayTimeout

NewDeleteGroupGatewayTimeout creates a DeleteGroupGatewayTimeout with default headers values

func (*DeleteGroupGatewayTimeout) Error

func (o *DeleteGroupGatewayTimeout) Error() string

func (*DeleteGroupGatewayTimeout) GetPayload

func (o *DeleteGroupGatewayTimeout) GetPayload() *models.ErrorBody

func (*DeleteGroupGatewayTimeout) IsClientError

func (o *DeleteGroupGatewayTimeout) IsClientError() bool

IsClientError returns true when this delete group gateway timeout response has a 4xx status code

func (*DeleteGroupGatewayTimeout) IsCode

func (o *DeleteGroupGatewayTimeout) IsCode(code int) bool

IsCode returns true when this delete group gateway timeout response a status code equal to that given

func (*DeleteGroupGatewayTimeout) IsRedirect

func (o *DeleteGroupGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this delete group gateway timeout response has a 3xx status code

func (*DeleteGroupGatewayTimeout) IsServerError

func (o *DeleteGroupGatewayTimeout) IsServerError() bool

IsServerError returns true when this delete group gateway timeout response has a 5xx status code

func (*DeleteGroupGatewayTimeout) IsSuccess

func (o *DeleteGroupGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this delete group gateway timeout response has a 2xx status code

func (*DeleteGroupGatewayTimeout) String

func (o *DeleteGroupGatewayTimeout) String() string

type DeleteGroupInternalServerError

type DeleteGroupInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteGroupInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteGroupInternalServerError

func NewDeleteGroupInternalServerError() *DeleteGroupInternalServerError

NewDeleteGroupInternalServerError creates a DeleteGroupInternalServerError with default headers values

func (*DeleteGroupInternalServerError) Error

func (*DeleteGroupInternalServerError) GetPayload

func (*DeleteGroupInternalServerError) IsClientError

func (o *DeleteGroupInternalServerError) IsClientError() bool

IsClientError returns true when this delete group internal server error response has a 4xx status code

func (*DeleteGroupInternalServerError) IsCode

func (o *DeleteGroupInternalServerError) IsCode(code int) bool

IsCode returns true when this delete group internal server error response a status code equal to that given

func (*DeleteGroupInternalServerError) IsRedirect

func (o *DeleteGroupInternalServerError) IsRedirect() bool

IsRedirect returns true when this delete group internal server error response has a 3xx status code

func (*DeleteGroupInternalServerError) IsServerError

func (o *DeleteGroupInternalServerError) IsServerError() bool

IsServerError returns true when this delete group internal server error response has a 5xx status code

func (*DeleteGroupInternalServerError) IsSuccess

func (o *DeleteGroupInternalServerError) IsSuccess() bool

IsSuccess returns true when this delete group internal server error response has a 2xx status code

func (*DeleteGroupInternalServerError) String

type DeleteGroupMembersAccepted

type DeleteGroupMembersAccepted struct {
	Payload models.Empty
}

DeleteGroupMembersAccepted describes a response with status code 202, with default header values.

Success, group membership was updated

func NewDeleteGroupMembersAccepted

func NewDeleteGroupMembersAccepted() *DeleteGroupMembersAccepted

NewDeleteGroupMembersAccepted creates a DeleteGroupMembersAccepted with default headers values

func (*DeleteGroupMembersAccepted) Error

func (*DeleteGroupMembersAccepted) GetPayload

func (o *DeleteGroupMembersAccepted) GetPayload() models.Empty

func (*DeleteGroupMembersAccepted) IsClientError

func (o *DeleteGroupMembersAccepted) IsClientError() bool

IsClientError returns true when this delete group members accepted response has a 4xx status code

func (*DeleteGroupMembersAccepted) IsCode

func (o *DeleteGroupMembersAccepted) IsCode(code int) bool

IsCode returns true when this delete group members accepted response a status code equal to that given

func (*DeleteGroupMembersAccepted) IsRedirect

func (o *DeleteGroupMembersAccepted) IsRedirect() bool

IsRedirect returns true when this delete group members accepted response has a 3xx status code

func (*DeleteGroupMembersAccepted) IsServerError

func (o *DeleteGroupMembersAccepted) IsServerError() bool

IsServerError returns true when this delete group members accepted response has a 5xx status code

func (*DeleteGroupMembersAccepted) IsSuccess

func (o *DeleteGroupMembersAccepted) IsSuccess() bool

IsSuccess returns true when this delete group members accepted response has a 2xx status code

func (*DeleteGroupMembersAccepted) String

func (o *DeleteGroupMembersAccepted) String() string

type DeleteGroupMembersBadRequest

type DeleteGroupMembersBadRequest struct {
	Payload *models.ErrorBody
}

DeleteGroupMembersBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteGroupMembersBadRequest

func NewDeleteGroupMembersBadRequest() *DeleteGroupMembersBadRequest

NewDeleteGroupMembersBadRequest creates a DeleteGroupMembersBadRequest with default headers values

func (*DeleteGroupMembersBadRequest) Error

func (*DeleteGroupMembersBadRequest) GetPayload

func (*DeleteGroupMembersBadRequest) IsClientError

func (o *DeleteGroupMembersBadRequest) IsClientError() bool

IsClientError returns true when this delete group members bad request response has a 4xx status code

func (*DeleteGroupMembersBadRequest) IsCode

func (o *DeleteGroupMembersBadRequest) IsCode(code int) bool

IsCode returns true when this delete group members bad request response a status code equal to that given

func (*DeleteGroupMembersBadRequest) IsRedirect

func (o *DeleteGroupMembersBadRequest) IsRedirect() bool

IsRedirect returns true when this delete group members bad request response has a 3xx status code

func (*DeleteGroupMembersBadRequest) IsServerError

func (o *DeleteGroupMembersBadRequest) IsServerError() bool

IsServerError returns true when this delete group members bad request response has a 5xx status code

func (*DeleteGroupMembersBadRequest) IsSuccess

func (o *DeleteGroupMembersBadRequest) IsSuccess() bool

IsSuccess returns true when this delete group members bad request response has a 2xx status code

func (*DeleteGroupMembersBadRequest) String

type DeleteGroupMembersForbidden

type DeleteGroupMembersForbidden struct {
	Payload *models.ErrorBody
}

DeleteGroupMembersForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewDeleteGroupMembersForbidden

func NewDeleteGroupMembersForbidden() *DeleteGroupMembersForbidden

NewDeleteGroupMembersForbidden creates a DeleteGroupMembersForbidden with default headers values

func (*DeleteGroupMembersForbidden) Error

func (*DeleteGroupMembersForbidden) GetPayload

func (o *DeleteGroupMembersForbidden) GetPayload() *models.ErrorBody

func (*DeleteGroupMembersForbidden) IsClientError

func (o *DeleteGroupMembersForbidden) IsClientError() bool

IsClientError returns true when this delete group members forbidden response has a 4xx status code

func (*DeleteGroupMembersForbidden) IsCode

func (o *DeleteGroupMembersForbidden) IsCode(code int) bool

IsCode returns true when this delete group members forbidden response a status code equal to that given

func (*DeleteGroupMembersForbidden) IsRedirect

func (o *DeleteGroupMembersForbidden) IsRedirect() bool

IsRedirect returns true when this delete group members forbidden response has a 3xx status code

func (*DeleteGroupMembersForbidden) IsServerError

func (o *DeleteGroupMembersForbidden) IsServerError() bool

IsServerError returns true when this delete group members forbidden response has a 5xx status code

func (*DeleteGroupMembersForbidden) IsSuccess

func (o *DeleteGroupMembersForbidden) IsSuccess() bool

IsSuccess returns true when this delete group members forbidden response has a 2xx status code

func (*DeleteGroupMembersForbidden) String

func (o *DeleteGroupMembersForbidden) String() string

type DeleteGroupMembersGatewayTimeout

type DeleteGroupMembersGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteGroupMembersGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteGroupMembersGatewayTimeout

func NewDeleteGroupMembersGatewayTimeout() *DeleteGroupMembersGatewayTimeout

NewDeleteGroupMembersGatewayTimeout creates a DeleteGroupMembersGatewayTimeout with default headers values

func (*DeleteGroupMembersGatewayTimeout) Error

func (*DeleteGroupMembersGatewayTimeout) GetPayload

func (*DeleteGroupMembersGatewayTimeout) IsClientError

func (o *DeleteGroupMembersGatewayTimeout) IsClientError() bool

IsClientError returns true when this delete group members gateway timeout response has a 4xx status code

func (*DeleteGroupMembersGatewayTimeout) IsCode

func (o *DeleteGroupMembersGatewayTimeout) IsCode(code int) bool

IsCode returns true when this delete group members gateway timeout response a status code equal to that given

func (*DeleteGroupMembersGatewayTimeout) IsRedirect

func (o *DeleteGroupMembersGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this delete group members gateway timeout response has a 3xx status code

func (*DeleteGroupMembersGatewayTimeout) IsServerError

func (o *DeleteGroupMembersGatewayTimeout) IsServerError() bool

IsServerError returns true when this delete group members gateway timeout response has a 5xx status code

func (*DeleteGroupMembersGatewayTimeout) IsSuccess

func (o *DeleteGroupMembersGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this delete group members gateway timeout response has a 2xx status code

func (*DeleteGroupMembersGatewayTimeout) String

type DeleteGroupMembersInternalServerError

type DeleteGroupMembersInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteGroupMembersInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteGroupMembersInternalServerError

func NewDeleteGroupMembersInternalServerError() *DeleteGroupMembersInternalServerError

NewDeleteGroupMembersInternalServerError creates a DeleteGroupMembersInternalServerError with default headers values

func (*DeleteGroupMembersInternalServerError) Error

func (*DeleteGroupMembersInternalServerError) GetPayload

func (*DeleteGroupMembersInternalServerError) IsClientError

func (o *DeleteGroupMembersInternalServerError) IsClientError() bool

IsClientError returns true when this delete group members internal server error response has a 4xx status code

func (*DeleteGroupMembersInternalServerError) IsCode

IsCode returns true when this delete group members internal server error response a status code equal to that given

func (*DeleteGroupMembersInternalServerError) IsRedirect

IsRedirect returns true when this delete group members internal server error response has a 3xx status code

func (*DeleteGroupMembersInternalServerError) IsServerError

func (o *DeleteGroupMembersInternalServerError) IsServerError() bool

IsServerError returns true when this delete group members internal server error response has a 5xx status code

func (*DeleteGroupMembersInternalServerError) IsSuccess

IsSuccess returns true when this delete group members internal server error response has a 2xx status code

func (*DeleteGroupMembersInternalServerError) String

type DeleteGroupMembersNotFound

type DeleteGroupMembersNotFound struct {
	Payload *models.ErrorBody
}

DeleteGroupMembersNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteGroupMembersNotFound

func NewDeleteGroupMembersNotFound() *DeleteGroupMembersNotFound

NewDeleteGroupMembersNotFound creates a DeleteGroupMembersNotFound with default headers values

func (*DeleteGroupMembersNotFound) Error

func (*DeleteGroupMembersNotFound) GetPayload

func (o *DeleteGroupMembersNotFound) GetPayload() *models.ErrorBody

func (*DeleteGroupMembersNotFound) IsClientError

func (o *DeleteGroupMembersNotFound) IsClientError() bool

IsClientError returns true when this delete group members not found response has a 4xx status code

func (*DeleteGroupMembersNotFound) IsCode

func (o *DeleteGroupMembersNotFound) IsCode(code int) bool

IsCode returns true when this delete group members not found response a status code equal to that given

func (*DeleteGroupMembersNotFound) IsRedirect

func (o *DeleteGroupMembersNotFound) IsRedirect() bool

IsRedirect returns true when this delete group members not found response has a 3xx status code

func (*DeleteGroupMembersNotFound) IsServerError

func (o *DeleteGroupMembersNotFound) IsServerError() bool

IsServerError returns true when this delete group members not found response has a 5xx status code

func (*DeleteGroupMembersNotFound) IsSuccess

func (o *DeleteGroupMembersNotFound) IsSuccess() bool

IsSuccess returns true when this delete group members not found response has a 2xx status code

func (*DeleteGroupMembersNotFound) String

func (o *DeleteGroupMembersNotFound) String() string

type DeleteGroupMembersParams

type DeleteGroupMembersParams struct {

	/* GroupID.

	   Group ID
	*/
	GroupID string

	/* Ids.

	   Comma separated list of userIds to remove
	*/
	Ids string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteGroupMembersParams contains all the parameters to send to the API endpoint

for the delete group members operation.

Typically these are written to a http.Request.

func NewDeleteGroupMembersParams

func NewDeleteGroupMembersParams() *DeleteGroupMembersParams

NewDeleteGroupMembersParams creates a new DeleteGroupMembersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteGroupMembersParamsWithContext

func NewDeleteGroupMembersParamsWithContext(ctx context.Context) *DeleteGroupMembersParams

NewDeleteGroupMembersParamsWithContext creates a new DeleteGroupMembersParams object with the ability to set a context for a request.

func NewDeleteGroupMembersParamsWithHTTPClient

func NewDeleteGroupMembersParamsWithHTTPClient(client *http.Client) *DeleteGroupMembersParams

NewDeleteGroupMembersParamsWithHTTPClient creates a new DeleteGroupMembersParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteGroupMembersParamsWithTimeout

func NewDeleteGroupMembersParamsWithTimeout(timeout time.Duration) *DeleteGroupMembersParams

NewDeleteGroupMembersParamsWithTimeout creates a new DeleteGroupMembersParams object with the ability to set a timeout on a request.

func (*DeleteGroupMembersParams) SetContext

func (o *DeleteGroupMembersParams) SetContext(ctx context.Context)

SetContext adds the context to the delete group members params

func (*DeleteGroupMembersParams) SetDefaults

func (o *DeleteGroupMembersParams) SetDefaults()

SetDefaults hydrates default values in the delete group members params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteGroupMembersParams) SetGroupID

func (o *DeleteGroupMembersParams) SetGroupID(groupID string)

SetGroupID adds the groupId to the delete group members params

func (*DeleteGroupMembersParams) SetHTTPClient

func (o *DeleteGroupMembersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete group members params

func (*DeleteGroupMembersParams) SetIds

func (o *DeleteGroupMembersParams) SetIds(ids string)

SetIds adds the ids to the delete group members params

func (*DeleteGroupMembersParams) SetTimeout

func (o *DeleteGroupMembersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete group members params

func (*DeleteGroupMembersParams) WithContext

WithContext adds the context to the delete group members params

func (*DeleteGroupMembersParams) WithDefaults

WithDefaults hydrates default values in the delete group members params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteGroupMembersParams) WithGroupID

func (o *DeleteGroupMembersParams) WithGroupID(groupID string) *DeleteGroupMembersParams

WithGroupID adds the groupID to the delete group members params

func (*DeleteGroupMembersParams) WithHTTPClient

func (o *DeleteGroupMembersParams) WithHTTPClient(client *http.Client) *DeleteGroupMembersParams

WithHTTPClient adds the HTTPClient to the delete group members params

func (*DeleteGroupMembersParams) WithIds

WithIds adds the ids to the delete group members params

func (*DeleteGroupMembersParams) WithTimeout

WithTimeout adds the timeout to the delete group members params

func (*DeleteGroupMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteGroupMembersReader

type DeleteGroupMembersReader struct {
	// contains filtered or unexported fields
}

DeleteGroupMembersReader is a Reader for the DeleteGroupMembers structure.

func (*DeleteGroupMembersReader) ReadResponse

func (o *DeleteGroupMembersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteGroupMembersRequestEntityTooLarge

type DeleteGroupMembersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteGroupMembersRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteGroupMembersRequestEntityTooLarge

func NewDeleteGroupMembersRequestEntityTooLarge() *DeleteGroupMembersRequestEntityTooLarge

NewDeleteGroupMembersRequestEntityTooLarge creates a DeleteGroupMembersRequestEntityTooLarge with default headers values

func (*DeleteGroupMembersRequestEntityTooLarge) Error

func (*DeleteGroupMembersRequestEntityTooLarge) GetPayload

func (*DeleteGroupMembersRequestEntityTooLarge) IsClientError

func (o *DeleteGroupMembersRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this delete group members request entity too large response has a 4xx status code

func (*DeleteGroupMembersRequestEntityTooLarge) IsCode

IsCode returns true when this delete group members request entity too large response a status code equal to that given

func (*DeleteGroupMembersRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete group members request entity too large response has a 3xx status code

func (*DeleteGroupMembersRequestEntityTooLarge) IsServerError

func (o *DeleteGroupMembersRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this delete group members request entity too large response has a 5xx status code

func (*DeleteGroupMembersRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete group members request entity too large response has a 2xx status code

func (*DeleteGroupMembersRequestEntityTooLarge) String

type DeleteGroupMembersRequestTimeout

type DeleteGroupMembersRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteGroupMembersRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteGroupMembersRequestTimeout

func NewDeleteGroupMembersRequestTimeout() *DeleteGroupMembersRequestTimeout

NewDeleteGroupMembersRequestTimeout creates a DeleteGroupMembersRequestTimeout with default headers values

func (*DeleteGroupMembersRequestTimeout) Error

func (*DeleteGroupMembersRequestTimeout) GetPayload

func (*DeleteGroupMembersRequestTimeout) IsClientError

func (o *DeleteGroupMembersRequestTimeout) IsClientError() bool

IsClientError returns true when this delete group members request timeout response has a 4xx status code

func (*DeleteGroupMembersRequestTimeout) IsCode

func (o *DeleteGroupMembersRequestTimeout) IsCode(code int) bool

IsCode returns true when this delete group members request timeout response a status code equal to that given

func (*DeleteGroupMembersRequestTimeout) IsRedirect

func (o *DeleteGroupMembersRequestTimeout) IsRedirect() bool

IsRedirect returns true when this delete group members request timeout response has a 3xx status code

func (*DeleteGroupMembersRequestTimeout) IsServerError

func (o *DeleteGroupMembersRequestTimeout) IsServerError() bool

IsServerError returns true when this delete group members request timeout response has a 5xx status code

func (*DeleteGroupMembersRequestTimeout) IsSuccess

func (o *DeleteGroupMembersRequestTimeout) IsSuccess() bool

IsSuccess returns true when this delete group members request timeout response has a 2xx status code

func (*DeleteGroupMembersRequestTimeout) String

type DeleteGroupMembersServiceUnavailable

type DeleteGroupMembersServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteGroupMembersServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteGroupMembersServiceUnavailable

func NewDeleteGroupMembersServiceUnavailable() *DeleteGroupMembersServiceUnavailable

NewDeleteGroupMembersServiceUnavailable creates a DeleteGroupMembersServiceUnavailable with default headers values

func (*DeleteGroupMembersServiceUnavailable) Error

func (*DeleteGroupMembersServiceUnavailable) GetPayload

func (*DeleteGroupMembersServiceUnavailable) IsClientError

func (o *DeleteGroupMembersServiceUnavailable) IsClientError() bool

IsClientError returns true when this delete group members service unavailable response has a 4xx status code

func (*DeleteGroupMembersServiceUnavailable) IsCode

IsCode returns true when this delete group members service unavailable response a status code equal to that given

func (*DeleteGroupMembersServiceUnavailable) IsRedirect

IsRedirect returns true when this delete group members service unavailable response has a 3xx status code

func (*DeleteGroupMembersServiceUnavailable) IsServerError

func (o *DeleteGroupMembersServiceUnavailable) IsServerError() bool

IsServerError returns true when this delete group members service unavailable response has a 5xx status code

func (*DeleteGroupMembersServiceUnavailable) IsSuccess

IsSuccess returns true when this delete group members service unavailable response has a 2xx status code

func (*DeleteGroupMembersServiceUnavailable) String

type DeleteGroupMembersTooManyRequests

type DeleteGroupMembersTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteGroupMembersTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteGroupMembersTooManyRequests

func NewDeleteGroupMembersTooManyRequests() *DeleteGroupMembersTooManyRequests

NewDeleteGroupMembersTooManyRequests creates a DeleteGroupMembersTooManyRequests with default headers values

func (*DeleteGroupMembersTooManyRequests) Error

func (*DeleteGroupMembersTooManyRequests) GetPayload

func (*DeleteGroupMembersTooManyRequests) IsClientError

func (o *DeleteGroupMembersTooManyRequests) IsClientError() bool

IsClientError returns true when this delete group members too many requests response has a 4xx status code

func (*DeleteGroupMembersTooManyRequests) IsCode

func (o *DeleteGroupMembersTooManyRequests) IsCode(code int) bool

IsCode returns true when this delete group members too many requests response a status code equal to that given

func (*DeleteGroupMembersTooManyRequests) IsRedirect

func (o *DeleteGroupMembersTooManyRequests) IsRedirect() bool

IsRedirect returns true when this delete group members too many requests response has a 3xx status code

func (*DeleteGroupMembersTooManyRequests) IsServerError

func (o *DeleteGroupMembersTooManyRequests) IsServerError() bool

IsServerError returns true when this delete group members too many requests response has a 5xx status code

func (*DeleteGroupMembersTooManyRequests) IsSuccess

func (o *DeleteGroupMembersTooManyRequests) IsSuccess() bool

IsSuccess returns true when this delete group members too many requests response has a 2xx status code

func (*DeleteGroupMembersTooManyRequests) String

type DeleteGroupMembersUnauthorized

type DeleteGroupMembersUnauthorized struct {
	Payload *models.ErrorBody
}

DeleteGroupMembersUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewDeleteGroupMembersUnauthorized

func NewDeleteGroupMembersUnauthorized() *DeleteGroupMembersUnauthorized

NewDeleteGroupMembersUnauthorized creates a DeleteGroupMembersUnauthorized with default headers values

func (*DeleteGroupMembersUnauthorized) Error

func (*DeleteGroupMembersUnauthorized) GetPayload

func (*DeleteGroupMembersUnauthorized) IsClientError

func (o *DeleteGroupMembersUnauthorized) IsClientError() bool

IsClientError returns true when this delete group members unauthorized response has a 4xx status code

func (*DeleteGroupMembersUnauthorized) IsCode

func (o *DeleteGroupMembersUnauthorized) IsCode(code int) bool

IsCode returns true when this delete group members unauthorized response a status code equal to that given

func (*DeleteGroupMembersUnauthorized) IsRedirect

func (o *DeleteGroupMembersUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete group members unauthorized response has a 3xx status code

func (*DeleteGroupMembersUnauthorized) IsServerError

func (o *DeleteGroupMembersUnauthorized) IsServerError() bool

IsServerError returns true when this delete group members unauthorized response has a 5xx status code

func (*DeleteGroupMembersUnauthorized) IsSuccess

func (o *DeleteGroupMembersUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete group members unauthorized response has a 2xx status code

func (*DeleteGroupMembersUnauthorized) String

type DeleteGroupMembersUnsupportedMediaType

type DeleteGroupMembersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteGroupMembersUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteGroupMembersUnsupportedMediaType

func NewDeleteGroupMembersUnsupportedMediaType() *DeleteGroupMembersUnsupportedMediaType

NewDeleteGroupMembersUnsupportedMediaType creates a DeleteGroupMembersUnsupportedMediaType with default headers values

func (*DeleteGroupMembersUnsupportedMediaType) Error

func (*DeleteGroupMembersUnsupportedMediaType) GetPayload

func (*DeleteGroupMembersUnsupportedMediaType) IsClientError

func (o *DeleteGroupMembersUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this delete group members unsupported media type response has a 4xx status code

func (*DeleteGroupMembersUnsupportedMediaType) IsCode

IsCode returns true when this delete group members unsupported media type response a status code equal to that given

func (*DeleteGroupMembersUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete group members unsupported media type response has a 3xx status code

func (*DeleteGroupMembersUnsupportedMediaType) IsServerError

func (o *DeleteGroupMembersUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this delete group members unsupported media type response has a 5xx status code

func (*DeleteGroupMembersUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete group members unsupported media type response has a 2xx status code

func (*DeleteGroupMembersUnsupportedMediaType) String

type DeleteGroupNotFound

type DeleteGroupNotFound struct {
	Payload *models.ErrorBody
}

DeleteGroupNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteGroupNotFound

func NewDeleteGroupNotFound() *DeleteGroupNotFound

NewDeleteGroupNotFound creates a DeleteGroupNotFound with default headers values

func (*DeleteGroupNotFound) Error

func (o *DeleteGroupNotFound) Error() string

func (*DeleteGroupNotFound) GetPayload

func (o *DeleteGroupNotFound) GetPayload() *models.ErrorBody

func (*DeleteGroupNotFound) IsClientError

func (o *DeleteGroupNotFound) IsClientError() bool

IsClientError returns true when this delete group not found response has a 4xx status code

func (*DeleteGroupNotFound) IsCode

func (o *DeleteGroupNotFound) IsCode(code int) bool

IsCode returns true when this delete group not found response a status code equal to that given

func (*DeleteGroupNotFound) IsRedirect

func (o *DeleteGroupNotFound) IsRedirect() bool

IsRedirect returns true when this delete group not found response has a 3xx status code

func (*DeleteGroupNotFound) IsServerError

func (o *DeleteGroupNotFound) IsServerError() bool

IsServerError returns true when this delete group not found response has a 5xx status code

func (*DeleteGroupNotFound) IsSuccess

func (o *DeleteGroupNotFound) IsSuccess() bool

IsSuccess returns true when this delete group not found response has a 2xx status code

func (*DeleteGroupNotFound) String

func (o *DeleteGroupNotFound) String() string

type DeleteGroupParams

type DeleteGroupParams struct {

	/* GroupID.

	   Group ID
	*/
	GroupID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteGroupParams contains all the parameters to send to the API endpoint

for the delete group operation.

Typically these are written to a http.Request.

func NewDeleteGroupParams

func NewDeleteGroupParams() *DeleteGroupParams

NewDeleteGroupParams creates a new DeleteGroupParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteGroupParamsWithContext

func NewDeleteGroupParamsWithContext(ctx context.Context) *DeleteGroupParams

NewDeleteGroupParamsWithContext creates a new DeleteGroupParams object with the ability to set a context for a request.

func NewDeleteGroupParamsWithHTTPClient

func NewDeleteGroupParamsWithHTTPClient(client *http.Client) *DeleteGroupParams

NewDeleteGroupParamsWithHTTPClient creates a new DeleteGroupParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteGroupParamsWithTimeout

func NewDeleteGroupParamsWithTimeout(timeout time.Duration) *DeleteGroupParams

NewDeleteGroupParamsWithTimeout creates a new DeleteGroupParams object with the ability to set a timeout on a request.

func (*DeleteGroupParams) SetContext

func (o *DeleteGroupParams) SetContext(ctx context.Context)

SetContext adds the context to the delete group params

func (*DeleteGroupParams) SetDefaults

func (o *DeleteGroupParams) SetDefaults()

SetDefaults hydrates default values in the delete group params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteGroupParams) SetGroupID

func (o *DeleteGroupParams) SetGroupID(groupID string)

SetGroupID adds the groupId to the delete group params

func (*DeleteGroupParams) SetHTTPClient

func (o *DeleteGroupParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete group params

func (*DeleteGroupParams) SetTimeout

func (o *DeleteGroupParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete group params

func (*DeleteGroupParams) WithContext

func (o *DeleteGroupParams) WithContext(ctx context.Context) *DeleteGroupParams

WithContext adds the context to the delete group params

func (*DeleteGroupParams) WithDefaults

func (o *DeleteGroupParams) WithDefaults() *DeleteGroupParams

WithDefaults hydrates default values in the delete group params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteGroupParams) WithGroupID

func (o *DeleteGroupParams) WithGroupID(groupID string) *DeleteGroupParams

WithGroupID adds the groupID to the delete group params

func (*DeleteGroupParams) WithHTTPClient

func (o *DeleteGroupParams) WithHTTPClient(client *http.Client) *DeleteGroupParams

WithHTTPClient adds the HTTPClient to the delete group params

func (*DeleteGroupParams) WithTimeout

func (o *DeleteGroupParams) WithTimeout(timeout time.Duration) *DeleteGroupParams

WithTimeout adds the timeout to the delete group params

func (*DeleteGroupParams) WriteToRequest

func (o *DeleteGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteGroupReader

type DeleteGroupReader struct {
	// contains filtered or unexported fields
}

DeleteGroupReader is a Reader for the DeleteGroup structure.

func (*DeleteGroupReader) ReadResponse

func (o *DeleteGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteGroupRequestEntityTooLarge

type DeleteGroupRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteGroupRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteGroupRequestEntityTooLarge

func NewDeleteGroupRequestEntityTooLarge() *DeleteGroupRequestEntityTooLarge

NewDeleteGroupRequestEntityTooLarge creates a DeleteGroupRequestEntityTooLarge with default headers values

func (*DeleteGroupRequestEntityTooLarge) Error

func (*DeleteGroupRequestEntityTooLarge) GetPayload

func (*DeleteGroupRequestEntityTooLarge) IsClientError

func (o *DeleteGroupRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this delete group request entity too large response has a 4xx status code

func (*DeleteGroupRequestEntityTooLarge) IsCode

func (o *DeleteGroupRequestEntityTooLarge) IsCode(code int) bool

IsCode returns true when this delete group request entity too large response a status code equal to that given

func (*DeleteGroupRequestEntityTooLarge) IsRedirect

func (o *DeleteGroupRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this delete group request entity too large response has a 3xx status code

func (*DeleteGroupRequestEntityTooLarge) IsServerError

func (o *DeleteGroupRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this delete group request entity too large response has a 5xx status code

func (*DeleteGroupRequestEntityTooLarge) IsSuccess

func (o *DeleteGroupRequestEntityTooLarge) IsSuccess() bool

IsSuccess returns true when this delete group request entity too large response has a 2xx status code

func (*DeleteGroupRequestEntityTooLarge) String

type DeleteGroupRequestTimeout

type DeleteGroupRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteGroupRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteGroupRequestTimeout

func NewDeleteGroupRequestTimeout() *DeleteGroupRequestTimeout

NewDeleteGroupRequestTimeout creates a DeleteGroupRequestTimeout with default headers values

func (*DeleteGroupRequestTimeout) Error

func (o *DeleteGroupRequestTimeout) Error() string

func (*DeleteGroupRequestTimeout) GetPayload

func (o *DeleteGroupRequestTimeout) GetPayload() *models.ErrorBody

func (*DeleteGroupRequestTimeout) IsClientError

func (o *DeleteGroupRequestTimeout) IsClientError() bool

IsClientError returns true when this delete group request timeout response has a 4xx status code

func (*DeleteGroupRequestTimeout) IsCode

func (o *DeleteGroupRequestTimeout) IsCode(code int) bool

IsCode returns true when this delete group request timeout response a status code equal to that given

func (*DeleteGroupRequestTimeout) IsRedirect

func (o *DeleteGroupRequestTimeout) IsRedirect() bool

IsRedirect returns true when this delete group request timeout response has a 3xx status code

func (*DeleteGroupRequestTimeout) IsServerError

func (o *DeleteGroupRequestTimeout) IsServerError() bool

IsServerError returns true when this delete group request timeout response has a 5xx status code

func (*DeleteGroupRequestTimeout) IsSuccess

func (o *DeleteGroupRequestTimeout) IsSuccess() bool

IsSuccess returns true when this delete group request timeout response has a 2xx status code

func (*DeleteGroupRequestTimeout) String

func (o *DeleteGroupRequestTimeout) String() string

type DeleteGroupServiceUnavailable

type DeleteGroupServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteGroupServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteGroupServiceUnavailable

func NewDeleteGroupServiceUnavailable() *DeleteGroupServiceUnavailable

NewDeleteGroupServiceUnavailable creates a DeleteGroupServiceUnavailable with default headers values

func (*DeleteGroupServiceUnavailable) Error

func (*DeleteGroupServiceUnavailable) GetPayload

func (*DeleteGroupServiceUnavailable) IsClientError

func (o *DeleteGroupServiceUnavailable) IsClientError() bool

IsClientError returns true when this delete group service unavailable response has a 4xx status code

func (*DeleteGroupServiceUnavailable) IsCode

func (o *DeleteGroupServiceUnavailable) IsCode(code int) bool

IsCode returns true when this delete group service unavailable response a status code equal to that given

func (*DeleteGroupServiceUnavailable) IsRedirect

func (o *DeleteGroupServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this delete group service unavailable response has a 3xx status code

func (*DeleteGroupServiceUnavailable) IsServerError

func (o *DeleteGroupServiceUnavailable) IsServerError() bool

IsServerError returns true when this delete group service unavailable response has a 5xx status code

func (*DeleteGroupServiceUnavailable) IsSuccess

func (o *DeleteGroupServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this delete group service unavailable response has a 2xx status code

func (*DeleteGroupServiceUnavailable) String

type DeleteGroupTooManyRequests

type DeleteGroupTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteGroupTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteGroupTooManyRequests

func NewDeleteGroupTooManyRequests() *DeleteGroupTooManyRequests

NewDeleteGroupTooManyRequests creates a DeleteGroupTooManyRequests with default headers values

func (*DeleteGroupTooManyRequests) Error

func (*DeleteGroupTooManyRequests) GetPayload

func (o *DeleteGroupTooManyRequests) GetPayload() *models.ErrorBody

func (*DeleteGroupTooManyRequests) IsClientError

func (o *DeleteGroupTooManyRequests) IsClientError() bool

IsClientError returns true when this delete group too many requests response has a 4xx status code

func (*DeleteGroupTooManyRequests) IsCode

func (o *DeleteGroupTooManyRequests) IsCode(code int) bool

IsCode returns true when this delete group too many requests response a status code equal to that given

func (*DeleteGroupTooManyRequests) IsRedirect

func (o *DeleteGroupTooManyRequests) IsRedirect() bool

IsRedirect returns true when this delete group too many requests response has a 3xx status code

func (*DeleteGroupTooManyRequests) IsServerError

func (o *DeleteGroupTooManyRequests) IsServerError() bool

IsServerError returns true when this delete group too many requests response has a 5xx status code

func (*DeleteGroupTooManyRequests) IsSuccess

func (o *DeleteGroupTooManyRequests) IsSuccess() bool

IsSuccess returns true when this delete group too many requests response has a 2xx status code

func (*DeleteGroupTooManyRequests) String

func (o *DeleteGroupTooManyRequests) String() string

type DeleteGroupUnauthorized

type DeleteGroupUnauthorized struct {
	Payload *models.ErrorBody
}

DeleteGroupUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewDeleteGroupUnauthorized

func NewDeleteGroupUnauthorized() *DeleteGroupUnauthorized

NewDeleteGroupUnauthorized creates a DeleteGroupUnauthorized with default headers values

func (*DeleteGroupUnauthorized) Error

func (o *DeleteGroupUnauthorized) Error() string

func (*DeleteGroupUnauthorized) GetPayload

func (o *DeleteGroupUnauthorized) GetPayload() *models.ErrorBody

func (*DeleteGroupUnauthorized) IsClientError

func (o *DeleteGroupUnauthorized) IsClientError() bool

IsClientError returns true when this delete group unauthorized response has a 4xx status code

func (*DeleteGroupUnauthorized) IsCode

func (o *DeleteGroupUnauthorized) IsCode(code int) bool

IsCode returns true when this delete group unauthorized response a status code equal to that given

func (*DeleteGroupUnauthorized) IsRedirect

func (o *DeleteGroupUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete group unauthorized response has a 3xx status code

func (*DeleteGroupUnauthorized) IsServerError

func (o *DeleteGroupUnauthorized) IsServerError() bool

IsServerError returns true when this delete group unauthorized response has a 5xx status code

func (*DeleteGroupUnauthorized) IsSuccess

func (o *DeleteGroupUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete group unauthorized response has a 2xx status code

func (*DeleteGroupUnauthorized) String

func (o *DeleteGroupUnauthorized) String() string

type DeleteGroupUnsupportedMediaType

type DeleteGroupUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteGroupUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteGroupUnsupportedMediaType

func NewDeleteGroupUnsupportedMediaType() *DeleteGroupUnsupportedMediaType

NewDeleteGroupUnsupportedMediaType creates a DeleteGroupUnsupportedMediaType with default headers values

func (*DeleteGroupUnsupportedMediaType) Error

func (*DeleteGroupUnsupportedMediaType) GetPayload

func (*DeleteGroupUnsupportedMediaType) IsClientError

func (o *DeleteGroupUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this delete group unsupported media type response has a 4xx status code

func (*DeleteGroupUnsupportedMediaType) IsCode

func (o *DeleteGroupUnsupportedMediaType) IsCode(code int) bool

IsCode returns true when this delete group unsupported media type response a status code equal to that given

func (*DeleteGroupUnsupportedMediaType) IsRedirect

func (o *DeleteGroupUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this delete group unsupported media type response has a 3xx status code

func (*DeleteGroupUnsupportedMediaType) IsServerError

func (o *DeleteGroupUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this delete group unsupported media type response has a 5xx status code

func (*DeleteGroupUnsupportedMediaType) IsSuccess

func (o *DeleteGroupUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this delete group unsupported media type response has a 2xx status code

func (*DeleteGroupUnsupportedMediaType) String

type GetGroupBadRequest

type GetGroupBadRequest struct {
	Payload *models.ErrorBody
}

GetGroupBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetGroupBadRequest

func NewGetGroupBadRequest() *GetGroupBadRequest

NewGetGroupBadRequest creates a GetGroupBadRequest with default headers values

func (*GetGroupBadRequest) Error

func (o *GetGroupBadRequest) Error() string

func (*GetGroupBadRequest) GetPayload

func (o *GetGroupBadRequest) GetPayload() *models.ErrorBody

func (*GetGroupBadRequest) IsClientError

func (o *GetGroupBadRequest) IsClientError() bool

IsClientError returns true when this get group bad request response has a 4xx status code

func (*GetGroupBadRequest) IsCode

func (o *GetGroupBadRequest) IsCode(code int) bool

IsCode returns true when this get group bad request response a status code equal to that given

func (*GetGroupBadRequest) IsRedirect

func (o *GetGroupBadRequest) IsRedirect() bool

IsRedirect returns true when this get group bad request response has a 3xx status code

func (*GetGroupBadRequest) IsServerError

func (o *GetGroupBadRequest) IsServerError() bool

IsServerError returns true when this get group bad request response has a 5xx status code

func (*GetGroupBadRequest) IsSuccess

func (o *GetGroupBadRequest) IsSuccess() bool

IsSuccess returns true when this get group bad request response has a 2xx status code

func (*GetGroupBadRequest) String

func (o *GetGroupBadRequest) String() string

type GetGroupForbidden

type GetGroupForbidden struct {
	Payload *models.ErrorBody
}

GetGroupForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGroupForbidden

func NewGetGroupForbidden() *GetGroupForbidden

NewGetGroupForbidden creates a GetGroupForbidden with default headers values

func (*GetGroupForbidden) Error

func (o *GetGroupForbidden) Error() string

func (*GetGroupForbidden) GetPayload

func (o *GetGroupForbidden) GetPayload() *models.ErrorBody

func (*GetGroupForbidden) IsClientError

func (o *GetGroupForbidden) IsClientError() bool

IsClientError returns true when this get group forbidden response has a 4xx status code

func (*GetGroupForbidden) IsCode

func (o *GetGroupForbidden) IsCode(code int) bool

IsCode returns true when this get group forbidden response a status code equal to that given

func (*GetGroupForbidden) IsRedirect

func (o *GetGroupForbidden) IsRedirect() bool

IsRedirect returns true when this get group forbidden response has a 3xx status code

func (*GetGroupForbidden) IsServerError

func (o *GetGroupForbidden) IsServerError() bool

IsServerError returns true when this get group forbidden response has a 5xx status code

func (*GetGroupForbidden) IsSuccess

func (o *GetGroupForbidden) IsSuccess() bool

IsSuccess returns true when this get group forbidden response has a 2xx status code

func (*GetGroupForbidden) String

func (o *GetGroupForbidden) String() string

type GetGroupGatewayTimeout

type GetGroupGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGroupGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGroupGatewayTimeout

func NewGetGroupGatewayTimeout() *GetGroupGatewayTimeout

NewGetGroupGatewayTimeout creates a GetGroupGatewayTimeout with default headers values

func (*GetGroupGatewayTimeout) Error

func (o *GetGroupGatewayTimeout) Error() string

func (*GetGroupGatewayTimeout) GetPayload

func (o *GetGroupGatewayTimeout) GetPayload() *models.ErrorBody

func (*GetGroupGatewayTimeout) IsClientError

func (o *GetGroupGatewayTimeout) IsClientError() bool

IsClientError returns true when this get group gateway timeout response has a 4xx status code

func (*GetGroupGatewayTimeout) IsCode

func (o *GetGroupGatewayTimeout) IsCode(code int) bool

IsCode returns true when this get group gateway timeout response a status code equal to that given

func (*GetGroupGatewayTimeout) IsRedirect

func (o *GetGroupGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get group gateway timeout response has a 3xx status code

func (*GetGroupGatewayTimeout) IsServerError

func (o *GetGroupGatewayTimeout) IsServerError() bool

IsServerError returns true when this get group gateway timeout response has a 5xx status code

func (*GetGroupGatewayTimeout) IsSuccess

func (o *GetGroupGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get group gateway timeout response has a 2xx status code

func (*GetGroupGatewayTimeout) String

func (o *GetGroupGatewayTimeout) String() string

type GetGroupIndividualsBadRequest

type GetGroupIndividualsBadRequest struct {
	Payload *models.ErrorBody
}

GetGroupIndividualsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetGroupIndividualsBadRequest

func NewGetGroupIndividualsBadRequest() *GetGroupIndividualsBadRequest

NewGetGroupIndividualsBadRequest creates a GetGroupIndividualsBadRequest with default headers values

func (*GetGroupIndividualsBadRequest) Error

func (*GetGroupIndividualsBadRequest) GetPayload

func (*GetGroupIndividualsBadRequest) IsClientError

func (o *GetGroupIndividualsBadRequest) IsClientError() bool

IsClientError returns true when this get group individuals bad request response has a 4xx status code

func (*GetGroupIndividualsBadRequest) IsCode

func (o *GetGroupIndividualsBadRequest) IsCode(code int) bool

IsCode returns true when this get group individuals bad request response a status code equal to that given

func (*GetGroupIndividualsBadRequest) IsRedirect

func (o *GetGroupIndividualsBadRequest) IsRedirect() bool

IsRedirect returns true when this get group individuals bad request response has a 3xx status code

func (*GetGroupIndividualsBadRequest) IsServerError

func (o *GetGroupIndividualsBadRequest) IsServerError() bool

IsServerError returns true when this get group individuals bad request response has a 5xx status code

func (*GetGroupIndividualsBadRequest) IsSuccess

func (o *GetGroupIndividualsBadRequest) IsSuccess() bool

IsSuccess returns true when this get group individuals bad request response has a 2xx status code

func (*GetGroupIndividualsBadRequest) String

type GetGroupIndividualsForbidden

type GetGroupIndividualsForbidden struct {
	Payload *models.ErrorBody
}

GetGroupIndividualsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGroupIndividualsForbidden

func NewGetGroupIndividualsForbidden() *GetGroupIndividualsForbidden

NewGetGroupIndividualsForbidden creates a GetGroupIndividualsForbidden with default headers values

func (*GetGroupIndividualsForbidden) Error

func (*GetGroupIndividualsForbidden) GetPayload

func (*GetGroupIndividualsForbidden) IsClientError

func (o *GetGroupIndividualsForbidden) IsClientError() bool

IsClientError returns true when this get group individuals forbidden response has a 4xx status code

func (*GetGroupIndividualsForbidden) IsCode

func (o *GetGroupIndividualsForbidden) IsCode(code int) bool

IsCode returns true when this get group individuals forbidden response a status code equal to that given

func (*GetGroupIndividualsForbidden) IsRedirect

func (o *GetGroupIndividualsForbidden) IsRedirect() bool

IsRedirect returns true when this get group individuals forbidden response has a 3xx status code

func (*GetGroupIndividualsForbidden) IsServerError

func (o *GetGroupIndividualsForbidden) IsServerError() bool

IsServerError returns true when this get group individuals forbidden response has a 5xx status code

func (*GetGroupIndividualsForbidden) IsSuccess

func (o *GetGroupIndividualsForbidden) IsSuccess() bool

IsSuccess returns true when this get group individuals forbidden response has a 2xx status code

func (*GetGroupIndividualsForbidden) String

type GetGroupIndividualsGatewayTimeout

type GetGroupIndividualsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGroupIndividualsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGroupIndividualsGatewayTimeout

func NewGetGroupIndividualsGatewayTimeout() *GetGroupIndividualsGatewayTimeout

NewGetGroupIndividualsGatewayTimeout creates a GetGroupIndividualsGatewayTimeout with default headers values

func (*GetGroupIndividualsGatewayTimeout) Error

func (*GetGroupIndividualsGatewayTimeout) GetPayload

func (*GetGroupIndividualsGatewayTimeout) IsClientError

func (o *GetGroupIndividualsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get group individuals gateway timeout response has a 4xx status code

func (*GetGroupIndividualsGatewayTimeout) IsCode

func (o *GetGroupIndividualsGatewayTimeout) IsCode(code int) bool

IsCode returns true when this get group individuals gateway timeout response a status code equal to that given

func (*GetGroupIndividualsGatewayTimeout) IsRedirect

func (o *GetGroupIndividualsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get group individuals gateway timeout response has a 3xx status code

func (*GetGroupIndividualsGatewayTimeout) IsServerError

func (o *GetGroupIndividualsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get group individuals gateway timeout response has a 5xx status code

func (*GetGroupIndividualsGatewayTimeout) IsSuccess

func (o *GetGroupIndividualsGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get group individuals gateway timeout response has a 2xx status code

func (*GetGroupIndividualsGatewayTimeout) String

type GetGroupIndividualsInternalServerError

type GetGroupIndividualsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGroupIndividualsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetGroupIndividualsInternalServerError

func NewGetGroupIndividualsInternalServerError() *GetGroupIndividualsInternalServerError

NewGetGroupIndividualsInternalServerError creates a GetGroupIndividualsInternalServerError with default headers values

func (*GetGroupIndividualsInternalServerError) Error

func (*GetGroupIndividualsInternalServerError) GetPayload

func (*GetGroupIndividualsInternalServerError) IsClientError

func (o *GetGroupIndividualsInternalServerError) IsClientError() bool

IsClientError returns true when this get group individuals internal server error response has a 4xx status code

func (*GetGroupIndividualsInternalServerError) IsCode

IsCode returns true when this get group individuals internal server error response a status code equal to that given

func (*GetGroupIndividualsInternalServerError) IsRedirect

IsRedirect returns true when this get group individuals internal server error response has a 3xx status code

func (*GetGroupIndividualsInternalServerError) IsServerError

func (o *GetGroupIndividualsInternalServerError) IsServerError() bool

IsServerError returns true when this get group individuals internal server error response has a 5xx status code

func (*GetGroupIndividualsInternalServerError) IsSuccess

IsSuccess returns true when this get group individuals internal server error response has a 2xx status code

func (*GetGroupIndividualsInternalServerError) String

type GetGroupIndividualsNotFound

type GetGroupIndividualsNotFound struct {
	Payload *models.ErrorBody
}

GetGroupIndividualsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGroupIndividualsNotFound

func NewGetGroupIndividualsNotFound() *GetGroupIndividualsNotFound

NewGetGroupIndividualsNotFound creates a GetGroupIndividualsNotFound with default headers values

func (*GetGroupIndividualsNotFound) Error

func (*GetGroupIndividualsNotFound) GetPayload

func (o *GetGroupIndividualsNotFound) GetPayload() *models.ErrorBody

func (*GetGroupIndividualsNotFound) IsClientError

func (o *GetGroupIndividualsNotFound) IsClientError() bool

IsClientError returns true when this get group individuals not found response has a 4xx status code

func (*GetGroupIndividualsNotFound) IsCode

func (o *GetGroupIndividualsNotFound) IsCode(code int) bool

IsCode returns true when this get group individuals not found response a status code equal to that given

func (*GetGroupIndividualsNotFound) IsRedirect

func (o *GetGroupIndividualsNotFound) IsRedirect() bool

IsRedirect returns true when this get group individuals not found response has a 3xx status code

func (*GetGroupIndividualsNotFound) IsServerError

func (o *GetGroupIndividualsNotFound) IsServerError() bool

IsServerError returns true when this get group individuals not found response has a 5xx status code

func (*GetGroupIndividualsNotFound) IsSuccess

func (o *GetGroupIndividualsNotFound) IsSuccess() bool

IsSuccess returns true when this get group individuals not found response has a 2xx status code

func (*GetGroupIndividualsNotFound) String

func (o *GetGroupIndividualsNotFound) String() string

type GetGroupIndividualsOK

type GetGroupIndividualsOK struct {
	Payload *models.UserEntityListing
}

GetGroupIndividualsOK describes a response with status code 200, with default header values.

successful operation

func NewGetGroupIndividualsOK

func NewGetGroupIndividualsOK() *GetGroupIndividualsOK

NewGetGroupIndividualsOK creates a GetGroupIndividualsOK with default headers values

func (*GetGroupIndividualsOK) Error

func (o *GetGroupIndividualsOK) Error() string

func (*GetGroupIndividualsOK) GetPayload

func (*GetGroupIndividualsOK) IsClientError

func (o *GetGroupIndividualsOK) IsClientError() bool

IsClientError returns true when this get group individuals o k response has a 4xx status code

func (*GetGroupIndividualsOK) IsCode

func (o *GetGroupIndividualsOK) IsCode(code int) bool

IsCode returns true when this get group individuals o k response a status code equal to that given

func (*GetGroupIndividualsOK) IsRedirect

func (o *GetGroupIndividualsOK) IsRedirect() bool

IsRedirect returns true when this get group individuals o k response has a 3xx status code

func (*GetGroupIndividualsOK) IsServerError

func (o *GetGroupIndividualsOK) IsServerError() bool

IsServerError returns true when this get group individuals o k response has a 5xx status code

func (*GetGroupIndividualsOK) IsSuccess

func (o *GetGroupIndividualsOK) IsSuccess() bool

IsSuccess returns true when this get group individuals o k response has a 2xx status code

func (*GetGroupIndividualsOK) String

func (o *GetGroupIndividualsOK) String() string

type GetGroupIndividualsParams

type GetGroupIndividualsParams struct {

	/* GroupID.

	   Group ID
	*/
	GroupID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGroupIndividualsParams contains all the parameters to send to the API endpoint

for the get group individuals operation.

Typically these are written to a http.Request.

func NewGetGroupIndividualsParams

func NewGetGroupIndividualsParams() *GetGroupIndividualsParams

NewGetGroupIndividualsParams creates a new GetGroupIndividualsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetGroupIndividualsParamsWithContext

func NewGetGroupIndividualsParamsWithContext(ctx context.Context) *GetGroupIndividualsParams

NewGetGroupIndividualsParamsWithContext creates a new GetGroupIndividualsParams object with the ability to set a context for a request.

func NewGetGroupIndividualsParamsWithHTTPClient

func NewGetGroupIndividualsParamsWithHTTPClient(client *http.Client) *GetGroupIndividualsParams

NewGetGroupIndividualsParamsWithHTTPClient creates a new GetGroupIndividualsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGroupIndividualsParamsWithTimeout

func NewGetGroupIndividualsParamsWithTimeout(timeout time.Duration) *GetGroupIndividualsParams

NewGetGroupIndividualsParamsWithTimeout creates a new GetGroupIndividualsParams object with the ability to set a timeout on a request.

func (*GetGroupIndividualsParams) SetContext

func (o *GetGroupIndividualsParams) SetContext(ctx context.Context)

SetContext adds the context to the get group individuals params

func (*GetGroupIndividualsParams) SetDefaults

func (o *GetGroupIndividualsParams) SetDefaults()

SetDefaults hydrates default values in the get group individuals params (not the query body).

All values with no default are reset to their zero value.

func (*GetGroupIndividualsParams) SetGroupID

func (o *GetGroupIndividualsParams) SetGroupID(groupID string)

SetGroupID adds the groupId to the get group individuals params

func (*GetGroupIndividualsParams) SetHTTPClient

func (o *GetGroupIndividualsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get group individuals params

func (*GetGroupIndividualsParams) SetTimeout

func (o *GetGroupIndividualsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get group individuals params

func (*GetGroupIndividualsParams) WithContext

WithContext adds the context to the get group individuals params

func (*GetGroupIndividualsParams) WithDefaults

WithDefaults hydrates default values in the get group individuals params (not the query body).

All values with no default are reset to their zero value.

func (*GetGroupIndividualsParams) WithGroupID

WithGroupID adds the groupID to the get group individuals params

func (*GetGroupIndividualsParams) WithHTTPClient

func (o *GetGroupIndividualsParams) WithHTTPClient(client *http.Client) *GetGroupIndividualsParams

WithHTTPClient adds the HTTPClient to the get group individuals params

func (*GetGroupIndividualsParams) WithTimeout

WithTimeout adds the timeout to the get group individuals params

func (*GetGroupIndividualsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGroupIndividualsReader

type GetGroupIndividualsReader struct {
	// contains filtered or unexported fields
}

GetGroupIndividualsReader is a Reader for the GetGroupIndividuals structure.

func (*GetGroupIndividualsReader) ReadResponse

func (o *GetGroupIndividualsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGroupIndividualsRequestEntityTooLarge

type GetGroupIndividualsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGroupIndividualsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGroupIndividualsRequestEntityTooLarge

func NewGetGroupIndividualsRequestEntityTooLarge() *GetGroupIndividualsRequestEntityTooLarge

NewGetGroupIndividualsRequestEntityTooLarge creates a GetGroupIndividualsRequestEntityTooLarge with default headers values

func (*GetGroupIndividualsRequestEntityTooLarge) Error

func (*GetGroupIndividualsRequestEntityTooLarge) GetPayload

func (*GetGroupIndividualsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get group individuals request entity too large response has a 4xx status code

func (*GetGroupIndividualsRequestEntityTooLarge) IsCode

IsCode returns true when this get group individuals request entity too large response a status code equal to that given

func (*GetGroupIndividualsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get group individuals request entity too large response has a 3xx status code

func (*GetGroupIndividualsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get group individuals request entity too large response has a 5xx status code

func (*GetGroupIndividualsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get group individuals request entity too large response has a 2xx status code

func (*GetGroupIndividualsRequestEntityTooLarge) String

type GetGroupIndividualsRequestTimeout

type GetGroupIndividualsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGroupIndividualsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetGroupIndividualsRequestTimeout

func NewGetGroupIndividualsRequestTimeout() *GetGroupIndividualsRequestTimeout

NewGetGroupIndividualsRequestTimeout creates a GetGroupIndividualsRequestTimeout with default headers values

func (*GetGroupIndividualsRequestTimeout) Error

func (*GetGroupIndividualsRequestTimeout) GetPayload

func (*GetGroupIndividualsRequestTimeout) IsClientError

func (o *GetGroupIndividualsRequestTimeout) IsClientError() bool

IsClientError returns true when this get group individuals request timeout response has a 4xx status code

func (*GetGroupIndividualsRequestTimeout) IsCode

func (o *GetGroupIndividualsRequestTimeout) IsCode(code int) bool

IsCode returns true when this get group individuals request timeout response a status code equal to that given

func (*GetGroupIndividualsRequestTimeout) IsRedirect

func (o *GetGroupIndividualsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get group individuals request timeout response has a 3xx status code

func (*GetGroupIndividualsRequestTimeout) IsServerError

func (o *GetGroupIndividualsRequestTimeout) IsServerError() bool

IsServerError returns true when this get group individuals request timeout response has a 5xx status code

func (*GetGroupIndividualsRequestTimeout) IsSuccess

func (o *GetGroupIndividualsRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get group individuals request timeout response has a 2xx status code

func (*GetGroupIndividualsRequestTimeout) String

type GetGroupIndividualsServiceUnavailable

type GetGroupIndividualsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGroupIndividualsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetGroupIndividualsServiceUnavailable

func NewGetGroupIndividualsServiceUnavailable() *GetGroupIndividualsServiceUnavailable

NewGetGroupIndividualsServiceUnavailable creates a GetGroupIndividualsServiceUnavailable with default headers values

func (*GetGroupIndividualsServiceUnavailable) Error

func (*GetGroupIndividualsServiceUnavailable) GetPayload

func (*GetGroupIndividualsServiceUnavailable) IsClientError

func (o *GetGroupIndividualsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get group individuals service unavailable response has a 4xx status code

func (*GetGroupIndividualsServiceUnavailable) IsCode

IsCode returns true when this get group individuals service unavailable response a status code equal to that given

func (*GetGroupIndividualsServiceUnavailable) IsRedirect

IsRedirect returns true when this get group individuals service unavailable response has a 3xx status code

func (*GetGroupIndividualsServiceUnavailable) IsServerError

func (o *GetGroupIndividualsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get group individuals service unavailable response has a 5xx status code

func (*GetGroupIndividualsServiceUnavailable) IsSuccess

IsSuccess returns true when this get group individuals service unavailable response has a 2xx status code

func (*GetGroupIndividualsServiceUnavailable) String

type GetGroupIndividualsTooManyRequests

type GetGroupIndividualsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGroupIndividualsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGroupIndividualsTooManyRequests

func NewGetGroupIndividualsTooManyRequests() *GetGroupIndividualsTooManyRequests

NewGetGroupIndividualsTooManyRequests creates a GetGroupIndividualsTooManyRequests with default headers values

func (*GetGroupIndividualsTooManyRequests) Error

func (*GetGroupIndividualsTooManyRequests) GetPayload

func (*GetGroupIndividualsTooManyRequests) IsClientError

func (o *GetGroupIndividualsTooManyRequests) IsClientError() bool

IsClientError returns true when this get group individuals too many requests response has a 4xx status code

func (*GetGroupIndividualsTooManyRequests) IsCode

IsCode returns true when this get group individuals too many requests response a status code equal to that given

func (*GetGroupIndividualsTooManyRequests) IsRedirect

func (o *GetGroupIndividualsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get group individuals too many requests response has a 3xx status code

func (*GetGroupIndividualsTooManyRequests) IsServerError

func (o *GetGroupIndividualsTooManyRequests) IsServerError() bool

IsServerError returns true when this get group individuals too many requests response has a 5xx status code

func (*GetGroupIndividualsTooManyRequests) IsSuccess

IsSuccess returns true when this get group individuals too many requests response has a 2xx status code

func (*GetGroupIndividualsTooManyRequests) String

type GetGroupIndividualsUnauthorized

type GetGroupIndividualsUnauthorized struct {
	Payload *models.ErrorBody
}

GetGroupIndividualsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGroupIndividualsUnauthorized

func NewGetGroupIndividualsUnauthorized() *GetGroupIndividualsUnauthorized

NewGetGroupIndividualsUnauthorized creates a GetGroupIndividualsUnauthorized with default headers values

func (*GetGroupIndividualsUnauthorized) Error

func (*GetGroupIndividualsUnauthorized) GetPayload

func (*GetGroupIndividualsUnauthorized) IsClientError

func (o *GetGroupIndividualsUnauthorized) IsClientError() bool

IsClientError returns true when this get group individuals unauthorized response has a 4xx status code

func (*GetGroupIndividualsUnauthorized) IsCode

func (o *GetGroupIndividualsUnauthorized) IsCode(code int) bool

IsCode returns true when this get group individuals unauthorized response a status code equal to that given

func (*GetGroupIndividualsUnauthorized) IsRedirect

func (o *GetGroupIndividualsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get group individuals unauthorized response has a 3xx status code

func (*GetGroupIndividualsUnauthorized) IsServerError

func (o *GetGroupIndividualsUnauthorized) IsServerError() bool

IsServerError returns true when this get group individuals unauthorized response has a 5xx status code

func (*GetGroupIndividualsUnauthorized) IsSuccess

func (o *GetGroupIndividualsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get group individuals unauthorized response has a 2xx status code

func (*GetGroupIndividualsUnauthorized) String

type GetGroupIndividualsUnsupportedMediaType

type GetGroupIndividualsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGroupIndividualsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetGroupIndividualsUnsupportedMediaType

func NewGetGroupIndividualsUnsupportedMediaType() *GetGroupIndividualsUnsupportedMediaType

NewGetGroupIndividualsUnsupportedMediaType creates a GetGroupIndividualsUnsupportedMediaType with default headers values

func (*GetGroupIndividualsUnsupportedMediaType) Error

func (*GetGroupIndividualsUnsupportedMediaType) GetPayload

func (*GetGroupIndividualsUnsupportedMediaType) IsClientError

func (o *GetGroupIndividualsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get group individuals unsupported media type response has a 4xx status code

func (*GetGroupIndividualsUnsupportedMediaType) IsCode

IsCode returns true when this get group individuals unsupported media type response a status code equal to that given

func (*GetGroupIndividualsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get group individuals unsupported media type response has a 3xx status code

func (*GetGroupIndividualsUnsupportedMediaType) IsServerError

func (o *GetGroupIndividualsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get group individuals unsupported media type response has a 5xx status code

func (*GetGroupIndividualsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get group individuals unsupported media type response has a 2xx status code

func (*GetGroupIndividualsUnsupportedMediaType) String

type GetGroupInternalServerError

type GetGroupInternalServerError struct {
	Payload *models.ErrorBody
}

GetGroupInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetGroupInternalServerError

func NewGetGroupInternalServerError() *GetGroupInternalServerError

NewGetGroupInternalServerError creates a GetGroupInternalServerError with default headers values

func (*GetGroupInternalServerError) Error

func (*GetGroupInternalServerError) GetPayload

func (o *GetGroupInternalServerError) GetPayload() *models.ErrorBody

func (*GetGroupInternalServerError) IsClientError

func (o *GetGroupInternalServerError) IsClientError() bool

IsClientError returns true when this get group internal server error response has a 4xx status code

func (*GetGroupInternalServerError) IsCode

func (o *GetGroupInternalServerError) IsCode(code int) bool

IsCode returns true when this get group internal server error response a status code equal to that given

func (*GetGroupInternalServerError) IsRedirect

func (o *GetGroupInternalServerError) IsRedirect() bool

IsRedirect returns true when this get group internal server error response has a 3xx status code

func (*GetGroupInternalServerError) IsServerError

func (o *GetGroupInternalServerError) IsServerError() bool

IsServerError returns true when this get group internal server error response has a 5xx status code

func (*GetGroupInternalServerError) IsSuccess

func (o *GetGroupInternalServerError) IsSuccess() bool

IsSuccess returns true when this get group internal server error response has a 2xx status code

func (*GetGroupInternalServerError) String

func (o *GetGroupInternalServerError) String() string

type GetGroupMembersBadRequest

type GetGroupMembersBadRequest struct {
	Payload *models.ErrorBody
}

GetGroupMembersBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetGroupMembersBadRequest

func NewGetGroupMembersBadRequest() *GetGroupMembersBadRequest

NewGetGroupMembersBadRequest creates a GetGroupMembersBadRequest with default headers values

func (*GetGroupMembersBadRequest) Error

func (o *GetGroupMembersBadRequest) Error() string

func (*GetGroupMembersBadRequest) GetPayload

func (o *GetGroupMembersBadRequest) GetPayload() *models.ErrorBody

func (*GetGroupMembersBadRequest) IsClientError

func (o *GetGroupMembersBadRequest) IsClientError() bool

IsClientError returns true when this get group members bad request response has a 4xx status code

func (*GetGroupMembersBadRequest) IsCode

func (o *GetGroupMembersBadRequest) IsCode(code int) bool

IsCode returns true when this get group members bad request response a status code equal to that given

func (*GetGroupMembersBadRequest) IsRedirect

func (o *GetGroupMembersBadRequest) IsRedirect() bool

IsRedirect returns true when this get group members bad request response has a 3xx status code

func (*GetGroupMembersBadRequest) IsServerError

func (o *GetGroupMembersBadRequest) IsServerError() bool

IsServerError returns true when this get group members bad request response has a 5xx status code

func (*GetGroupMembersBadRequest) IsSuccess

func (o *GetGroupMembersBadRequest) IsSuccess() bool

IsSuccess returns true when this get group members bad request response has a 2xx status code

func (*GetGroupMembersBadRequest) String

func (o *GetGroupMembersBadRequest) String() string

type GetGroupMembersForbidden

type GetGroupMembersForbidden struct {
	Payload *models.ErrorBody
}

GetGroupMembersForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGroupMembersForbidden

func NewGetGroupMembersForbidden() *GetGroupMembersForbidden

NewGetGroupMembersForbidden creates a GetGroupMembersForbidden with default headers values

func (*GetGroupMembersForbidden) Error

func (o *GetGroupMembersForbidden) Error() string

func (*GetGroupMembersForbidden) GetPayload

func (o *GetGroupMembersForbidden) GetPayload() *models.ErrorBody

func (*GetGroupMembersForbidden) IsClientError

func (o *GetGroupMembersForbidden) IsClientError() bool

IsClientError returns true when this get group members forbidden response has a 4xx status code

func (*GetGroupMembersForbidden) IsCode

func (o *GetGroupMembersForbidden) IsCode(code int) bool

IsCode returns true when this get group members forbidden response a status code equal to that given

func (*GetGroupMembersForbidden) IsRedirect

func (o *GetGroupMembersForbidden) IsRedirect() bool

IsRedirect returns true when this get group members forbidden response has a 3xx status code

func (*GetGroupMembersForbidden) IsServerError

func (o *GetGroupMembersForbidden) IsServerError() bool

IsServerError returns true when this get group members forbidden response has a 5xx status code

func (*GetGroupMembersForbidden) IsSuccess

func (o *GetGroupMembersForbidden) IsSuccess() bool

IsSuccess returns true when this get group members forbidden response has a 2xx status code

func (*GetGroupMembersForbidden) String

func (o *GetGroupMembersForbidden) String() string

type GetGroupMembersGatewayTimeout

type GetGroupMembersGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGroupMembersGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGroupMembersGatewayTimeout

func NewGetGroupMembersGatewayTimeout() *GetGroupMembersGatewayTimeout

NewGetGroupMembersGatewayTimeout creates a GetGroupMembersGatewayTimeout with default headers values

func (*GetGroupMembersGatewayTimeout) Error

func (*GetGroupMembersGatewayTimeout) GetPayload

func (*GetGroupMembersGatewayTimeout) IsClientError

func (o *GetGroupMembersGatewayTimeout) IsClientError() bool

IsClientError returns true when this get group members gateway timeout response has a 4xx status code

func (*GetGroupMembersGatewayTimeout) IsCode

func (o *GetGroupMembersGatewayTimeout) IsCode(code int) bool

IsCode returns true when this get group members gateway timeout response a status code equal to that given

func (*GetGroupMembersGatewayTimeout) IsRedirect

func (o *GetGroupMembersGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get group members gateway timeout response has a 3xx status code

func (*GetGroupMembersGatewayTimeout) IsServerError

func (o *GetGroupMembersGatewayTimeout) IsServerError() bool

IsServerError returns true when this get group members gateway timeout response has a 5xx status code

func (*GetGroupMembersGatewayTimeout) IsSuccess

func (o *GetGroupMembersGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get group members gateway timeout response has a 2xx status code

func (*GetGroupMembersGatewayTimeout) String

type GetGroupMembersInternalServerError

type GetGroupMembersInternalServerError struct {
	Payload *models.ErrorBody
}

GetGroupMembersInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetGroupMembersInternalServerError

func NewGetGroupMembersInternalServerError() *GetGroupMembersInternalServerError

NewGetGroupMembersInternalServerError creates a GetGroupMembersInternalServerError with default headers values

func (*GetGroupMembersInternalServerError) Error

func (*GetGroupMembersInternalServerError) GetPayload

func (*GetGroupMembersInternalServerError) IsClientError

func (o *GetGroupMembersInternalServerError) IsClientError() bool

IsClientError returns true when this get group members internal server error response has a 4xx status code

func (*GetGroupMembersInternalServerError) IsCode

IsCode returns true when this get group members internal server error response a status code equal to that given

func (*GetGroupMembersInternalServerError) IsRedirect

func (o *GetGroupMembersInternalServerError) IsRedirect() bool

IsRedirect returns true when this get group members internal server error response has a 3xx status code

func (*GetGroupMembersInternalServerError) IsServerError

func (o *GetGroupMembersInternalServerError) IsServerError() bool

IsServerError returns true when this get group members internal server error response has a 5xx status code

func (*GetGroupMembersInternalServerError) IsSuccess

IsSuccess returns true when this get group members internal server error response has a 2xx status code

func (*GetGroupMembersInternalServerError) String

type GetGroupMembersNotFound

type GetGroupMembersNotFound struct {
	Payload *models.ErrorBody
}

GetGroupMembersNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGroupMembersNotFound

func NewGetGroupMembersNotFound() *GetGroupMembersNotFound

NewGetGroupMembersNotFound creates a GetGroupMembersNotFound with default headers values

func (*GetGroupMembersNotFound) Error

func (o *GetGroupMembersNotFound) Error() string

func (*GetGroupMembersNotFound) GetPayload

func (o *GetGroupMembersNotFound) GetPayload() *models.ErrorBody

func (*GetGroupMembersNotFound) IsClientError

func (o *GetGroupMembersNotFound) IsClientError() bool

IsClientError returns true when this get group members not found response has a 4xx status code

func (*GetGroupMembersNotFound) IsCode

func (o *GetGroupMembersNotFound) IsCode(code int) bool

IsCode returns true when this get group members not found response a status code equal to that given

func (*GetGroupMembersNotFound) IsRedirect

func (o *GetGroupMembersNotFound) IsRedirect() bool

IsRedirect returns true when this get group members not found response has a 3xx status code

func (*GetGroupMembersNotFound) IsServerError

func (o *GetGroupMembersNotFound) IsServerError() bool

IsServerError returns true when this get group members not found response has a 5xx status code

func (*GetGroupMembersNotFound) IsSuccess

func (o *GetGroupMembersNotFound) IsSuccess() bool

IsSuccess returns true when this get group members not found response has a 2xx status code

func (*GetGroupMembersNotFound) String

func (o *GetGroupMembersNotFound) String() string

type GetGroupMembersOK

type GetGroupMembersOK struct {
	Payload *models.UserEntityListing
}

GetGroupMembersOK describes a response with status code 200, with default header values.

successful operation

func NewGetGroupMembersOK

func NewGetGroupMembersOK() *GetGroupMembersOK

NewGetGroupMembersOK creates a GetGroupMembersOK with default headers values

func (*GetGroupMembersOK) Error

func (o *GetGroupMembersOK) Error() string

func (*GetGroupMembersOK) GetPayload

func (o *GetGroupMembersOK) GetPayload() *models.UserEntityListing

func (*GetGroupMembersOK) IsClientError

func (o *GetGroupMembersOK) IsClientError() bool

IsClientError returns true when this get group members o k response has a 4xx status code

func (*GetGroupMembersOK) IsCode

func (o *GetGroupMembersOK) IsCode(code int) bool

IsCode returns true when this get group members o k response a status code equal to that given

func (*GetGroupMembersOK) IsRedirect

func (o *GetGroupMembersOK) IsRedirect() bool

IsRedirect returns true when this get group members o k response has a 3xx status code

func (*GetGroupMembersOK) IsServerError

func (o *GetGroupMembersOK) IsServerError() bool

IsServerError returns true when this get group members o k response has a 5xx status code

func (*GetGroupMembersOK) IsSuccess

func (o *GetGroupMembersOK) IsSuccess() bool

IsSuccess returns true when this get group members o k response has a 2xx status code

func (*GetGroupMembersOK) String

func (o *GetGroupMembersOK) String() string

type GetGroupMembersParams

type GetGroupMembersParams struct {

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

	/* GroupID.

	   Group ID
	*/
	GroupID string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* SortOrder.

	   Ascending or descending sort order

	   Default: "ASC"
	*/
	SortOrder *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGroupMembersParams contains all the parameters to send to the API endpoint

for the get group members operation.

Typically these are written to a http.Request.

func NewGetGroupMembersParams

func NewGetGroupMembersParams() *GetGroupMembersParams

NewGetGroupMembersParams creates a new GetGroupMembersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetGroupMembersParamsWithContext

func NewGetGroupMembersParamsWithContext(ctx context.Context) *GetGroupMembersParams

NewGetGroupMembersParamsWithContext creates a new GetGroupMembersParams object with the ability to set a context for a request.

func NewGetGroupMembersParamsWithHTTPClient

func NewGetGroupMembersParamsWithHTTPClient(client *http.Client) *GetGroupMembersParams

NewGetGroupMembersParamsWithHTTPClient creates a new GetGroupMembersParams object with the ability to set a custom HTTPClient for a request.

func NewGetGroupMembersParamsWithTimeout

func NewGetGroupMembersParamsWithTimeout(timeout time.Duration) *GetGroupMembersParams

NewGetGroupMembersParamsWithTimeout creates a new GetGroupMembersParams object with the ability to set a timeout on a request.

func (*GetGroupMembersParams) SetContext

func (o *GetGroupMembersParams) SetContext(ctx context.Context)

SetContext adds the context to the get group members params

func (*GetGroupMembersParams) SetDefaults

func (o *GetGroupMembersParams) SetDefaults()

SetDefaults hydrates default values in the get group members params (not the query body).

All values with no default are reset to their zero value.

func (*GetGroupMembersParams) SetExpand

func (o *GetGroupMembersParams) SetExpand(expand []string)

SetExpand adds the expand to the get group members params

func (*GetGroupMembersParams) SetGroupID

func (o *GetGroupMembersParams) SetGroupID(groupID string)

SetGroupID adds the groupId to the get group members params

func (*GetGroupMembersParams) SetHTTPClient

func (o *GetGroupMembersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get group members params

func (*GetGroupMembersParams) SetPageNumber

func (o *GetGroupMembersParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get group members params

func (*GetGroupMembersParams) SetPageSize

func (o *GetGroupMembersParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get group members params

func (*GetGroupMembersParams) SetSortOrder

func (o *GetGroupMembersParams) SetSortOrder(sortOrder *string)

SetSortOrder adds the sortOrder to the get group members params

func (*GetGroupMembersParams) SetTimeout

func (o *GetGroupMembersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get group members params

func (*GetGroupMembersParams) WithContext

WithContext adds the context to the get group members params

func (*GetGroupMembersParams) WithDefaults

func (o *GetGroupMembersParams) WithDefaults() *GetGroupMembersParams

WithDefaults hydrates default values in the get group members params (not the query body).

All values with no default are reset to their zero value.

func (*GetGroupMembersParams) WithExpand

func (o *GetGroupMembersParams) WithExpand(expand []string) *GetGroupMembersParams

WithExpand adds the expand to the get group members params

func (*GetGroupMembersParams) WithGroupID

func (o *GetGroupMembersParams) WithGroupID(groupID string) *GetGroupMembersParams

WithGroupID adds the groupID to the get group members params

func (*GetGroupMembersParams) WithHTTPClient

func (o *GetGroupMembersParams) WithHTTPClient(client *http.Client) *GetGroupMembersParams

WithHTTPClient adds the HTTPClient to the get group members params

func (*GetGroupMembersParams) WithPageNumber

func (o *GetGroupMembersParams) WithPageNumber(pageNumber *int32) *GetGroupMembersParams

WithPageNumber adds the pageNumber to the get group members params

func (*GetGroupMembersParams) WithPageSize

func (o *GetGroupMembersParams) WithPageSize(pageSize *int32) *GetGroupMembersParams

WithPageSize adds the pageSize to the get group members params

func (*GetGroupMembersParams) WithSortOrder

func (o *GetGroupMembersParams) WithSortOrder(sortOrder *string) *GetGroupMembersParams

WithSortOrder adds the sortOrder to the get group members params

func (*GetGroupMembersParams) WithTimeout

func (o *GetGroupMembersParams) WithTimeout(timeout time.Duration) *GetGroupMembersParams

WithTimeout adds the timeout to the get group members params

func (*GetGroupMembersParams) WriteToRequest

func (o *GetGroupMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetGroupMembersReader

type GetGroupMembersReader struct {
	// contains filtered or unexported fields
}

GetGroupMembersReader is a Reader for the GetGroupMembers structure.

func (*GetGroupMembersReader) ReadResponse

func (o *GetGroupMembersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGroupMembersRequestEntityTooLarge

type GetGroupMembersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGroupMembersRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGroupMembersRequestEntityTooLarge

func NewGetGroupMembersRequestEntityTooLarge() *GetGroupMembersRequestEntityTooLarge

NewGetGroupMembersRequestEntityTooLarge creates a GetGroupMembersRequestEntityTooLarge with default headers values

func (*GetGroupMembersRequestEntityTooLarge) Error

func (*GetGroupMembersRequestEntityTooLarge) GetPayload

func (*GetGroupMembersRequestEntityTooLarge) IsClientError

func (o *GetGroupMembersRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get group members request entity too large response has a 4xx status code

func (*GetGroupMembersRequestEntityTooLarge) IsCode

IsCode returns true when this get group members request entity too large response a status code equal to that given

func (*GetGroupMembersRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get group members request entity too large response has a 3xx status code

func (*GetGroupMembersRequestEntityTooLarge) IsServerError

func (o *GetGroupMembersRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get group members request entity too large response has a 5xx status code

func (*GetGroupMembersRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get group members request entity too large response has a 2xx status code

func (*GetGroupMembersRequestEntityTooLarge) String

type GetGroupMembersRequestTimeout

type GetGroupMembersRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGroupMembersRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetGroupMembersRequestTimeout

func NewGetGroupMembersRequestTimeout() *GetGroupMembersRequestTimeout

NewGetGroupMembersRequestTimeout creates a GetGroupMembersRequestTimeout with default headers values

func (*GetGroupMembersRequestTimeout) Error

func (*GetGroupMembersRequestTimeout) GetPayload

func (*GetGroupMembersRequestTimeout) IsClientError

func (o *GetGroupMembersRequestTimeout) IsClientError() bool

IsClientError returns true when this get group members request timeout response has a 4xx status code

func (*GetGroupMembersRequestTimeout) IsCode

func (o *GetGroupMembersRequestTimeout) IsCode(code int) bool

IsCode returns true when this get group members request timeout response a status code equal to that given

func (*GetGroupMembersRequestTimeout) IsRedirect

func (o *GetGroupMembersRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get group members request timeout response has a 3xx status code

func (*GetGroupMembersRequestTimeout) IsServerError

func (o *GetGroupMembersRequestTimeout) IsServerError() bool

IsServerError returns true when this get group members request timeout response has a 5xx status code

func (*GetGroupMembersRequestTimeout) IsSuccess

func (o *GetGroupMembersRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get group members request timeout response has a 2xx status code

func (*GetGroupMembersRequestTimeout) String

type GetGroupMembersServiceUnavailable

type GetGroupMembersServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGroupMembersServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetGroupMembersServiceUnavailable

func NewGetGroupMembersServiceUnavailable() *GetGroupMembersServiceUnavailable

NewGetGroupMembersServiceUnavailable creates a GetGroupMembersServiceUnavailable with default headers values

func (*GetGroupMembersServiceUnavailable) Error

func (*GetGroupMembersServiceUnavailable) GetPayload

func (*GetGroupMembersServiceUnavailable) IsClientError

func (o *GetGroupMembersServiceUnavailable) IsClientError() bool

IsClientError returns true when this get group members service unavailable response has a 4xx status code

func (*GetGroupMembersServiceUnavailable) IsCode

func (o *GetGroupMembersServiceUnavailable) IsCode(code int) bool

IsCode returns true when this get group members service unavailable response a status code equal to that given

func (*GetGroupMembersServiceUnavailable) IsRedirect

func (o *GetGroupMembersServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get group members service unavailable response has a 3xx status code

func (*GetGroupMembersServiceUnavailable) IsServerError

func (o *GetGroupMembersServiceUnavailable) IsServerError() bool

IsServerError returns true when this get group members service unavailable response has a 5xx status code

func (*GetGroupMembersServiceUnavailable) IsSuccess

func (o *GetGroupMembersServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get group members service unavailable response has a 2xx status code

func (*GetGroupMembersServiceUnavailable) String

type GetGroupMembersTooManyRequests

type GetGroupMembersTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGroupMembersTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGroupMembersTooManyRequests

func NewGetGroupMembersTooManyRequests() *GetGroupMembersTooManyRequests

NewGetGroupMembersTooManyRequests creates a GetGroupMembersTooManyRequests with default headers values

func (*GetGroupMembersTooManyRequests) Error

func (*GetGroupMembersTooManyRequests) GetPayload

func (*GetGroupMembersTooManyRequests) IsClientError

func (o *GetGroupMembersTooManyRequests) IsClientError() bool

IsClientError returns true when this get group members too many requests response has a 4xx status code

func (*GetGroupMembersTooManyRequests) IsCode

func (o *GetGroupMembersTooManyRequests) IsCode(code int) bool

IsCode returns true when this get group members too many requests response a status code equal to that given

func (*GetGroupMembersTooManyRequests) IsRedirect

func (o *GetGroupMembersTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get group members too many requests response has a 3xx status code

func (*GetGroupMembersTooManyRequests) IsServerError

func (o *GetGroupMembersTooManyRequests) IsServerError() bool

IsServerError returns true when this get group members too many requests response has a 5xx status code

func (*GetGroupMembersTooManyRequests) IsSuccess

func (o *GetGroupMembersTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get group members too many requests response has a 2xx status code

func (*GetGroupMembersTooManyRequests) String

type GetGroupMembersUnauthorized

type GetGroupMembersUnauthorized struct {
	Payload *models.ErrorBody
}

GetGroupMembersUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGroupMembersUnauthorized

func NewGetGroupMembersUnauthorized() *GetGroupMembersUnauthorized

NewGetGroupMembersUnauthorized creates a GetGroupMembersUnauthorized with default headers values

func (*GetGroupMembersUnauthorized) Error

func (*GetGroupMembersUnauthorized) GetPayload

func (o *GetGroupMembersUnauthorized) GetPayload() *models.ErrorBody

func (*GetGroupMembersUnauthorized) IsClientError

func (o *GetGroupMembersUnauthorized) IsClientError() bool

IsClientError returns true when this get group members unauthorized response has a 4xx status code

func (*GetGroupMembersUnauthorized) IsCode

func (o *GetGroupMembersUnauthorized) IsCode(code int) bool

IsCode returns true when this get group members unauthorized response a status code equal to that given

func (*GetGroupMembersUnauthorized) IsRedirect

func (o *GetGroupMembersUnauthorized) IsRedirect() bool

IsRedirect returns true when this get group members unauthorized response has a 3xx status code

func (*GetGroupMembersUnauthorized) IsServerError

func (o *GetGroupMembersUnauthorized) IsServerError() bool

IsServerError returns true when this get group members unauthorized response has a 5xx status code

func (*GetGroupMembersUnauthorized) IsSuccess

func (o *GetGroupMembersUnauthorized) IsSuccess() bool

IsSuccess returns true when this get group members unauthorized response has a 2xx status code

func (*GetGroupMembersUnauthorized) String

func (o *GetGroupMembersUnauthorized) String() string

type GetGroupMembersUnsupportedMediaType

type GetGroupMembersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGroupMembersUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetGroupMembersUnsupportedMediaType

func NewGetGroupMembersUnsupportedMediaType() *GetGroupMembersUnsupportedMediaType

NewGetGroupMembersUnsupportedMediaType creates a GetGroupMembersUnsupportedMediaType with default headers values

func (*GetGroupMembersUnsupportedMediaType) Error

func (*GetGroupMembersUnsupportedMediaType) GetPayload

func (*GetGroupMembersUnsupportedMediaType) IsClientError

func (o *GetGroupMembersUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get group members unsupported media type response has a 4xx status code

func (*GetGroupMembersUnsupportedMediaType) IsCode

IsCode returns true when this get group members unsupported media type response a status code equal to that given

func (*GetGroupMembersUnsupportedMediaType) IsRedirect

func (o *GetGroupMembersUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get group members unsupported media type response has a 3xx status code

func (*GetGroupMembersUnsupportedMediaType) IsServerError

func (o *GetGroupMembersUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get group members unsupported media type response has a 5xx status code

func (*GetGroupMembersUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get group members unsupported media type response has a 2xx status code

func (*GetGroupMembersUnsupportedMediaType) String

type GetGroupNotFound

type GetGroupNotFound struct {
	Payload *models.ErrorBody
}

GetGroupNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGroupNotFound

func NewGetGroupNotFound() *GetGroupNotFound

NewGetGroupNotFound creates a GetGroupNotFound with default headers values

func (*GetGroupNotFound) Error

func (o *GetGroupNotFound) Error() string

func (*GetGroupNotFound) GetPayload

func (o *GetGroupNotFound) GetPayload() *models.ErrorBody

func (*GetGroupNotFound) IsClientError

func (o *GetGroupNotFound) IsClientError() bool

IsClientError returns true when this get group not found response has a 4xx status code

func (*GetGroupNotFound) IsCode

func (o *GetGroupNotFound) IsCode(code int) bool

IsCode returns true when this get group not found response a status code equal to that given

func (*GetGroupNotFound) IsRedirect

func (o *GetGroupNotFound) IsRedirect() bool

IsRedirect returns true when this get group not found response has a 3xx status code

func (*GetGroupNotFound) IsServerError

func (o *GetGroupNotFound) IsServerError() bool

IsServerError returns true when this get group not found response has a 5xx status code

func (*GetGroupNotFound) IsSuccess

func (o *GetGroupNotFound) IsSuccess() bool

IsSuccess returns true when this get group not found response has a 2xx status code

func (*GetGroupNotFound) String

func (o *GetGroupNotFound) String() string

type GetGroupOK

type GetGroupOK struct {
	Payload *models.Group
}

GetGroupOK describes a response with status code 200, with default header values.

successful operation

func NewGetGroupOK

func NewGetGroupOK() *GetGroupOK

NewGetGroupOK creates a GetGroupOK with default headers values

func (*GetGroupOK) Error

func (o *GetGroupOK) Error() string

func (*GetGroupOK) GetPayload

func (o *GetGroupOK) GetPayload() *models.Group

func (*GetGroupOK) IsClientError

func (o *GetGroupOK) IsClientError() bool

IsClientError returns true when this get group o k response has a 4xx status code

func (*GetGroupOK) IsCode

func (o *GetGroupOK) IsCode(code int) bool

IsCode returns true when this get group o k response a status code equal to that given

func (*GetGroupOK) IsRedirect

func (o *GetGroupOK) IsRedirect() bool

IsRedirect returns true when this get group o k response has a 3xx status code

func (*GetGroupOK) IsServerError

func (o *GetGroupOK) IsServerError() bool

IsServerError returns true when this get group o k response has a 5xx status code

func (*GetGroupOK) IsSuccess

func (o *GetGroupOK) IsSuccess() bool

IsSuccess returns true when this get group o k response has a 2xx status code

func (*GetGroupOK) String

func (o *GetGroupOK) String() string

type GetGroupParams

type GetGroupParams struct {

	/* GroupID.

	   Group ID
	*/
	GroupID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGroupParams contains all the parameters to send to the API endpoint

for the get group operation.

Typically these are written to a http.Request.

func NewGetGroupParams

func NewGetGroupParams() *GetGroupParams

NewGetGroupParams creates a new GetGroupParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetGroupParamsWithContext

func NewGetGroupParamsWithContext(ctx context.Context) *GetGroupParams

NewGetGroupParamsWithContext creates a new GetGroupParams object with the ability to set a context for a request.

func NewGetGroupParamsWithHTTPClient

func NewGetGroupParamsWithHTTPClient(client *http.Client) *GetGroupParams

NewGetGroupParamsWithHTTPClient creates a new GetGroupParams object with the ability to set a custom HTTPClient for a request.

func NewGetGroupParamsWithTimeout

func NewGetGroupParamsWithTimeout(timeout time.Duration) *GetGroupParams

NewGetGroupParamsWithTimeout creates a new GetGroupParams object with the ability to set a timeout on a request.

func (*GetGroupParams) SetContext

func (o *GetGroupParams) SetContext(ctx context.Context)

SetContext adds the context to the get group params

func (*GetGroupParams) SetDefaults

func (o *GetGroupParams) SetDefaults()

SetDefaults hydrates default values in the get group params (not the query body).

All values with no default are reset to their zero value.

func (*GetGroupParams) SetGroupID

func (o *GetGroupParams) SetGroupID(groupID string)

SetGroupID adds the groupId to the get group params

func (*GetGroupParams) SetHTTPClient

func (o *GetGroupParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get group params

func (*GetGroupParams) SetTimeout

func (o *GetGroupParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get group params

func (*GetGroupParams) WithContext

func (o *GetGroupParams) WithContext(ctx context.Context) *GetGroupParams

WithContext adds the context to the get group params

func (*GetGroupParams) WithDefaults

func (o *GetGroupParams) WithDefaults() *GetGroupParams

WithDefaults hydrates default values in the get group params (not the query body).

All values with no default are reset to their zero value.

func (*GetGroupParams) WithGroupID

func (o *GetGroupParams) WithGroupID(groupID string) *GetGroupParams

WithGroupID adds the groupID to the get group params

func (*GetGroupParams) WithHTTPClient

func (o *GetGroupParams) WithHTTPClient(client *http.Client) *GetGroupParams

WithHTTPClient adds the HTTPClient to the get group params

func (*GetGroupParams) WithTimeout

func (o *GetGroupParams) WithTimeout(timeout time.Duration) *GetGroupParams

WithTimeout adds the timeout to the get group params

func (*GetGroupParams) WriteToRequest

func (o *GetGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetGroupProfileBadRequest

type GetGroupProfileBadRequest struct {
	Payload *models.ErrorBody
}

GetGroupProfileBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetGroupProfileBadRequest

func NewGetGroupProfileBadRequest() *GetGroupProfileBadRequest

NewGetGroupProfileBadRequest creates a GetGroupProfileBadRequest with default headers values

func (*GetGroupProfileBadRequest) Error

func (o *GetGroupProfileBadRequest) Error() string

func (*GetGroupProfileBadRequest) GetPayload

func (o *GetGroupProfileBadRequest) GetPayload() *models.ErrorBody

func (*GetGroupProfileBadRequest) IsClientError

func (o *GetGroupProfileBadRequest) IsClientError() bool

IsClientError returns true when this get group profile bad request response has a 4xx status code

func (*GetGroupProfileBadRequest) IsCode

func (o *GetGroupProfileBadRequest) IsCode(code int) bool

IsCode returns true when this get group profile bad request response a status code equal to that given

func (*GetGroupProfileBadRequest) IsRedirect

func (o *GetGroupProfileBadRequest) IsRedirect() bool

IsRedirect returns true when this get group profile bad request response has a 3xx status code

func (*GetGroupProfileBadRequest) IsServerError

func (o *GetGroupProfileBadRequest) IsServerError() bool

IsServerError returns true when this get group profile bad request response has a 5xx status code

func (*GetGroupProfileBadRequest) IsSuccess

func (o *GetGroupProfileBadRequest) IsSuccess() bool

IsSuccess returns true when this get group profile bad request response has a 2xx status code

func (*GetGroupProfileBadRequest) String

func (o *GetGroupProfileBadRequest) String() string

type GetGroupProfileForbidden

type GetGroupProfileForbidden struct {
	Payload *models.ErrorBody
}

GetGroupProfileForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGroupProfileForbidden

func NewGetGroupProfileForbidden() *GetGroupProfileForbidden

NewGetGroupProfileForbidden creates a GetGroupProfileForbidden with default headers values

func (*GetGroupProfileForbidden) Error

func (o *GetGroupProfileForbidden) Error() string

func (*GetGroupProfileForbidden) GetPayload

func (o *GetGroupProfileForbidden) GetPayload() *models.ErrorBody

func (*GetGroupProfileForbidden) IsClientError

func (o *GetGroupProfileForbidden) IsClientError() bool

IsClientError returns true when this get group profile forbidden response has a 4xx status code

func (*GetGroupProfileForbidden) IsCode

func (o *GetGroupProfileForbidden) IsCode(code int) bool

IsCode returns true when this get group profile forbidden response a status code equal to that given

func (*GetGroupProfileForbidden) IsRedirect

func (o *GetGroupProfileForbidden) IsRedirect() bool

IsRedirect returns true when this get group profile forbidden response has a 3xx status code

func (*GetGroupProfileForbidden) IsServerError

func (o *GetGroupProfileForbidden) IsServerError() bool

IsServerError returns true when this get group profile forbidden response has a 5xx status code

func (*GetGroupProfileForbidden) IsSuccess

func (o *GetGroupProfileForbidden) IsSuccess() bool

IsSuccess returns true when this get group profile forbidden response has a 2xx status code

func (*GetGroupProfileForbidden) String

func (o *GetGroupProfileForbidden) String() string

type GetGroupProfileGatewayTimeout

type GetGroupProfileGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGroupProfileGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGroupProfileGatewayTimeout

func NewGetGroupProfileGatewayTimeout() *GetGroupProfileGatewayTimeout

NewGetGroupProfileGatewayTimeout creates a GetGroupProfileGatewayTimeout with default headers values

func (*GetGroupProfileGatewayTimeout) Error

func (*GetGroupProfileGatewayTimeout) GetPayload

func (*GetGroupProfileGatewayTimeout) IsClientError

func (o *GetGroupProfileGatewayTimeout) IsClientError() bool

IsClientError returns true when this get group profile gateway timeout response has a 4xx status code

func (*GetGroupProfileGatewayTimeout) IsCode

func (o *GetGroupProfileGatewayTimeout) IsCode(code int) bool

IsCode returns true when this get group profile gateway timeout response a status code equal to that given

func (*GetGroupProfileGatewayTimeout) IsRedirect

func (o *GetGroupProfileGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get group profile gateway timeout response has a 3xx status code

func (*GetGroupProfileGatewayTimeout) IsServerError

func (o *GetGroupProfileGatewayTimeout) IsServerError() bool

IsServerError returns true when this get group profile gateway timeout response has a 5xx status code

func (*GetGroupProfileGatewayTimeout) IsSuccess

func (o *GetGroupProfileGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get group profile gateway timeout response has a 2xx status code

func (*GetGroupProfileGatewayTimeout) String

type GetGroupProfileInternalServerError

type GetGroupProfileInternalServerError struct {
	Payload *models.ErrorBody
}

GetGroupProfileInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetGroupProfileInternalServerError

func NewGetGroupProfileInternalServerError() *GetGroupProfileInternalServerError

NewGetGroupProfileInternalServerError creates a GetGroupProfileInternalServerError with default headers values

func (*GetGroupProfileInternalServerError) Error

func (*GetGroupProfileInternalServerError) GetPayload

func (*GetGroupProfileInternalServerError) IsClientError

func (o *GetGroupProfileInternalServerError) IsClientError() bool

IsClientError returns true when this get group profile internal server error response has a 4xx status code

func (*GetGroupProfileInternalServerError) IsCode

IsCode returns true when this get group profile internal server error response a status code equal to that given

func (*GetGroupProfileInternalServerError) IsRedirect

func (o *GetGroupProfileInternalServerError) IsRedirect() bool

IsRedirect returns true when this get group profile internal server error response has a 3xx status code

func (*GetGroupProfileInternalServerError) IsServerError

func (o *GetGroupProfileInternalServerError) IsServerError() bool

IsServerError returns true when this get group profile internal server error response has a 5xx status code

func (*GetGroupProfileInternalServerError) IsSuccess

IsSuccess returns true when this get group profile internal server error response has a 2xx status code

func (*GetGroupProfileInternalServerError) String

type GetGroupProfileNotFound

type GetGroupProfileNotFound struct {
	Payload *models.ErrorBody
}

GetGroupProfileNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGroupProfileNotFound

func NewGetGroupProfileNotFound() *GetGroupProfileNotFound

NewGetGroupProfileNotFound creates a GetGroupProfileNotFound with default headers values

func (*GetGroupProfileNotFound) Error

func (o *GetGroupProfileNotFound) Error() string

func (*GetGroupProfileNotFound) GetPayload

func (o *GetGroupProfileNotFound) GetPayload() *models.ErrorBody

func (*GetGroupProfileNotFound) IsClientError

func (o *GetGroupProfileNotFound) IsClientError() bool

IsClientError returns true when this get group profile not found response has a 4xx status code

func (*GetGroupProfileNotFound) IsCode

func (o *GetGroupProfileNotFound) IsCode(code int) bool

IsCode returns true when this get group profile not found response a status code equal to that given

func (*GetGroupProfileNotFound) IsRedirect

func (o *GetGroupProfileNotFound) IsRedirect() bool

IsRedirect returns true when this get group profile not found response has a 3xx status code

func (*GetGroupProfileNotFound) IsServerError

func (o *GetGroupProfileNotFound) IsServerError() bool

IsServerError returns true when this get group profile not found response has a 5xx status code

func (*GetGroupProfileNotFound) IsSuccess

func (o *GetGroupProfileNotFound) IsSuccess() bool

IsSuccess returns true when this get group profile not found response has a 2xx status code

func (*GetGroupProfileNotFound) String

func (o *GetGroupProfileNotFound) String() string

type GetGroupProfileOK

type GetGroupProfileOK struct {
	Payload *models.GroupProfile
}

GetGroupProfileOK describes a response with status code 200, with default header values.

successful operation

func NewGetGroupProfileOK

func NewGetGroupProfileOK() *GetGroupProfileOK

NewGetGroupProfileOK creates a GetGroupProfileOK with default headers values

func (*GetGroupProfileOK) Error

func (o *GetGroupProfileOK) Error() string

func (*GetGroupProfileOK) GetPayload

func (o *GetGroupProfileOK) GetPayload() *models.GroupProfile

func (*GetGroupProfileOK) IsClientError

func (o *GetGroupProfileOK) IsClientError() bool

IsClientError returns true when this get group profile o k response has a 4xx status code

func (*GetGroupProfileOK) IsCode

func (o *GetGroupProfileOK) IsCode(code int) bool

IsCode returns true when this get group profile o k response a status code equal to that given

func (*GetGroupProfileOK) IsRedirect

func (o *GetGroupProfileOK) IsRedirect() bool

IsRedirect returns true when this get group profile o k response has a 3xx status code

func (*GetGroupProfileOK) IsServerError

func (o *GetGroupProfileOK) IsServerError() bool

IsServerError returns true when this get group profile o k response has a 5xx status code

func (*GetGroupProfileOK) IsSuccess

func (o *GetGroupProfileOK) IsSuccess() bool

IsSuccess returns true when this get group profile o k response has a 2xx status code

func (*GetGroupProfileOK) String

func (o *GetGroupProfileOK) String() string

type GetGroupProfileParams

type GetGroupProfileParams struct {

	/* Fields.

	   Comma separated fields to return.  Allowable values can be found by querying /api/v2/fieldconfig?type=group and using the key for the elements returned by the fieldList
	*/
	Fields *string

	/* GroupID.

	   groupId
	*/
	GroupID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGroupProfileParams contains all the parameters to send to the API endpoint

for the get group profile operation.

Typically these are written to a http.Request.

func NewGetGroupProfileParams

func NewGetGroupProfileParams() *GetGroupProfileParams

NewGetGroupProfileParams creates a new GetGroupProfileParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetGroupProfileParamsWithContext

func NewGetGroupProfileParamsWithContext(ctx context.Context) *GetGroupProfileParams

NewGetGroupProfileParamsWithContext creates a new GetGroupProfileParams object with the ability to set a context for a request.

func NewGetGroupProfileParamsWithHTTPClient

func NewGetGroupProfileParamsWithHTTPClient(client *http.Client) *GetGroupProfileParams

NewGetGroupProfileParamsWithHTTPClient creates a new GetGroupProfileParams object with the ability to set a custom HTTPClient for a request.

func NewGetGroupProfileParamsWithTimeout

func NewGetGroupProfileParamsWithTimeout(timeout time.Duration) *GetGroupProfileParams

NewGetGroupProfileParamsWithTimeout creates a new GetGroupProfileParams object with the ability to set a timeout on a request.

func (*GetGroupProfileParams) SetContext

func (o *GetGroupProfileParams) SetContext(ctx context.Context)

SetContext adds the context to the get group profile params

func (*GetGroupProfileParams) SetDefaults

func (o *GetGroupProfileParams) SetDefaults()

SetDefaults hydrates default values in the get group profile params (not the query body).

All values with no default are reset to their zero value.

func (*GetGroupProfileParams) SetFields

func (o *GetGroupProfileParams) SetFields(fields *string)

SetFields adds the fields to the get group profile params

func (*GetGroupProfileParams) SetGroupID

func (o *GetGroupProfileParams) SetGroupID(groupID string)

SetGroupID adds the groupId to the get group profile params

func (*GetGroupProfileParams) SetHTTPClient

func (o *GetGroupProfileParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get group profile params

func (*GetGroupProfileParams) SetTimeout

func (o *GetGroupProfileParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get group profile params

func (*GetGroupProfileParams) WithContext

WithContext adds the context to the get group profile params

func (*GetGroupProfileParams) WithDefaults

func (o *GetGroupProfileParams) WithDefaults() *GetGroupProfileParams

WithDefaults hydrates default values in the get group profile params (not the query body).

All values with no default are reset to their zero value.

func (*GetGroupProfileParams) WithFields

func (o *GetGroupProfileParams) WithFields(fields *string) *GetGroupProfileParams

WithFields adds the fields to the get group profile params

func (*GetGroupProfileParams) WithGroupID

func (o *GetGroupProfileParams) WithGroupID(groupID string) *GetGroupProfileParams

WithGroupID adds the groupID to the get group profile params

func (*GetGroupProfileParams) WithHTTPClient

func (o *GetGroupProfileParams) WithHTTPClient(client *http.Client) *GetGroupProfileParams

WithHTTPClient adds the HTTPClient to the get group profile params

func (*GetGroupProfileParams) WithTimeout

func (o *GetGroupProfileParams) WithTimeout(timeout time.Duration) *GetGroupProfileParams

WithTimeout adds the timeout to the get group profile params

func (*GetGroupProfileParams) WriteToRequest

func (o *GetGroupProfileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetGroupProfileReader

type GetGroupProfileReader struct {
	// contains filtered or unexported fields
}

GetGroupProfileReader is a Reader for the GetGroupProfile structure.

func (*GetGroupProfileReader) ReadResponse

func (o *GetGroupProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGroupProfileRequestEntityTooLarge

type GetGroupProfileRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGroupProfileRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGroupProfileRequestEntityTooLarge

func NewGetGroupProfileRequestEntityTooLarge() *GetGroupProfileRequestEntityTooLarge

NewGetGroupProfileRequestEntityTooLarge creates a GetGroupProfileRequestEntityTooLarge with default headers values

func (*GetGroupProfileRequestEntityTooLarge) Error

func (*GetGroupProfileRequestEntityTooLarge) GetPayload

func (*GetGroupProfileRequestEntityTooLarge) IsClientError

func (o *GetGroupProfileRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get group profile request entity too large response has a 4xx status code

func (*GetGroupProfileRequestEntityTooLarge) IsCode

IsCode returns true when this get group profile request entity too large response a status code equal to that given

func (*GetGroupProfileRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get group profile request entity too large response has a 3xx status code

func (*GetGroupProfileRequestEntityTooLarge) IsServerError

func (o *GetGroupProfileRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get group profile request entity too large response has a 5xx status code

func (*GetGroupProfileRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get group profile request entity too large response has a 2xx status code

func (*GetGroupProfileRequestEntityTooLarge) String

type GetGroupProfileRequestTimeout

type GetGroupProfileRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGroupProfileRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetGroupProfileRequestTimeout

func NewGetGroupProfileRequestTimeout() *GetGroupProfileRequestTimeout

NewGetGroupProfileRequestTimeout creates a GetGroupProfileRequestTimeout with default headers values

func (*GetGroupProfileRequestTimeout) Error

func (*GetGroupProfileRequestTimeout) GetPayload

func (*GetGroupProfileRequestTimeout) IsClientError

func (o *GetGroupProfileRequestTimeout) IsClientError() bool

IsClientError returns true when this get group profile request timeout response has a 4xx status code

func (*GetGroupProfileRequestTimeout) IsCode

func (o *GetGroupProfileRequestTimeout) IsCode(code int) bool

IsCode returns true when this get group profile request timeout response a status code equal to that given

func (*GetGroupProfileRequestTimeout) IsRedirect

func (o *GetGroupProfileRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get group profile request timeout response has a 3xx status code

func (*GetGroupProfileRequestTimeout) IsServerError

func (o *GetGroupProfileRequestTimeout) IsServerError() bool

IsServerError returns true when this get group profile request timeout response has a 5xx status code

func (*GetGroupProfileRequestTimeout) IsSuccess

func (o *GetGroupProfileRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get group profile request timeout response has a 2xx status code

func (*GetGroupProfileRequestTimeout) String

type GetGroupProfileServiceUnavailable

type GetGroupProfileServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGroupProfileServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetGroupProfileServiceUnavailable

func NewGetGroupProfileServiceUnavailable() *GetGroupProfileServiceUnavailable

NewGetGroupProfileServiceUnavailable creates a GetGroupProfileServiceUnavailable with default headers values

func (*GetGroupProfileServiceUnavailable) Error

func (*GetGroupProfileServiceUnavailable) GetPayload

func (*GetGroupProfileServiceUnavailable) IsClientError

func (o *GetGroupProfileServiceUnavailable) IsClientError() bool

IsClientError returns true when this get group profile service unavailable response has a 4xx status code

func (*GetGroupProfileServiceUnavailable) IsCode

func (o *GetGroupProfileServiceUnavailable) IsCode(code int) bool

IsCode returns true when this get group profile service unavailable response a status code equal to that given

func (*GetGroupProfileServiceUnavailable) IsRedirect

func (o *GetGroupProfileServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get group profile service unavailable response has a 3xx status code

func (*GetGroupProfileServiceUnavailable) IsServerError

func (o *GetGroupProfileServiceUnavailable) IsServerError() bool

IsServerError returns true when this get group profile service unavailable response has a 5xx status code

func (*GetGroupProfileServiceUnavailable) IsSuccess

func (o *GetGroupProfileServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get group profile service unavailable response has a 2xx status code

func (*GetGroupProfileServiceUnavailable) String

type GetGroupProfileTooManyRequests

type GetGroupProfileTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGroupProfileTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGroupProfileTooManyRequests

func NewGetGroupProfileTooManyRequests() *GetGroupProfileTooManyRequests

NewGetGroupProfileTooManyRequests creates a GetGroupProfileTooManyRequests with default headers values

func (*GetGroupProfileTooManyRequests) Error

func (*GetGroupProfileTooManyRequests) GetPayload

func (*GetGroupProfileTooManyRequests) IsClientError

func (o *GetGroupProfileTooManyRequests) IsClientError() bool

IsClientError returns true when this get group profile too many requests response has a 4xx status code

func (*GetGroupProfileTooManyRequests) IsCode

func (o *GetGroupProfileTooManyRequests) IsCode(code int) bool

IsCode returns true when this get group profile too many requests response a status code equal to that given

func (*GetGroupProfileTooManyRequests) IsRedirect

func (o *GetGroupProfileTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get group profile too many requests response has a 3xx status code

func (*GetGroupProfileTooManyRequests) IsServerError

func (o *GetGroupProfileTooManyRequests) IsServerError() bool

IsServerError returns true when this get group profile too many requests response has a 5xx status code

func (*GetGroupProfileTooManyRequests) IsSuccess

func (o *GetGroupProfileTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get group profile too many requests response has a 2xx status code

func (*GetGroupProfileTooManyRequests) String

type GetGroupProfileUnauthorized

type GetGroupProfileUnauthorized struct {
	Payload *models.ErrorBody
}

GetGroupProfileUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGroupProfileUnauthorized

func NewGetGroupProfileUnauthorized() *GetGroupProfileUnauthorized

NewGetGroupProfileUnauthorized creates a GetGroupProfileUnauthorized with default headers values

func (*GetGroupProfileUnauthorized) Error

func (*GetGroupProfileUnauthorized) GetPayload

func (o *GetGroupProfileUnauthorized) GetPayload() *models.ErrorBody

func (*GetGroupProfileUnauthorized) IsClientError

func (o *GetGroupProfileUnauthorized) IsClientError() bool

IsClientError returns true when this get group profile unauthorized response has a 4xx status code

func (*GetGroupProfileUnauthorized) IsCode

func (o *GetGroupProfileUnauthorized) IsCode(code int) bool

IsCode returns true when this get group profile unauthorized response a status code equal to that given

func (*GetGroupProfileUnauthorized) IsRedirect

func (o *GetGroupProfileUnauthorized) IsRedirect() bool

IsRedirect returns true when this get group profile unauthorized response has a 3xx status code

func (*GetGroupProfileUnauthorized) IsServerError

func (o *GetGroupProfileUnauthorized) IsServerError() bool

IsServerError returns true when this get group profile unauthorized response has a 5xx status code

func (*GetGroupProfileUnauthorized) IsSuccess

func (o *GetGroupProfileUnauthorized) IsSuccess() bool

IsSuccess returns true when this get group profile unauthorized response has a 2xx status code

func (*GetGroupProfileUnauthorized) String

func (o *GetGroupProfileUnauthorized) String() string

type GetGroupProfileUnsupportedMediaType

type GetGroupProfileUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGroupProfileUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetGroupProfileUnsupportedMediaType

func NewGetGroupProfileUnsupportedMediaType() *GetGroupProfileUnsupportedMediaType

NewGetGroupProfileUnsupportedMediaType creates a GetGroupProfileUnsupportedMediaType with default headers values

func (*GetGroupProfileUnsupportedMediaType) Error

func (*GetGroupProfileUnsupportedMediaType) GetPayload

func (*GetGroupProfileUnsupportedMediaType) IsClientError

func (o *GetGroupProfileUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get group profile unsupported media type response has a 4xx status code

func (*GetGroupProfileUnsupportedMediaType) IsCode

IsCode returns true when this get group profile unsupported media type response a status code equal to that given

func (*GetGroupProfileUnsupportedMediaType) IsRedirect

func (o *GetGroupProfileUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get group profile unsupported media type response has a 3xx status code

func (*GetGroupProfileUnsupportedMediaType) IsServerError

func (o *GetGroupProfileUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get group profile unsupported media type response has a 5xx status code

func (*GetGroupProfileUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get group profile unsupported media type response has a 2xx status code

func (*GetGroupProfileUnsupportedMediaType) String

type GetGroupReader

type GetGroupReader struct {
	// contains filtered or unexported fields
}

GetGroupReader is a Reader for the GetGroup structure.

func (*GetGroupReader) ReadResponse

func (o *GetGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGroupRequestEntityTooLarge

type GetGroupRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGroupRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGroupRequestEntityTooLarge

func NewGetGroupRequestEntityTooLarge() *GetGroupRequestEntityTooLarge

NewGetGroupRequestEntityTooLarge creates a GetGroupRequestEntityTooLarge with default headers values

func (*GetGroupRequestEntityTooLarge) Error

func (*GetGroupRequestEntityTooLarge) GetPayload

func (*GetGroupRequestEntityTooLarge) IsClientError

func (o *GetGroupRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get group request entity too large response has a 4xx status code

func (*GetGroupRequestEntityTooLarge) IsCode

func (o *GetGroupRequestEntityTooLarge) IsCode(code int) bool

IsCode returns true when this get group request entity too large response a status code equal to that given

func (*GetGroupRequestEntityTooLarge) IsRedirect

func (o *GetGroupRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this get group request entity too large response has a 3xx status code

func (*GetGroupRequestEntityTooLarge) IsServerError

func (o *GetGroupRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get group request entity too large response has a 5xx status code

func (*GetGroupRequestEntityTooLarge) IsSuccess

func (o *GetGroupRequestEntityTooLarge) IsSuccess() bool

IsSuccess returns true when this get group request entity too large response has a 2xx status code

func (*GetGroupRequestEntityTooLarge) String

type GetGroupRequestTimeout

type GetGroupRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGroupRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetGroupRequestTimeout

func NewGetGroupRequestTimeout() *GetGroupRequestTimeout

NewGetGroupRequestTimeout creates a GetGroupRequestTimeout with default headers values

func (*GetGroupRequestTimeout) Error

func (o *GetGroupRequestTimeout) Error() string

func (*GetGroupRequestTimeout) GetPayload

func (o *GetGroupRequestTimeout) GetPayload() *models.ErrorBody

func (*GetGroupRequestTimeout) IsClientError

func (o *GetGroupRequestTimeout) IsClientError() bool

IsClientError returns true when this get group request timeout response has a 4xx status code

func (*GetGroupRequestTimeout) IsCode

func (o *GetGroupRequestTimeout) IsCode(code int) bool

IsCode returns true when this get group request timeout response a status code equal to that given

func (*GetGroupRequestTimeout) IsRedirect

func (o *GetGroupRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get group request timeout response has a 3xx status code

func (*GetGroupRequestTimeout) IsServerError

func (o *GetGroupRequestTimeout) IsServerError() bool

IsServerError returns true when this get group request timeout response has a 5xx status code

func (*GetGroupRequestTimeout) IsSuccess

func (o *GetGroupRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get group request timeout response has a 2xx status code

func (*GetGroupRequestTimeout) String

func (o *GetGroupRequestTimeout) String() string

type GetGroupServiceUnavailable

type GetGroupServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGroupServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetGroupServiceUnavailable

func NewGetGroupServiceUnavailable() *GetGroupServiceUnavailable

NewGetGroupServiceUnavailable creates a GetGroupServiceUnavailable with default headers values

func (*GetGroupServiceUnavailable) Error

func (*GetGroupServiceUnavailable) GetPayload

func (o *GetGroupServiceUnavailable) GetPayload() *models.ErrorBody

func (*GetGroupServiceUnavailable) IsClientError

func (o *GetGroupServiceUnavailable) IsClientError() bool

IsClientError returns true when this get group service unavailable response has a 4xx status code

func (*GetGroupServiceUnavailable) IsCode

func (o *GetGroupServiceUnavailable) IsCode(code int) bool

IsCode returns true when this get group service unavailable response a status code equal to that given

func (*GetGroupServiceUnavailable) IsRedirect

func (o *GetGroupServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get group service unavailable response has a 3xx status code

func (*GetGroupServiceUnavailable) IsServerError

func (o *GetGroupServiceUnavailable) IsServerError() bool

IsServerError returns true when this get group service unavailable response has a 5xx status code

func (*GetGroupServiceUnavailable) IsSuccess

func (o *GetGroupServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get group service unavailable response has a 2xx status code

func (*GetGroupServiceUnavailable) String

func (o *GetGroupServiceUnavailable) String() string

type GetGroupTooManyRequests

type GetGroupTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGroupTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGroupTooManyRequests

func NewGetGroupTooManyRequests() *GetGroupTooManyRequests

NewGetGroupTooManyRequests creates a GetGroupTooManyRequests with default headers values

func (*GetGroupTooManyRequests) Error

func (o *GetGroupTooManyRequests) Error() string

func (*GetGroupTooManyRequests) GetPayload

func (o *GetGroupTooManyRequests) GetPayload() *models.ErrorBody

func (*GetGroupTooManyRequests) IsClientError

func (o *GetGroupTooManyRequests) IsClientError() bool

IsClientError returns true when this get group too many requests response has a 4xx status code

func (*GetGroupTooManyRequests) IsCode

func (o *GetGroupTooManyRequests) IsCode(code int) bool

IsCode returns true when this get group too many requests response a status code equal to that given

func (*GetGroupTooManyRequests) IsRedirect

func (o *GetGroupTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get group too many requests response has a 3xx status code

func (*GetGroupTooManyRequests) IsServerError

func (o *GetGroupTooManyRequests) IsServerError() bool

IsServerError returns true when this get group too many requests response has a 5xx status code

func (*GetGroupTooManyRequests) IsSuccess

func (o *GetGroupTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get group too many requests response has a 2xx status code

func (*GetGroupTooManyRequests) String

func (o *GetGroupTooManyRequests) String() string

type GetGroupUnauthorized

type GetGroupUnauthorized struct {
	Payload *models.ErrorBody
}

GetGroupUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGroupUnauthorized

func NewGetGroupUnauthorized() *GetGroupUnauthorized

NewGetGroupUnauthorized creates a GetGroupUnauthorized with default headers values

func (*GetGroupUnauthorized) Error

func (o *GetGroupUnauthorized) Error() string

func (*GetGroupUnauthorized) GetPayload

func (o *GetGroupUnauthorized) GetPayload() *models.ErrorBody

func (*GetGroupUnauthorized) IsClientError

func (o *GetGroupUnauthorized) IsClientError() bool

IsClientError returns true when this get group unauthorized response has a 4xx status code

func (*GetGroupUnauthorized) IsCode

func (o *GetGroupUnauthorized) IsCode(code int) bool

IsCode returns true when this get group unauthorized response a status code equal to that given

func (*GetGroupUnauthorized) IsRedirect

func (o *GetGroupUnauthorized) IsRedirect() bool

IsRedirect returns true when this get group unauthorized response has a 3xx status code

func (*GetGroupUnauthorized) IsServerError

func (o *GetGroupUnauthorized) IsServerError() bool

IsServerError returns true when this get group unauthorized response has a 5xx status code

func (*GetGroupUnauthorized) IsSuccess

func (o *GetGroupUnauthorized) IsSuccess() bool

IsSuccess returns true when this get group unauthorized response has a 2xx status code

func (*GetGroupUnauthorized) String

func (o *GetGroupUnauthorized) String() string

type GetGroupUnsupportedMediaType

type GetGroupUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGroupUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetGroupUnsupportedMediaType

func NewGetGroupUnsupportedMediaType() *GetGroupUnsupportedMediaType

NewGetGroupUnsupportedMediaType creates a GetGroupUnsupportedMediaType with default headers values

func (*GetGroupUnsupportedMediaType) Error

func (*GetGroupUnsupportedMediaType) GetPayload

func (*GetGroupUnsupportedMediaType) IsClientError

func (o *GetGroupUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get group unsupported media type response has a 4xx status code

func (*GetGroupUnsupportedMediaType) IsCode

func (o *GetGroupUnsupportedMediaType) IsCode(code int) bool

IsCode returns true when this get group unsupported media type response a status code equal to that given

func (*GetGroupUnsupportedMediaType) IsRedirect

func (o *GetGroupUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get group unsupported media type response has a 3xx status code

func (*GetGroupUnsupportedMediaType) IsServerError

func (o *GetGroupUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get group unsupported media type response has a 5xx status code

func (*GetGroupUnsupportedMediaType) IsSuccess

func (o *GetGroupUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this get group unsupported media type response has a 2xx status code

func (*GetGroupUnsupportedMediaType) String

type GetGroupsBadRequest

type GetGroupsBadRequest struct {
	Payload *models.ErrorBody
}

GetGroupsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetGroupsBadRequest

func NewGetGroupsBadRequest() *GetGroupsBadRequest

NewGetGroupsBadRequest creates a GetGroupsBadRequest with default headers values

func (*GetGroupsBadRequest) Error

func (o *GetGroupsBadRequest) Error() string

func (*GetGroupsBadRequest) GetPayload

func (o *GetGroupsBadRequest) GetPayload() *models.ErrorBody

func (*GetGroupsBadRequest) IsClientError

func (o *GetGroupsBadRequest) IsClientError() bool

IsClientError returns true when this get groups bad request response has a 4xx status code

func (*GetGroupsBadRequest) IsCode

func (o *GetGroupsBadRequest) IsCode(code int) bool

IsCode returns true when this get groups bad request response a status code equal to that given

func (*GetGroupsBadRequest) IsRedirect

func (o *GetGroupsBadRequest) IsRedirect() bool

IsRedirect returns true when this get groups bad request response has a 3xx status code

func (*GetGroupsBadRequest) IsServerError

func (o *GetGroupsBadRequest) IsServerError() bool

IsServerError returns true when this get groups bad request response has a 5xx status code

func (*GetGroupsBadRequest) IsSuccess

func (o *GetGroupsBadRequest) IsSuccess() bool

IsSuccess returns true when this get groups bad request response has a 2xx status code

func (*GetGroupsBadRequest) String

func (o *GetGroupsBadRequest) String() string

type GetGroupsForbidden

type GetGroupsForbidden struct {
	Payload *models.ErrorBody
}

GetGroupsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGroupsForbidden

func NewGetGroupsForbidden() *GetGroupsForbidden

NewGetGroupsForbidden creates a GetGroupsForbidden with default headers values

func (*GetGroupsForbidden) Error

func (o *GetGroupsForbidden) Error() string

func (*GetGroupsForbidden) GetPayload

func (o *GetGroupsForbidden) GetPayload() *models.ErrorBody

func (*GetGroupsForbidden) IsClientError

func (o *GetGroupsForbidden) IsClientError() bool

IsClientError returns true when this get groups forbidden response has a 4xx status code

func (*GetGroupsForbidden) IsCode

func (o *GetGroupsForbidden) IsCode(code int) bool

IsCode returns true when this get groups forbidden response a status code equal to that given

func (*GetGroupsForbidden) IsRedirect

func (o *GetGroupsForbidden) IsRedirect() bool

IsRedirect returns true when this get groups forbidden response has a 3xx status code

func (*GetGroupsForbidden) IsServerError

func (o *GetGroupsForbidden) IsServerError() bool

IsServerError returns true when this get groups forbidden response has a 5xx status code

func (*GetGroupsForbidden) IsSuccess

func (o *GetGroupsForbidden) IsSuccess() bool

IsSuccess returns true when this get groups forbidden response has a 2xx status code

func (*GetGroupsForbidden) String

func (o *GetGroupsForbidden) String() string

type GetGroupsGatewayTimeout

type GetGroupsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGroupsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGroupsGatewayTimeout

func NewGetGroupsGatewayTimeout() *GetGroupsGatewayTimeout

NewGetGroupsGatewayTimeout creates a GetGroupsGatewayTimeout with default headers values

func (*GetGroupsGatewayTimeout) Error

func (o *GetGroupsGatewayTimeout) Error() string

func (*GetGroupsGatewayTimeout) GetPayload

func (o *GetGroupsGatewayTimeout) GetPayload() *models.ErrorBody

func (*GetGroupsGatewayTimeout) IsClientError

func (o *GetGroupsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get groups gateway timeout response has a 4xx status code

func (*GetGroupsGatewayTimeout) IsCode

func (o *GetGroupsGatewayTimeout) IsCode(code int) bool

IsCode returns true when this get groups gateway timeout response a status code equal to that given

func (*GetGroupsGatewayTimeout) IsRedirect

func (o *GetGroupsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get groups gateway timeout response has a 3xx status code

func (*GetGroupsGatewayTimeout) IsServerError

func (o *GetGroupsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get groups gateway timeout response has a 5xx status code

func (*GetGroupsGatewayTimeout) IsSuccess

func (o *GetGroupsGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get groups gateway timeout response has a 2xx status code

func (*GetGroupsGatewayTimeout) String

func (o *GetGroupsGatewayTimeout) String() string

type GetGroupsInternalServerError

type GetGroupsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGroupsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetGroupsInternalServerError

func NewGetGroupsInternalServerError() *GetGroupsInternalServerError

NewGetGroupsInternalServerError creates a GetGroupsInternalServerError with default headers values

func (*GetGroupsInternalServerError) Error

func (*GetGroupsInternalServerError) GetPayload

func (*GetGroupsInternalServerError) IsClientError

func (o *GetGroupsInternalServerError) IsClientError() bool

IsClientError returns true when this get groups internal server error response has a 4xx status code

func (*GetGroupsInternalServerError) IsCode

func (o *GetGroupsInternalServerError) IsCode(code int) bool

IsCode returns true when this get groups internal server error response a status code equal to that given

func (*GetGroupsInternalServerError) IsRedirect

func (o *GetGroupsInternalServerError) IsRedirect() bool

IsRedirect returns true when this get groups internal server error response has a 3xx status code

func (*GetGroupsInternalServerError) IsServerError

func (o *GetGroupsInternalServerError) IsServerError() bool

IsServerError returns true when this get groups internal server error response has a 5xx status code

func (*GetGroupsInternalServerError) IsSuccess

func (o *GetGroupsInternalServerError) IsSuccess() bool

IsSuccess returns true when this get groups internal server error response has a 2xx status code

func (*GetGroupsInternalServerError) String

type GetGroupsNotFound

type GetGroupsNotFound struct {
	Payload *models.ErrorBody
}

GetGroupsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGroupsNotFound

func NewGetGroupsNotFound() *GetGroupsNotFound

NewGetGroupsNotFound creates a GetGroupsNotFound with default headers values

func (*GetGroupsNotFound) Error

func (o *GetGroupsNotFound) Error() string

func (*GetGroupsNotFound) GetPayload

func (o *GetGroupsNotFound) GetPayload() *models.ErrorBody

func (*GetGroupsNotFound) IsClientError

func (o *GetGroupsNotFound) IsClientError() bool

IsClientError returns true when this get groups not found response has a 4xx status code

func (*GetGroupsNotFound) IsCode

func (o *GetGroupsNotFound) IsCode(code int) bool

IsCode returns true when this get groups not found response a status code equal to that given

func (*GetGroupsNotFound) IsRedirect

func (o *GetGroupsNotFound) IsRedirect() bool

IsRedirect returns true when this get groups not found response has a 3xx status code

func (*GetGroupsNotFound) IsServerError

func (o *GetGroupsNotFound) IsServerError() bool

IsServerError returns true when this get groups not found response has a 5xx status code

func (*GetGroupsNotFound) IsSuccess

func (o *GetGroupsNotFound) IsSuccess() bool

IsSuccess returns true when this get groups not found response has a 2xx status code

func (*GetGroupsNotFound) String

func (o *GetGroupsNotFound) String() string

type GetGroupsOK

type GetGroupsOK struct {
	Payload *models.GroupEntityListing
}

GetGroupsOK describes a response with status code 200, with default header values.

successful operation

func NewGetGroupsOK

func NewGetGroupsOK() *GetGroupsOK

NewGetGroupsOK creates a GetGroupsOK with default headers values

func (*GetGroupsOK) Error

func (o *GetGroupsOK) Error() string

func (*GetGroupsOK) GetPayload

func (o *GetGroupsOK) GetPayload() *models.GroupEntityListing

func (*GetGroupsOK) IsClientError

func (o *GetGroupsOK) IsClientError() bool

IsClientError returns true when this get groups o k response has a 4xx status code

func (*GetGroupsOK) IsCode

func (o *GetGroupsOK) IsCode(code int) bool

IsCode returns true when this get groups o k response a status code equal to that given

func (*GetGroupsOK) IsRedirect

func (o *GetGroupsOK) IsRedirect() bool

IsRedirect returns true when this get groups o k response has a 3xx status code

func (*GetGroupsOK) IsServerError

func (o *GetGroupsOK) IsServerError() bool

IsServerError returns true when this get groups o k response has a 5xx status code

func (*GetGroupsOK) IsSuccess

func (o *GetGroupsOK) IsSuccess() bool

IsSuccess returns true when this get groups o k response has a 2xx status code

func (*GetGroupsOK) String

func (o *GetGroupsOK) String() string

type GetGroupsParams

type GetGroupsParams struct {

	/* ID.

	   id
	*/
	ID []string

	/* JabberID.

	   A list of jabberIds to fetch by bulk (cannot be used with the "id" parameter)
	*/
	JabberID []string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* SortOrder.

	   Ascending or descending sort order

	   Default: "ASC"
	*/
	SortOrder *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGroupsParams contains all the parameters to send to the API endpoint

for the get groups operation.

Typically these are written to a http.Request.

func NewGetGroupsParams

func NewGetGroupsParams() *GetGroupsParams

NewGetGroupsParams creates a new GetGroupsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetGroupsParamsWithContext

func NewGetGroupsParamsWithContext(ctx context.Context) *GetGroupsParams

NewGetGroupsParamsWithContext creates a new GetGroupsParams object with the ability to set a context for a request.

func NewGetGroupsParamsWithHTTPClient

func NewGetGroupsParamsWithHTTPClient(client *http.Client) *GetGroupsParams

NewGetGroupsParamsWithHTTPClient creates a new GetGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGroupsParamsWithTimeout

func NewGetGroupsParamsWithTimeout(timeout time.Duration) *GetGroupsParams

NewGetGroupsParamsWithTimeout creates a new GetGroupsParams object with the ability to set a timeout on a request.

func (*GetGroupsParams) SetContext

func (o *GetGroupsParams) SetContext(ctx context.Context)

SetContext adds the context to the get groups params

func (*GetGroupsParams) SetDefaults

func (o *GetGroupsParams) SetDefaults()

SetDefaults hydrates default values in the get groups params (not the query body).

All values with no default are reset to their zero value.

func (*GetGroupsParams) SetHTTPClient

func (o *GetGroupsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get groups params

func (*GetGroupsParams) SetID

func (o *GetGroupsParams) SetID(id []string)

SetID adds the id to the get groups params

func (*GetGroupsParams) SetJabberID

func (o *GetGroupsParams) SetJabberID(jabberID []string)

SetJabberID adds the jabberId to the get groups params

func (*GetGroupsParams) SetPageNumber

func (o *GetGroupsParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get groups params

func (*GetGroupsParams) SetPageSize

func (o *GetGroupsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get groups params

func (*GetGroupsParams) SetSortOrder

func (o *GetGroupsParams) SetSortOrder(sortOrder *string)

SetSortOrder adds the sortOrder to the get groups params

func (*GetGroupsParams) SetTimeout

func (o *GetGroupsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get groups params

func (*GetGroupsParams) WithContext

func (o *GetGroupsParams) WithContext(ctx context.Context) *GetGroupsParams

WithContext adds the context to the get groups params

func (*GetGroupsParams) WithDefaults

func (o *GetGroupsParams) WithDefaults() *GetGroupsParams

WithDefaults hydrates default values in the get groups params (not the query body).

All values with no default are reset to their zero value.

func (*GetGroupsParams) WithHTTPClient

func (o *GetGroupsParams) WithHTTPClient(client *http.Client) *GetGroupsParams

WithHTTPClient adds the HTTPClient to the get groups params

func (*GetGroupsParams) WithID

func (o *GetGroupsParams) WithID(id []string) *GetGroupsParams

WithID adds the id to the get groups params

func (*GetGroupsParams) WithJabberID

func (o *GetGroupsParams) WithJabberID(jabberID []string) *GetGroupsParams

WithJabberID adds the jabberID to the get groups params

func (*GetGroupsParams) WithPageNumber

func (o *GetGroupsParams) WithPageNumber(pageNumber *int32) *GetGroupsParams

WithPageNumber adds the pageNumber to the get groups params

func (*GetGroupsParams) WithPageSize

func (o *GetGroupsParams) WithPageSize(pageSize *int32) *GetGroupsParams

WithPageSize adds the pageSize to the get groups params

func (*GetGroupsParams) WithSortOrder

func (o *GetGroupsParams) WithSortOrder(sortOrder *string) *GetGroupsParams

WithSortOrder adds the sortOrder to the get groups params

func (*GetGroupsParams) WithTimeout

func (o *GetGroupsParams) WithTimeout(timeout time.Duration) *GetGroupsParams

WithTimeout adds the timeout to the get groups params

func (*GetGroupsParams) WriteToRequest

func (o *GetGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetGroupsReader

type GetGroupsReader struct {
	// contains filtered or unexported fields
}

GetGroupsReader is a Reader for the GetGroups structure.

func (*GetGroupsReader) ReadResponse

func (o *GetGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGroupsRequestEntityTooLarge

type GetGroupsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGroupsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGroupsRequestEntityTooLarge

func NewGetGroupsRequestEntityTooLarge() *GetGroupsRequestEntityTooLarge

NewGetGroupsRequestEntityTooLarge creates a GetGroupsRequestEntityTooLarge with default headers values

func (*GetGroupsRequestEntityTooLarge) Error

func (*GetGroupsRequestEntityTooLarge) GetPayload

func (*GetGroupsRequestEntityTooLarge) IsClientError

func (o *GetGroupsRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get groups request entity too large response has a 4xx status code

func (*GetGroupsRequestEntityTooLarge) IsCode

func (o *GetGroupsRequestEntityTooLarge) IsCode(code int) bool

IsCode returns true when this get groups request entity too large response a status code equal to that given

func (*GetGroupsRequestEntityTooLarge) IsRedirect

func (o *GetGroupsRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this get groups request entity too large response has a 3xx status code

func (*GetGroupsRequestEntityTooLarge) IsServerError

func (o *GetGroupsRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get groups request entity too large response has a 5xx status code

func (*GetGroupsRequestEntityTooLarge) IsSuccess

func (o *GetGroupsRequestEntityTooLarge) IsSuccess() bool

IsSuccess returns true when this get groups request entity too large response has a 2xx status code

func (*GetGroupsRequestEntityTooLarge) String

type GetGroupsRequestTimeout

type GetGroupsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGroupsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetGroupsRequestTimeout

func NewGetGroupsRequestTimeout() *GetGroupsRequestTimeout

NewGetGroupsRequestTimeout creates a GetGroupsRequestTimeout with default headers values

func (*GetGroupsRequestTimeout) Error

func (o *GetGroupsRequestTimeout) Error() string

func (*GetGroupsRequestTimeout) GetPayload

func (o *GetGroupsRequestTimeout) GetPayload() *models.ErrorBody

func (*GetGroupsRequestTimeout) IsClientError

func (o *GetGroupsRequestTimeout) IsClientError() bool

IsClientError returns true when this get groups request timeout response has a 4xx status code

func (*GetGroupsRequestTimeout) IsCode

func (o *GetGroupsRequestTimeout) IsCode(code int) bool

IsCode returns true when this get groups request timeout response a status code equal to that given

func (*GetGroupsRequestTimeout) IsRedirect

func (o *GetGroupsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get groups request timeout response has a 3xx status code

func (*GetGroupsRequestTimeout) IsServerError

func (o *GetGroupsRequestTimeout) IsServerError() bool

IsServerError returns true when this get groups request timeout response has a 5xx status code

func (*GetGroupsRequestTimeout) IsSuccess

func (o *GetGroupsRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get groups request timeout response has a 2xx status code

func (*GetGroupsRequestTimeout) String

func (o *GetGroupsRequestTimeout) String() string

type GetGroupsSearchBadRequest

type GetGroupsSearchBadRequest struct {
	Payload *models.ErrorBody
}

GetGroupsSearchBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetGroupsSearchBadRequest

func NewGetGroupsSearchBadRequest() *GetGroupsSearchBadRequest

NewGetGroupsSearchBadRequest creates a GetGroupsSearchBadRequest with default headers values

func (*GetGroupsSearchBadRequest) Error

func (o *GetGroupsSearchBadRequest) Error() string

func (*GetGroupsSearchBadRequest) GetPayload

func (o *GetGroupsSearchBadRequest) GetPayload() *models.ErrorBody

func (*GetGroupsSearchBadRequest) IsClientError

func (o *GetGroupsSearchBadRequest) IsClientError() bool

IsClientError returns true when this get groups search bad request response has a 4xx status code

func (*GetGroupsSearchBadRequest) IsCode

func (o *GetGroupsSearchBadRequest) IsCode(code int) bool

IsCode returns true when this get groups search bad request response a status code equal to that given

func (*GetGroupsSearchBadRequest) IsRedirect

func (o *GetGroupsSearchBadRequest) IsRedirect() bool

IsRedirect returns true when this get groups search bad request response has a 3xx status code

func (*GetGroupsSearchBadRequest) IsServerError

func (o *GetGroupsSearchBadRequest) IsServerError() bool

IsServerError returns true when this get groups search bad request response has a 5xx status code

func (*GetGroupsSearchBadRequest) IsSuccess

func (o *GetGroupsSearchBadRequest) IsSuccess() bool

IsSuccess returns true when this get groups search bad request response has a 2xx status code

func (*GetGroupsSearchBadRequest) String

func (o *GetGroupsSearchBadRequest) String() string

type GetGroupsSearchForbidden

type GetGroupsSearchForbidden struct {
	Payload *models.ErrorBody
}

GetGroupsSearchForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGroupsSearchForbidden

func NewGetGroupsSearchForbidden() *GetGroupsSearchForbidden

NewGetGroupsSearchForbidden creates a GetGroupsSearchForbidden with default headers values

func (*GetGroupsSearchForbidden) Error

func (o *GetGroupsSearchForbidden) Error() string

func (*GetGroupsSearchForbidden) GetPayload

func (o *GetGroupsSearchForbidden) GetPayload() *models.ErrorBody

func (*GetGroupsSearchForbidden) IsClientError

func (o *GetGroupsSearchForbidden) IsClientError() bool

IsClientError returns true when this get groups search forbidden response has a 4xx status code

func (*GetGroupsSearchForbidden) IsCode

func (o *GetGroupsSearchForbidden) IsCode(code int) bool

IsCode returns true when this get groups search forbidden response a status code equal to that given

func (*GetGroupsSearchForbidden) IsRedirect

func (o *GetGroupsSearchForbidden) IsRedirect() bool

IsRedirect returns true when this get groups search forbidden response has a 3xx status code

func (*GetGroupsSearchForbidden) IsServerError

func (o *GetGroupsSearchForbidden) IsServerError() bool

IsServerError returns true when this get groups search forbidden response has a 5xx status code

func (*GetGroupsSearchForbidden) IsSuccess

func (o *GetGroupsSearchForbidden) IsSuccess() bool

IsSuccess returns true when this get groups search forbidden response has a 2xx status code

func (*GetGroupsSearchForbidden) String

func (o *GetGroupsSearchForbidden) String() string

type GetGroupsSearchGatewayTimeout

type GetGroupsSearchGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGroupsSearchGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGroupsSearchGatewayTimeout

func NewGetGroupsSearchGatewayTimeout() *GetGroupsSearchGatewayTimeout

NewGetGroupsSearchGatewayTimeout creates a GetGroupsSearchGatewayTimeout with default headers values

func (*GetGroupsSearchGatewayTimeout) Error

func (*GetGroupsSearchGatewayTimeout) GetPayload

func (*GetGroupsSearchGatewayTimeout) IsClientError

func (o *GetGroupsSearchGatewayTimeout) IsClientError() bool

IsClientError returns true when this get groups search gateway timeout response has a 4xx status code

func (*GetGroupsSearchGatewayTimeout) IsCode

func (o *GetGroupsSearchGatewayTimeout) IsCode(code int) bool

IsCode returns true when this get groups search gateway timeout response a status code equal to that given

func (*GetGroupsSearchGatewayTimeout) IsRedirect

func (o *GetGroupsSearchGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get groups search gateway timeout response has a 3xx status code

func (*GetGroupsSearchGatewayTimeout) IsServerError

func (o *GetGroupsSearchGatewayTimeout) IsServerError() bool

IsServerError returns true when this get groups search gateway timeout response has a 5xx status code

func (*GetGroupsSearchGatewayTimeout) IsSuccess

func (o *GetGroupsSearchGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get groups search gateway timeout response has a 2xx status code

func (*GetGroupsSearchGatewayTimeout) String

type GetGroupsSearchInternalServerError

type GetGroupsSearchInternalServerError struct {
	Payload *models.ErrorBody
}

GetGroupsSearchInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetGroupsSearchInternalServerError

func NewGetGroupsSearchInternalServerError() *GetGroupsSearchInternalServerError

NewGetGroupsSearchInternalServerError creates a GetGroupsSearchInternalServerError with default headers values

func (*GetGroupsSearchInternalServerError) Error

func (*GetGroupsSearchInternalServerError) GetPayload

func (*GetGroupsSearchInternalServerError) IsClientError

func (o *GetGroupsSearchInternalServerError) IsClientError() bool

IsClientError returns true when this get groups search internal server error response has a 4xx status code

func (*GetGroupsSearchInternalServerError) IsCode

IsCode returns true when this get groups search internal server error response a status code equal to that given

func (*GetGroupsSearchInternalServerError) IsRedirect

func (o *GetGroupsSearchInternalServerError) IsRedirect() bool

IsRedirect returns true when this get groups search internal server error response has a 3xx status code

func (*GetGroupsSearchInternalServerError) IsServerError

func (o *GetGroupsSearchInternalServerError) IsServerError() bool

IsServerError returns true when this get groups search internal server error response has a 5xx status code

func (*GetGroupsSearchInternalServerError) IsSuccess

IsSuccess returns true when this get groups search internal server error response has a 2xx status code

func (*GetGroupsSearchInternalServerError) String

type GetGroupsSearchNotFound

type GetGroupsSearchNotFound struct {
	Payload *models.ErrorBody
}

GetGroupsSearchNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGroupsSearchNotFound

func NewGetGroupsSearchNotFound() *GetGroupsSearchNotFound

NewGetGroupsSearchNotFound creates a GetGroupsSearchNotFound with default headers values

func (*GetGroupsSearchNotFound) Error

func (o *GetGroupsSearchNotFound) Error() string

func (*GetGroupsSearchNotFound) GetPayload

func (o *GetGroupsSearchNotFound) GetPayload() *models.ErrorBody

func (*GetGroupsSearchNotFound) IsClientError

func (o *GetGroupsSearchNotFound) IsClientError() bool

IsClientError returns true when this get groups search not found response has a 4xx status code

func (*GetGroupsSearchNotFound) IsCode

func (o *GetGroupsSearchNotFound) IsCode(code int) bool

IsCode returns true when this get groups search not found response a status code equal to that given

func (*GetGroupsSearchNotFound) IsRedirect

func (o *GetGroupsSearchNotFound) IsRedirect() bool

IsRedirect returns true when this get groups search not found response has a 3xx status code

func (*GetGroupsSearchNotFound) IsServerError

func (o *GetGroupsSearchNotFound) IsServerError() bool

IsServerError returns true when this get groups search not found response has a 5xx status code

func (*GetGroupsSearchNotFound) IsSuccess

func (o *GetGroupsSearchNotFound) IsSuccess() bool

IsSuccess returns true when this get groups search not found response has a 2xx status code

func (*GetGroupsSearchNotFound) String

func (o *GetGroupsSearchNotFound) String() string

type GetGroupsSearchOK

type GetGroupsSearchOK struct {
	Payload *models.GroupsSearchResponse
}

GetGroupsSearchOK describes a response with status code 200, with default header values.

successful operation

func NewGetGroupsSearchOK

func NewGetGroupsSearchOK() *GetGroupsSearchOK

NewGetGroupsSearchOK creates a GetGroupsSearchOK with default headers values

func (*GetGroupsSearchOK) Error

func (o *GetGroupsSearchOK) Error() string

func (*GetGroupsSearchOK) GetPayload

func (*GetGroupsSearchOK) IsClientError

func (o *GetGroupsSearchOK) IsClientError() bool

IsClientError returns true when this get groups search o k response has a 4xx status code

func (*GetGroupsSearchOK) IsCode

func (o *GetGroupsSearchOK) IsCode(code int) bool

IsCode returns true when this get groups search o k response a status code equal to that given

func (*GetGroupsSearchOK) IsRedirect

func (o *GetGroupsSearchOK) IsRedirect() bool

IsRedirect returns true when this get groups search o k response has a 3xx status code

func (*GetGroupsSearchOK) IsServerError

func (o *GetGroupsSearchOK) IsServerError() bool

IsServerError returns true when this get groups search o k response has a 5xx status code

func (*GetGroupsSearchOK) IsSuccess

func (o *GetGroupsSearchOK) IsSuccess() bool

IsSuccess returns true when this get groups search o k response has a 2xx status code

func (*GetGroupsSearchOK) String

func (o *GetGroupsSearchOK) String() string

type GetGroupsSearchParams

type GetGroupsSearchParams struct {

	/* Expand.

	   expand
	*/
	Expand []string

	/* Q64.

	   q64
	*/
	Q64 string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGroupsSearchParams contains all the parameters to send to the API endpoint

for the get groups search operation.

Typically these are written to a http.Request.

func NewGetGroupsSearchParams

func NewGetGroupsSearchParams() *GetGroupsSearchParams

NewGetGroupsSearchParams creates a new GetGroupsSearchParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetGroupsSearchParamsWithContext

func NewGetGroupsSearchParamsWithContext(ctx context.Context) *GetGroupsSearchParams

NewGetGroupsSearchParamsWithContext creates a new GetGroupsSearchParams object with the ability to set a context for a request.

func NewGetGroupsSearchParamsWithHTTPClient

func NewGetGroupsSearchParamsWithHTTPClient(client *http.Client) *GetGroupsSearchParams

NewGetGroupsSearchParamsWithHTTPClient creates a new GetGroupsSearchParams object with the ability to set a custom HTTPClient for a request.

func NewGetGroupsSearchParamsWithTimeout

func NewGetGroupsSearchParamsWithTimeout(timeout time.Duration) *GetGroupsSearchParams

NewGetGroupsSearchParamsWithTimeout creates a new GetGroupsSearchParams object with the ability to set a timeout on a request.

func (*GetGroupsSearchParams) SetContext

func (o *GetGroupsSearchParams) SetContext(ctx context.Context)

SetContext adds the context to the get groups search params

func (*GetGroupsSearchParams) SetDefaults

func (o *GetGroupsSearchParams) SetDefaults()

SetDefaults hydrates default values in the get groups search params (not the query body).

All values with no default are reset to their zero value.

func (*GetGroupsSearchParams) SetExpand

func (o *GetGroupsSearchParams) SetExpand(expand []string)

SetExpand adds the expand to the get groups search params

func (*GetGroupsSearchParams) SetHTTPClient

func (o *GetGroupsSearchParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get groups search params

func (*GetGroupsSearchParams) SetQ64

func (o *GetGroupsSearchParams) SetQ64(q64 string)

SetQ64 adds the q64 to the get groups search params

func (*GetGroupsSearchParams) SetTimeout

func (o *GetGroupsSearchParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get groups search params

func (*GetGroupsSearchParams) WithContext

WithContext adds the context to the get groups search params

func (*GetGroupsSearchParams) WithDefaults

func (o *GetGroupsSearchParams) WithDefaults() *GetGroupsSearchParams

WithDefaults hydrates default values in the get groups search params (not the query body).

All values with no default are reset to their zero value.

func (*GetGroupsSearchParams) WithExpand

func (o *GetGroupsSearchParams) WithExpand(expand []string) *GetGroupsSearchParams

WithExpand adds the expand to the get groups search params

func (*GetGroupsSearchParams) WithHTTPClient

func (o *GetGroupsSearchParams) WithHTTPClient(client *http.Client) *GetGroupsSearchParams

WithHTTPClient adds the HTTPClient to the get groups search params

func (*GetGroupsSearchParams) WithQ64

WithQ64 adds the q64 to the get groups search params

func (*GetGroupsSearchParams) WithTimeout

func (o *GetGroupsSearchParams) WithTimeout(timeout time.Duration) *GetGroupsSearchParams

WithTimeout adds the timeout to the get groups search params

func (*GetGroupsSearchParams) WriteToRequest

func (o *GetGroupsSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetGroupsSearchReader

type GetGroupsSearchReader struct {
	// contains filtered or unexported fields
}

GetGroupsSearchReader is a Reader for the GetGroupsSearch structure.

func (*GetGroupsSearchReader) ReadResponse

func (o *GetGroupsSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGroupsSearchRequestEntityTooLarge

type GetGroupsSearchRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGroupsSearchRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGroupsSearchRequestEntityTooLarge

func NewGetGroupsSearchRequestEntityTooLarge() *GetGroupsSearchRequestEntityTooLarge

NewGetGroupsSearchRequestEntityTooLarge creates a GetGroupsSearchRequestEntityTooLarge with default headers values

func (*GetGroupsSearchRequestEntityTooLarge) Error

func (*GetGroupsSearchRequestEntityTooLarge) GetPayload

func (*GetGroupsSearchRequestEntityTooLarge) IsClientError

func (o *GetGroupsSearchRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get groups search request entity too large response has a 4xx status code

func (*GetGroupsSearchRequestEntityTooLarge) IsCode

IsCode returns true when this get groups search request entity too large response a status code equal to that given

func (*GetGroupsSearchRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get groups search request entity too large response has a 3xx status code

func (*GetGroupsSearchRequestEntityTooLarge) IsServerError

func (o *GetGroupsSearchRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get groups search request entity too large response has a 5xx status code

func (*GetGroupsSearchRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get groups search request entity too large response has a 2xx status code

func (*GetGroupsSearchRequestEntityTooLarge) String

type GetGroupsSearchRequestTimeout

type GetGroupsSearchRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGroupsSearchRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetGroupsSearchRequestTimeout

func NewGetGroupsSearchRequestTimeout() *GetGroupsSearchRequestTimeout

NewGetGroupsSearchRequestTimeout creates a GetGroupsSearchRequestTimeout with default headers values

func (*GetGroupsSearchRequestTimeout) Error

func (*GetGroupsSearchRequestTimeout) GetPayload

func (*GetGroupsSearchRequestTimeout) IsClientError

func (o *GetGroupsSearchRequestTimeout) IsClientError() bool

IsClientError returns true when this get groups search request timeout response has a 4xx status code

func (*GetGroupsSearchRequestTimeout) IsCode

func (o *GetGroupsSearchRequestTimeout) IsCode(code int) bool

IsCode returns true when this get groups search request timeout response a status code equal to that given

func (*GetGroupsSearchRequestTimeout) IsRedirect

func (o *GetGroupsSearchRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get groups search request timeout response has a 3xx status code

func (*GetGroupsSearchRequestTimeout) IsServerError

func (o *GetGroupsSearchRequestTimeout) IsServerError() bool

IsServerError returns true when this get groups search request timeout response has a 5xx status code

func (*GetGroupsSearchRequestTimeout) IsSuccess

func (o *GetGroupsSearchRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get groups search request timeout response has a 2xx status code

func (*GetGroupsSearchRequestTimeout) String

type GetGroupsSearchServiceUnavailable

type GetGroupsSearchServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGroupsSearchServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetGroupsSearchServiceUnavailable

func NewGetGroupsSearchServiceUnavailable() *GetGroupsSearchServiceUnavailable

NewGetGroupsSearchServiceUnavailable creates a GetGroupsSearchServiceUnavailable with default headers values

func (*GetGroupsSearchServiceUnavailable) Error

func (*GetGroupsSearchServiceUnavailable) GetPayload

func (*GetGroupsSearchServiceUnavailable) IsClientError

func (o *GetGroupsSearchServiceUnavailable) IsClientError() bool

IsClientError returns true when this get groups search service unavailable response has a 4xx status code

func (*GetGroupsSearchServiceUnavailable) IsCode

func (o *GetGroupsSearchServiceUnavailable) IsCode(code int) bool

IsCode returns true when this get groups search service unavailable response a status code equal to that given

func (*GetGroupsSearchServiceUnavailable) IsRedirect

func (o *GetGroupsSearchServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get groups search service unavailable response has a 3xx status code

func (*GetGroupsSearchServiceUnavailable) IsServerError

func (o *GetGroupsSearchServiceUnavailable) IsServerError() bool

IsServerError returns true when this get groups search service unavailable response has a 5xx status code

func (*GetGroupsSearchServiceUnavailable) IsSuccess

func (o *GetGroupsSearchServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get groups search service unavailable response has a 2xx status code

func (*GetGroupsSearchServiceUnavailable) String

type GetGroupsSearchTooManyRequests

type GetGroupsSearchTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGroupsSearchTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGroupsSearchTooManyRequests

func NewGetGroupsSearchTooManyRequests() *GetGroupsSearchTooManyRequests

NewGetGroupsSearchTooManyRequests creates a GetGroupsSearchTooManyRequests with default headers values

func (*GetGroupsSearchTooManyRequests) Error

func (*GetGroupsSearchTooManyRequests) GetPayload

func (*GetGroupsSearchTooManyRequests) IsClientError

func (o *GetGroupsSearchTooManyRequests) IsClientError() bool

IsClientError returns true when this get groups search too many requests response has a 4xx status code

func (*GetGroupsSearchTooManyRequests) IsCode

func (o *GetGroupsSearchTooManyRequests) IsCode(code int) bool

IsCode returns true when this get groups search too many requests response a status code equal to that given

func (*GetGroupsSearchTooManyRequests) IsRedirect

func (o *GetGroupsSearchTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get groups search too many requests response has a 3xx status code

func (*GetGroupsSearchTooManyRequests) IsServerError

func (o *GetGroupsSearchTooManyRequests) IsServerError() bool

IsServerError returns true when this get groups search too many requests response has a 5xx status code

func (*GetGroupsSearchTooManyRequests) IsSuccess

func (o *GetGroupsSearchTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get groups search too many requests response has a 2xx status code

func (*GetGroupsSearchTooManyRequests) String

type GetGroupsSearchUnauthorized

type GetGroupsSearchUnauthorized struct {
	Payload *models.ErrorBody
}

GetGroupsSearchUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGroupsSearchUnauthorized

func NewGetGroupsSearchUnauthorized() *GetGroupsSearchUnauthorized

NewGetGroupsSearchUnauthorized creates a GetGroupsSearchUnauthorized with default headers values

func (*GetGroupsSearchUnauthorized) Error

func (*GetGroupsSearchUnauthorized) GetPayload

func (o *GetGroupsSearchUnauthorized) GetPayload() *models.ErrorBody

func (*GetGroupsSearchUnauthorized) IsClientError

func (o *GetGroupsSearchUnauthorized) IsClientError() bool

IsClientError returns true when this get groups search unauthorized response has a 4xx status code

func (*GetGroupsSearchUnauthorized) IsCode

func (o *GetGroupsSearchUnauthorized) IsCode(code int) bool

IsCode returns true when this get groups search unauthorized response a status code equal to that given

func (*GetGroupsSearchUnauthorized) IsRedirect

func (o *GetGroupsSearchUnauthorized) IsRedirect() bool

IsRedirect returns true when this get groups search unauthorized response has a 3xx status code

func (*GetGroupsSearchUnauthorized) IsServerError

func (o *GetGroupsSearchUnauthorized) IsServerError() bool

IsServerError returns true when this get groups search unauthorized response has a 5xx status code

func (*GetGroupsSearchUnauthorized) IsSuccess

func (o *GetGroupsSearchUnauthorized) IsSuccess() bool

IsSuccess returns true when this get groups search unauthorized response has a 2xx status code

func (*GetGroupsSearchUnauthorized) String

func (o *GetGroupsSearchUnauthorized) String() string

type GetGroupsSearchUnsupportedMediaType

type GetGroupsSearchUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGroupsSearchUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetGroupsSearchUnsupportedMediaType

func NewGetGroupsSearchUnsupportedMediaType() *GetGroupsSearchUnsupportedMediaType

NewGetGroupsSearchUnsupportedMediaType creates a GetGroupsSearchUnsupportedMediaType with default headers values

func (*GetGroupsSearchUnsupportedMediaType) Error

func (*GetGroupsSearchUnsupportedMediaType) GetPayload

func (*GetGroupsSearchUnsupportedMediaType) IsClientError

func (o *GetGroupsSearchUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get groups search unsupported media type response has a 4xx status code

func (*GetGroupsSearchUnsupportedMediaType) IsCode

IsCode returns true when this get groups search unsupported media type response a status code equal to that given

func (*GetGroupsSearchUnsupportedMediaType) IsRedirect

func (o *GetGroupsSearchUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get groups search unsupported media type response has a 3xx status code

func (*GetGroupsSearchUnsupportedMediaType) IsServerError

func (o *GetGroupsSearchUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get groups search unsupported media type response has a 5xx status code

func (*GetGroupsSearchUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get groups search unsupported media type response has a 2xx status code

func (*GetGroupsSearchUnsupportedMediaType) String

type GetGroupsServiceUnavailable

type GetGroupsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGroupsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetGroupsServiceUnavailable

func NewGetGroupsServiceUnavailable() *GetGroupsServiceUnavailable

NewGetGroupsServiceUnavailable creates a GetGroupsServiceUnavailable with default headers values

func (*GetGroupsServiceUnavailable) Error

func (*GetGroupsServiceUnavailable) GetPayload

func (o *GetGroupsServiceUnavailable) GetPayload() *models.ErrorBody

func (*GetGroupsServiceUnavailable) IsClientError

func (o *GetGroupsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get groups service unavailable response has a 4xx status code

func (*GetGroupsServiceUnavailable) IsCode

func (o *GetGroupsServiceUnavailable) IsCode(code int) bool

IsCode returns true when this get groups service unavailable response a status code equal to that given

func (*GetGroupsServiceUnavailable) IsRedirect

func (o *GetGroupsServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get groups service unavailable response has a 3xx status code

func (*GetGroupsServiceUnavailable) IsServerError

func (o *GetGroupsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get groups service unavailable response has a 5xx status code

func (*GetGroupsServiceUnavailable) IsSuccess

func (o *GetGroupsServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get groups service unavailable response has a 2xx status code

func (*GetGroupsServiceUnavailable) String

func (o *GetGroupsServiceUnavailable) String() string

type GetGroupsTooManyRequests

type GetGroupsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGroupsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGroupsTooManyRequests

func NewGetGroupsTooManyRequests() *GetGroupsTooManyRequests

NewGetGroupsTooManyRequests creates a GetGroupsTooManyRequests with default headers values

func (*GetGroupsTooManyRequests) Error

func (o *GetGroupsTooManyRequests) Error() string

func (*GetGroupsTooManyRequests) GetPayload

func (o *GetGroupsTooManyRequests) GetPayload() *models.ErrorBody

func (*GetGroupsTooManyRequests) IsClientError

func (o *GetGroupsTooManyRequests) IsClientError() bool

IsClientError returns true when this get groups too many requests response has a 4xx status code

func (*GetGroupsTooManyRequests) IsCode

func (o *GetGroupsTooManyRequests) IsCode(code int) bool

IsCode returns true when this get groups too many requests response a status code equal to that given

func (*GetGroupsTooManyRequests) IsRedirect

func (o *GetGroupsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get groups too many requests response has a 3xx status code

func (*GetGroupsTooManyRequests) IsServerError

func (o *GetGroupsTooManyRequests) IsServerError() bool

IsServerError returns true when this get groups too many requests response has a 5xx status code

func (*GetGroupsTooManyRequests) IsSuccess

func (o *GetGroupsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get groups too many requests response has a 2xx status code

func (*GetGroupsTooManyRequests) String

func (o *GetGroupsTooManyRequests) String() string

type GetGroupsUnauthorized

type GetGroupsUnauthorized struct {
	Payload *models.ErrorBody
}

GetGroupsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGroupsUnauthorized

func NewGetGroupsUnauthorized() *GetGroupsUnauthorized

NewGetGroupsUnauthorized creates a GetGroupsUnauthorized with default headers values

func (*GetGroupsUnauthorized) Error

func (o *GetGroupsUnauthorized) Error() string

func (*GetGroupsUnauthorized) GetPayload

func (o *GetGroupsUnauthorized) GetPayload() *models.ErrorBody

func (*GetGroupsUnauthorized) IsClientError

func (o *GetGroupsUnauthorized) IsClientError() bool

IsClientError returns true when this get groups unauthorized response has a 4xx status code

func (*GetGroupsUnauthorized) IsCode

func (o *GetGroupsUnauthorized) IsCode(code int) bool

IsCode returns true when this get groups unauthorized response a status code equal to that given

func (*GetGroupsUnauthorized) IsRedirect

func (o *GetGroupsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get groups unauthorized response has a 3xx status code

func (*GetGroupsUnauthorized) IsServerError

func (o *GetGroupsUnauthorized) IsServerError() bool

IsServerError returns true when this get groups unauthorized response has a 5xx status code

func (*GetGroupsUnauthorized) IsSuccess

func (o *GetGroupsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get groups unauthorized response has a 2xx status code

func (*GetGroupsUnauthorized) String

func (o *GetGroupsUnauthorized) String() string

type GetGroupsUnsupportedMediaType

type GetGroupsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGroupsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetGroupsUnsupportedMediaType

func NewGetGroupsUnsupportedMediaType() *GetGroupsUnsupportedMediaType

NewGetGroupsUnsupportedMediaType creates a GetGroupsUnsupportedMediaType with default headers values

func (*GetGroupsUnsupportedMediaType) Error

func (*GetGroupsUnsupportedMediaType) GetPayload

func (*GetGroupsUnsupportedMediaType) IsClientError

func (o *GetGroupsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get groups unsupported media type response has a 4xx status code

func (*GetGroupsUnsupportedMediaType) IsCode

func (o *GetGroupsUnsupportedMediaType) IsCode(code int) bool

IsCode returns true when this get groups unsupported media type response a status code equal to that given

func (*GetGroupsUnsupportedMediaType) IsRedirect

func (o *GetGroupsUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get groups unsupported media type response has a 3xx status code

func (*GetGroupsUnsupportedMediaType) IsServerError

func (o *GetGroupsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get groups unsupported media type response has a 5xx status code

func (*GetGroupsUnsupportedMediaType) IsSuccess

func (o *GetGroupsUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this get groups unsupported media type response has a 2xx status code

func (*GetGroupsUnsupportedMediaType) String

type GetProfilesGroupsBadRequest

type GetProfilesGroupsBadRequest struct {
	Payload *models.ErrorBody
}

GetProfilesGroupsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetProfilesGroupsBadRequest

func NewGetProfilesGroupsBadRequest() *GetProfilesGroupsBadRequest

NewGetProfilesGroupsBadRequest creates a GetProfilesGroupsBadRequest with default headers values

func (*GetProfilesGroupsBadRequest) Error

func (*GetProfilesGroupsBadRequest) GetPayload

func (o *GetProfilesGroupsBadRequest) GetPayload() *models.ErrorBody

func (*GetProfilesGroupsBadRequest) IsClientError

func (o *GetProfilesGroupsBadRequest) IsClientError() bool

IsClientError returns true when this get profiles groups bad request response has a 4xx status code

func (*GetProfilesGroupsBadRequest) IsCode

func (o *GetProfilesGroupsBadRequest) IsCode(code int) bool

IsCode returns true when this get profiles groups bad request response a status code equal to that given

func (*GetProfilesGroupsBadRequest) IsRedirect

func (o *GetProfilesGroupsBadRequest) IsRedirect() bool

IsRedirect returns true when this get profiles groups bad request response has a 3xx status code

func (*GetProfilesGroupsBadRequest) IsServerError

func (o *GetProfilesGroupsBadRequest) IsServerError() bool

IsServerError returns true when this get profiles groups bad request response has a 5xx status code

func (*GetProfilesGroupsBadRequest) IsSuccess

func (o *GetProfilesGroupsBadRequest) IsSuccess() bool

IsSuccess returns true when this get profiles groups bad request response has a 2xx status code

func (*GetProfilesGroupsBadRequest) String

func (o *GetProfilesGroupsBadRequest) String() string

type GetProfilesGroupsForbidden

type GetProfilesGroupsForbidden struct {
	Payload *models.ErrorBody
}

GetProfilesGroupsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetProfilesGroupsForbidden

func NewGetProfilesGroupsForbidden() *GetProfilesGroupsForbidden

NewGetProfilesGroupsForbidden creates a GetProfilesGroupsForbidden with default headers values

func (*GetProfilesGroupsForbidden) Error

func (*GetProfilesGroupsForbidden) GetPayload

func (o *GetProfilesGroupsForbidden) GetPayload() *models.ErrorBody

func (*GetProfilesGroupsForbidden) IsClientError

func (o *GetProfilesGroupsForbidden) IsClientError() bool

IsClientError returns true when this get profiles groups forbidden response has a 4xx status code

func (*GetProfilesGroupsForbidden) IsCode

func (o *GetProfilesGroupsForbidden) IsCode(code int) bool

IsCode returns true when this get profiles groups forbidden response a status code equal to that given

func (*GetProfilesGroupsForbidden) IsRedirect

func (o *GetProfilesGroupsForbidden) IsRedirect() bool

IsRedirect returns true when this get profiles groups forbidden response has a 3xx status code

func (*GetProfilesGroupsForbidden) IsServerError

func (o *GetProfilesGroupsForbidden) IsServerError() bool

IsServerError returns true when this get profiles groups forbidden response has a 5xx status code

func (*GetProfilesGroupsForbidden) IsSuccess

func (o *GetProfilesGroupsForbidden) IsSuccess() bool

IsSuccess returns true when this get profiles groups forbidden response has a 2xx status code

func (*GetProfilesGroupsForbidden) String

func (o *GetProfilesGroupsForbidden) String() string

type GetProfilesGroupsGatewayTimeout

type GetProfilesGroupsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetProfilesGroupsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetProfilesGroupsGatewayTimeout

func NewGetProfilesGroupsGatewayTimeout() *GetProfilesGroupsGatewayTimeout

NewGetProfilesGroupsGatewayTimeout creates a GetProfilesGroupsGatewayTimeout with default headers values

func (*GetProfilesGroupsGatewayTimeout) Error

func (*GetProfilesGroupsGatewayTimeout) GetPayload

func (*GetProfilesGroupsGatewayTimeout) IsClientError

func (o *GetProfilesGroupsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get profiles groups gateway timeout response has a 4xx status code

func (*GetProfilesGroupsGatewayTimeout) IsCode

func (o *GetProfilesGroupsGatewayTimeout) IsCode(code int) bool

IsCode returns true when this get profiles groups gateway timeout response a status code equal to that given

func (*GetProfilesGroupsGatewayTimeout) IsRedirect

func (o *GetProfilesGroupsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get profiles groups gateway timeout response has a 3xx status code

func (*GetProfilesGroupsGatewayTimeout) IsServerError

func (o *GetProfilesGroupsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get profiles groups gateway timeout response has a 5xx status code

func (*GetProfilesGroupsGatewayTimeout) IsSuccess

func (o *GetProfilesGroupsGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get profiles groups gateway timeout response has a 2xx status code

func (*GetProfilesGroupsGatewayTimeout) String

type GetProfilesGroupsInternalServerError

type GetProfilesGroupsInternalServerError struct {
	Payload *models.ErrorBody
}

GetProfilesGroupsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetProfilesGroupsInternalServerError

func NewGetProfilesGroupsInternalServerError() *GetProfilesGroupsInternalServerError

NewGetProfilesGroupsInternalServerError creates a GetProfilesGroupsInternalServerError with default headers values

func (*GetProfilesGroupsInternalServerError) Error

func (*GetProfilesGroupsInternalServerError) GetPayload

func (*GetProfilesGroupsInternalServerError) IsClientError

func (o *GetProfilesGroupsInternalServerError) IsClientError() bool

IsClientError returns true when this get profiles groups internal server error response has a 4xx status code

func (*GetProfilesGroupsInternalServerError) IsCode

IsCode returns true when this get profiles groups internal server error response a status code equal to that given

func (*GetProfilesGroupsInternalServerError) IsRedirect

IsRedirect returns true when this get profiles groups internal server error response has a 3xx status code

func (*GetProfilesGroupsInternalServerError) IsServerError

func (o *GetProfilesGroupsInternalServerError) IsServerError() bool

IsServerError returns true when this get profiles groups internal server error response has a 5xx status code

func (*GetProfilesGroupsInternalServerError) IsSuccess

IsSuccess returns true when this get profiles groups internal server error response has a 2xx status code

func (*GetProfilesGroupsInternalServerError) String

type GetProfilesGroupsNotFound

type GetProfilesGroupsNotFound struct {
	Payload *models.ErrorBody
}

GetProfilesGroupsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetProfilesGroupsNotFound

func NewGetProfilesGroupsNotFound() *GetProfilesGroupsNotFound

NewGetProfilesGroupsNotFound creates a GetProfilesGroupsNotFound with default headers values

func (*GetProfilesGroupsNotFound) Error

func (o *GetProfilesGroupsNotFound) Error() string

func (*GetProfilesGroupsNotFound) GetPayload

func (o *GetProfilesGroupsNotFound) GetPayload() *models.ErrorBody

func (*GetProfilesGroupsNotFound) IsClientError

func (o *GetProfilesGroupsNotFound) IsClientError() bool

IsClientError returns true when this get profiles groups not found response has a 4xx status code

func (*GetProfilesGroupsNotFound) IsCode

func (o *GetProfilesGroupsNotFound) IsCode(code int) bool

IsCode returns true when this get profiles groups not found response a status code equal to that given

func (*GetProfilesGroupsNotFound) IsRedirect

func (o *GetProfilesGroupsNotFound) IsRedirect() bool

IsRedirect returns true when this get profiles groups not found response has a 3xx status code

func (*GetProfilesGroupsNotFound) IsServerError

func (o *GetProfilesGroupsNotFound) IsServerError() bool

IsServerError returns true when this get profiles groups not found response has a 5xx status code

func (*GetProfilesGroupsNotFound) IsSuccess

func (o *GetProfilesGroupsNotFound) IsSuccess() bool

IsSuccess returns true when this get profiles groups not found response has a 2xx status code

func (*GetProfilesGroupsNotFound) String

func (o *GetProfilesGroupsNotFound) String() string

type GetProfilesGroupsOK

type GetProfilesGroupsOK struct {
	Payload *models.GroupProfileEntityListing
}

GetProfilesGroupsOK describes a response with status code 200, with default header values.

successful operation

func NewGetProfilesGroupsOK

func NewGetProfilesGroupsOK() *GetProfilesGroupsOK

NewGetProfilesGroupsOK creates a GetProfilesGroupsOK with default headers values

func (*GetProfilesGroupsOK) Error

func (o *GetProfilesGroupsOK) Error() string

func (*GetProfilesGroupsOK) GetPayload

func (*GetProfilesGroupsOK) IsClientError

func (o *GetProfilesGroupsOK) IsClientError() bool

IsClientError returns true when this get profiles groups o k response has a 4xx status code

func (*GetProfilesGroupsOK) IsCode

func (o *GetProfilesGroupsOK) IsCode(code int) bool

IsCode returns true when this get profiles groups o k response a status code equal to that given

func (*GetProfilesGroupsOK) IsRedirect

func (o *GetProfilesGroupsOK) IsRedirect() bool

IsRedirect returns true when this get profiles groups o k response has a 3xx status code

func (*GetProfilesGroupsOK) IsServerError

func (o *GetProfilesGroupsOK) IsServerError() bool

IsServerError returns true when this get profiles groups o k response has a 5xx status code

func (*GetProfilesGroupsOK) IsSuccess

func (o *GetProfilesGroupsOK) IsSuccess() bool

IsSuccess returns true when this get profiles groups o k response has a 2xx status code

func (*GetProfilesGroupsOK) String

func (o *GetProfilesGroupsOK) String() string

type GetProfilesGroupsParams

type GetProfilesGroupsParams struct {

	/* ID.

	   id
	*/
	ID []string

	/* JabberID.

	   A list of jabberIds to fetch by bulk (cannot be used with the "id" parameter)
	*/
	JabberID []string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* SortOrder.

	   Ascending or descending sort order

	   Default: "ASC"
	*/
	SortOrder *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetProfilesGroupsParams contains all the parameters to send to the API endpoint

for the get profiles groups operation.

Typically these are written to a http.Request.

func NewGetProfilesGroupsParams

func NewGetProfilesGroupsParams() *GetProfilesGroupsParams

NewGetProfilesGroupsParams creates a new GetProfilesGroupsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetProfilesGroupsParamsWithContext

func NewGetProfilesGroupsParamsWithContext(ctx context.Context) *GetProfilesGroupsParams

NewGetProfilesGroupsParamsWithContext creates a new GetProfilesGroupsParams object with the ability to set a context for a request.

func NewGetProfilesGroupsParamsWithHTTPClient

func NewGetProfilesGroupsParamsWithHTTPClient(client *http.Client) *GetProfilesGroupsParams

NewGetProfilesGroupsParamsWithHTTPClient creates a new GetProfilesGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewGetProfilesGroupsParamsWithTimeout

func NewGetProfilesGroupsParamsWithTimeout(timeout time.Duration) *GetProfilesGroupsParams

NewGetProfilesGroupsParamsWithTimeout creates a new GetProfilesGroupsParams object with the ability to set a timeout on a request.

func (*GetProfilesGroupsParams) SetContext

func (o *GetProfilesGroupsParams) SetContext(ctx context.Context)

SetContext adds the context to the get profiles groups params

func (*GetProfilesGroupsParams) SetDefaults

func (o *GetProfilesGroupsParams) SetDefaults()

SetDefaults hydrates default values in the get profiles groups params (not the query body).

All values with no default are reset to their zero value.

func (*GetProfilesGroupsParams) SetHTTPClient

func (o *GetProfilesGroupsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get profiles groups params

func (*GetProfilesGroupsParams) SetID

func (o *GetProfilesGroupsParams) SetID(id []string)

SetID adds the id to the get profiles groups params

func (*GetProfilesGroupsParams) SetJabberID

func (o *GetProfilesGroupsParams) SetJabberID(jabberID []string)

SetJabberID adds the jabberId to the get profiles groups params

func (*GetProfilesGroupsParams) SetPageNumber

func (o *GetProfilesGroupsParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get profiles groups params

func (*GetProfilesGroupsParams) SetPageSize

func (o *GetProfilesGroupsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get profiles groups params

func (*GetProfilesGroupsParams) SetSortOrder

func (o *GetProfilesGroupsParams) SetSortOrder(sortOrder *string)

SetSortOrder adds the sortOrder to the get profiles groups params

func (*GetProfilesGroupsParams) SetTimeout

func (o *GetProfilesGroupsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get profiles groups params

func (*GetProfilesGroupsParams) WithContext

WithContext adds the context to the get profiles groups params

func (*GetProfilesGroupsParams) WithDefaults

WithDefaults hydrates default values in the get profiles groups params (not the query body).

All values with no default are reset to their zero value.

func (*GetProfilesGroupsParams) WithHTTPClient

func (o *GetProfilesGroupsParams) WithHTTPClient(client *http.Client) *GetProfilesGroupsParams

WithHTTPClient adds the HTTPClient to the get profiles groups params

func (*GetProfilesGroupsParams) WithID

WithID adds the id to the get profiles groups params

func (*GetProfilesGroupsParams) WithJabberID

func (o *GetProfilesGroupsParams) WithJabberID(jabberID []string) *GetProfilesGroupsParams

WithJabberID adds the jabberID to the get profiles groups params

func (*GetProfilesGroupsParams) WithPageNumber

func (o *GetProfilesGroupsParams) WithPageNumber(pageNumber *int32) *GetProfilesGroupsParams

WithPageNumber adds the pageNumber to the get profiles groups params

func (*GetProfilesGroupsParams) WithPageSize

func (o *GetProfilesGroupsParams) WithPageSize(pageSize *int32) *GetProfilesGroupsParams

WithPageSize adds the pageSize to the get profiles groups params

func (*GetProfilesGroupsParams) WithSortOrder

func (o *GetProfilesGroupsParams) WithSortOrder(sortOrder *string) *GetProfilesGroupsParams

WithSortOrder adds the sortOrder to the get profiles groups params

func (*GetProfilesGroupsParams) WithTimeout

WithTimeout adds the timeout to the get profiles groups params

func (*GetProfilesGroupsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProfilesGroupsReader

type GetProfilesGroupsReader struct {
	// contains filtered or unexported fields
}

GetProfilesGroupsReader is a Reader for the GetProfilesGroups structure.

func (*GetProfilesGroupsReader) ReadResponse

func (o *GetProfilesGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetProfilesGroupsRequestEntityTooLarge

type GetProfilesGroupsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetProfilesGroupsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetProfilesGroupsRequestEntityTooLarge

func NewGetProfilesGroupsRequestEntityTooLarge() *GetProfilesGroupsRequestEntityTooLarge

NewGetProfilesGroupsRequestEntityTooLarge creates a GetProfilesGroupsRequestEntityTooLarge with default headers values

func (*GetProfilesGroupsRequestEntityTooLarge) Error

func (*GetProfilesGroupsRequestEntityTooLarge) GetPayload

func (*GetProfilesGroupsRequestEntityTooLarge) IsClientError

func (o *GetProfilesGroupsRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get profiles groups request entity too large response has a 4xx status code

func (*GetProfilesGroupsRequestEntityTooLarge) IsCode

IsCode returns true when this get profiles groups request entity too large response a status code equal to that given

func (*GetProfilesGroupsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get profiles groups request entity too large response has a 3xx status code

func (*GetProfilesGroupsRequestEntityTooLarge) IsServerError

func (o *GetProfilesGroupsRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get profiles groups request entity too large response has a 5xx status code

func (*GetProfilesGroupsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get profiles groups request entity too large response has a 2xx status code

func (*GetProfilesGroupsRequestEntityTooLarge) String

type GetProfilesGroupsRequestTimeout

type GetProfilesGroupsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetProfilesGroupsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetProfilesGroupsRequestTimeout

func NewGetProfilesGroupsRequestTimeout() *GetProfilesGroupsRequestTimeout

NewGetProfilesGroupsRequestTimeout creates a GetProfilesGroupsRequestTimeout with default headers values

func (*GetProfilesGroupsRequestTimeout) Error

func (*GetProfilesGroupsRequestTimeout) GetPayload

func (*GetProfilesGroupsRequestTimeout) IsClientError

func (o *GetProfilesGroupsRequestTimeout) IsClientError() bool

IsClientError returns true when this get profiles groups request timeout response has a 4xx status code

func (*GetProfilesGroupsRequestTimeout) IsCode

func (o *GetProfilesGroupsRequestTimeout) IsCode(code int) bool

IsCode returns true when this get profiles groups request timeout response a status code equal to that given

func (*GetProfilesGroupsRequestTimeout) IsRedirect

func (o *GetProfilesGroupsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get profiles groups request timeout response has a 3xx status code

func (*GetProfilesGroupsRequestTimeout) IsServerError

func (o *GetProfilesGroupsRequestTimeout) IsServerError() bool

IsServerError returns true when this get profiles groups request timeout response has a 5xx status code

func (*GetProfilesGroupsRequestTimeout) IsSuccess

func (o *GetProfilesGroupsRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get profiles groups request timeout response has a 2xx status code

func (*GetProfilesGroupsRequestTimeout) String

type GetProfilesGroupsServiceUnavailable

type GetProfilesGroupsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetProfilesGroupsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetProfilesGroupsServiceUnavailable

func NewGetProfilesGroupsServiceUnavailable() *GetProfilesGroupsServiceUnavailable

NewGetProfilesGroupsServiceUnavailable creates a GetProfilesGroupsServiceUnavailable with default headers values

func (*GetProfilesGroupsServiceUnavailable) Error

func (*GetProfilesGroupsServiceUnavailable) GetPayload

func (*GetProfilesGroupsServiceUnavailable) IsClientError

func (o *GetProfilesGroupsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get profiles groups service unavailable response has a 4xx status code

func (*GetProfilesGroupsServiceUnavailable) IsCode

IsCode returns true when this get profiles groups service unavailable response a status code equal to that given

func (*GetProfilesGroupsServiceUnavailable) IsRedirect

func (o *GetProfilesGroupsServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get profiles groups service unavailable response has a 3xx status code

func (*GetProfilesGroupsServiceUnavailable) IsServerError

func (o *GetProfilesGroupsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get profiles groups service unavailable response has a 5xx status code

func (*GetProfilesGroupsServiceUnavailable) IsSuccess

IsSuccess returns true when this get profiles groups service unavailable response has a 2xx status code

func (*GetProfilesGroupsServiceUnavailable) String

type GetProfilesGroupsTooManyRequests

type GetProfilesGroupsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetProfilesGroupsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetProfilesGroupsTooManyRequests

func NewGetProfilesGroupsTooManyRequests() *GetProfilesGroupsTooManyRequests

NewGetProfilesGroupsTooManyRequests creates a GetProfilesGroupsTooManyRequests with default headers values

func (*GetProfilesGroupsTooManyRequests) Error

func (*GetProfilesGroupsTooManyRequests) GetPayload

func (*GetProfilesGroupsTooManyRequests) IsClientError

func (o *GetProfilesGroupsTooManyRequests) IsClientError() bool

IsClientError returns true when this get profiles groups too many requests response has a 4xx status code

func (*GetProfilesGroupsTooManyRequests) IsCode

func (o *GetProfilesGroupsTooManyRequests) IsCode(code int) bool

IsCode returns true when this get profiles groups too many requests response a status code equal to that given

func (*GetProfilesGroupsTooManyRequests) IsRedirect

func (o *GetProfilesGroupsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get profiles groups too many requests response has a 3xx status code

func (*GetProfilesGroupsTooManyRequests) IsServerError

func (o *GetProfilesGroupsTooManyRequests) IsServerError() bool

IsServerError returns true when this get profiles groups too many requests response has a 5xx status code

func (*GetProfilesGroupsTooManyRequests) IsSuccess

func (o *GetProfilesGroupsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get profiles groups too many requests response has a 2xx status code

func (*GetProfilesGroupsTooManyRequests) String

type GetProfilesGroupsUnauthorized

type GetProfilesGroupsUnauthorized struct {
	Payload *models.ErrorBody
}

GetProfilesGroupsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetProfilesGroupsUnauthorized

func NewGetProfilesGroupsUnauthorized() *GetProfilesGroupsUnauthorized

NewGetProfilesGroupsUnauthorized creates a GetProfilesGroupsUnauthorized with default headers values

func (*GetProfilesGroupsUnauthorized) Error

func (*GetProfilesGroupsUnauthorized) GetPayload

func (*GetProfilesGroupsUnauthorized) IsClientError

func (o *GetProfilesGroupsUnauthorized) IsClientError() bool

IsClientError returns true when this get profiles groups unauthorized response has a 4xx status code

func (*GetProfilesGroupsUnauthorized) IsCode

func (o *GetProfilesGroupsUnauthorized) IsCode(code int) bool

IsCode returns true when this get profiles groups unauthorized response a status code equal to that given

func (*GetProfilesGroupsUnauthorized) IsRedirect

func (o *GetProfilesGroupsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get profiles groups unauthorized response has a 3xx status code

func (*GetProfilesGroupsUnauthorized) IsServerError

func (o *GetProfilesGroupsUnauthorized) IsServerError() bool

IsServerError returns true when this get profiles groups unauthorized response has a 5xx status code

func (*GetProfilesGroupsUnauthorized) IsSuccess

func (o *GetProfilesGroupsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get profiles groups unauthorized response has a 2xx status code

func (*GetProfilesGroupsUnauthorized) String

type GetProfilesGroupsUnsupportedMediaType

type GetProfilesGroupsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetProfilesGroupsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetProfilesGroupsUnsupportedMediaType

func NewGetProfilesGroupsUnsupportedMediaType() *GetProfilesGroupsUnsupportedMediaType

NewGetProfilesGroupsUnsupportedMediaType creates a GetProfilesGroupsUnsupportedMediaType with default headers values

func (*GetProfilesGroupsUnsupportedMediaType) Error

func (*GetProfilesGroupsUnsupportedMediaType) GetPayload

func (*GetProfilesGroupsUnsupportedMediaType) IsClientError

func (o *GetProfilesGroupsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get profiles groups unsupported media type response has a 4xx status code

func (*GetProfilesGroupsUnsupportedMediaType) IsCode

IsCode returns true when this get profiles groups unsupported media type response a status code equal to that given

func (*GetProfilesGroupsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get profiles groups unsupported media type response has a 3xx status code

func (*GetProfilesGroupsUnsupportedMediaType) IsServerError

func (o *GetProfilesGroupsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get profiles groups unsupported media type response has a 5xx status code

func (*GetProfilesGroupsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get profiles groups unsupported media type response has a 2xx status code

func (*GetProfilesGroupsUnsupportedMediaType) String

type PostGroupMembersAccepted

type PostGroupMembersAccepted struct {
	Payload models.Empty
}

PostGroupMembersAccepted describes a response with status code 202, with default header values.

Success, group membership was updated

func NewPostGroupMembersAccepted

func NewPostGroupMembersAccepted() *PostGroupMembersAccepted

NewPostGroupMembersAccepted creates a PostGroupMembersAccepted with default headers values

func (*PostGroupMembersAccepted) Error

func (o *PostGroupMembersAccepted) Error() string

func (*PostGroupMembersAccepted) GetPayload

func (o *PostGroupMembersAccepted) GetPayload() models.Empty

func (*PostGroupMembersAccepted) IsClientError

func (o *PostGroupMembersAccepted) IsClientError() bool

IsClientError returns true when this post group members accepted response has a 4xx status code

func (*PostGroupMembersAccepted) IsCode

func (o *PostGroupMembersAccepted) IsCode(code int) bool

IsCode returns true when this post group members accepted response a status code equal to that given

func (*PostGroupMembersAccepted) IsRedirect

func (o *PostGroupMembersAccepted) IsRedirect() bool

IsRedirect returns true when this post group members accepted response has a 3xx status code

func (*PostGroupMembersAccepted) IsServerError

func (o *PostGroupMembersAccepted) IsServerError() bool

IsServerError returns true when this post group members accepted response has a 5xx status code

func (*PostGroupMembersAccepted) IsSuccess

func (o *PostGroupMembersAccepted) IsSuccess() bool

IsSuccess returns true when this post group members accepted response has a 2xx status code

func (*PostGroupMembersAccepted) String

func (o *PostGroupMembersAccepted) String() string

type PostGroupMembersBadRequest

type PostGroupMembersBadRequest struct {
	Payload *models.ErrorBody
}

PostGroupMembersBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostGroupMembersBadRequest

func NewPostGroupMembersBadRequest() *PostGroupMembersBadRequest

NewPostGroupMembersBadRequest creates a PostGroupMembersBadRequest with default headers values

func (*PostGroupMembersBadRequest) Error

func (*PostGroupMembersBadRequest) GetPayload

func (o *PostGroupMembersBadRequest) GetPayload() *models.ErrorBody

func (*PostGroupMembersBadRequest) IsClientError

func (o *PostGroupMembersBadRequest) IsClientError() bool

IsClientError returns true when this post group members bad request response has a 4xx status code

func (*PostGroupMembersBadRequest) IsCode

func (o *PostGroupMembersBadRequest) IsCode(code int) bool

IsCode returns true when this post group members bad request response a status code equal to that given

func (*PostGroupMembersBadRequest) IsRedirect

func (o *PostGroupMembersBadRequest) IsRedirect() bool

IsRedirect returns true when this post group members bad request response has a 3xx status code

func (*PostGroupMembersBadRequest) IsServerError

func (o *PostGroupMembersBadRequest) IsServerError() bool

IsServerError returns true when this post group members bad request response has a 5xx status code

func (*PostGroupMembersBadRequest) IsSuccess

func (o *PostGroupMembersBadRequest) IsSuccess() bool

IsSuccess returns true when this post group members bad request response has a 2xx status code

func (*PostGroupMembersBadRequest) String

func (o *PostGroupMembersBadRequest) String() string

type PostGroupMembersConflict

type PostGroupMembersConflict struct {
}

PostGroupMembersConflict describes a response with status code 409, with default header values.

Resource conflict - Unexpected version was provided

func NewPostGroupMembersConflict

func NewPostGroupMembersConflict() *PostGroupMembersConflict

NewPostGroupMembersConflict creates a PostGroupMembersConflict with default headers values

func (*PostGroupMembersConflict) Error

func (o *PostGroupMembersConflict) Error() string

func (*PostGroupMembersConflict) IsClientError

func (o *PostGroupMembersConflict) IsClientError() bool

IsClientError returns true when this post group members conflict response has a 4xx status code

func (*PostGroupMembersConflict) IsCode

func (o *PostGroupMembersConflict) IsCode(code int) bool

IsCode returns true when this post group members conflict response a status code equal to that given

func (*PostGroupMembersConflict) IsRedirect

func (o *PostGroupMembersConflict) IsRedirect() bool

IsRedirect returns true when this post group members conflict response has a 3xx status code

func (*PostGroupMembersConflict) IsServerError

func (o *PostGroupMembersConflict) IsServerError() bool

IsServerError returns true when this post group members conflict response has a 5xx status code

func (*PostGroupMembersConflict) IsSuccess

func (o *PostGroupMembersConflict) IsSuccess() bool

IsSuccess returns true when this post group members conflict response has a 2xx status code

func (*PostGroupMembersConflict) String

func (o *PostGroupMembersConflict) String() string

type PostGroupMembersForbidden

type PostGroupMembersForbidden struct {
	Payload *models.ErrorBody
}

PostGroupMembersForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostGroupMembersForbidden

func NewPostGroupMembersForbidden() *PostGroupMembersForbidden

NewPostGroupMembersForbidden creates a PostGroupMembersForbidden with default headers values

func (*PostGroupMembersForbidden) Error

func (o *PostGroupMembersForbidden) Error() string

func (*PostGroupMembersForbidden) GetPayload

func (o *PostGroupMembersForbidden) GetPayload() *models.ErrorBody

func (*PostGroupMembersForbidden) IsClientError

func (o *PostGroupMembersForbidden) IsClientError() bool

IsClientError returns true when this post group members forbidden response has a 4xx status code

func (*PostGroupMembersForbidden) IsCode

func (o *PostGroupMembersForbidden) IsCode(code int) bool

IsCode returns true when this post group members forbidden response a status code equal to that given

func (*PostGroupMembersForbidden) IsRedirect

func (o *PostGroupMembersForbidden) IsRedirect() bool

IsRedirect returns true when this post group members forbidden response has a 3xx status code

func (*PostGroupMembersForbidden) IsServerError

func (o *PostGroupMembersForbidden) IsServerError() bool

IsServerError returns true when this post group members forbidden response has a 5xx status code

func (*PostGroupMembersForbidden) IsSuccess

func (o *PostGroupMembersForbidden) IsSuccess() bool

IsSuccess returns true when this post group members forbidden response has a 2xx status code

func (*PostGroupMembersForbidden) String

func (o *PostGroupMembersForbidden) String() string

type PostGroupMembersGatewayTimeout

type PostGroupMembersGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostGroupMembersGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostGroupMembersGatewayTimeout

func NewPostGroupMembersGatewayTimeout() *PostGroupMembersGatewayTimeout

NewPostGroupMembersGatewayTimeout creates a PostGroupMembersGatewayTimeout with default headers values

func (*PostGroupMembersGatewayTimeout) Error

func (*PostGroupMembersGatewayTimeout) GetPayload

func (*PostGroupMembersGatewayTimeout) IsClientError

func (o *PostGroupMembersGatewayTimeout) IsClientError() bool

IsClientError returns true when this post group members gateway timeout response has a 4xx status code

func (*PostGroupMembersGatewayTimeout) IsCode

func (o *PostGroupMembersGatewayTimeout) IsCode(code int) bool

IsCode returns true when this post group members gateway timeout response a status code equal to that given

func (*PostGroupMembersGatewayTimeout) IsRedirect

func (o *PostGroupMembersGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post group members gateway timeout response has a 3xx status code

func (*PostGroupMembersGatewayTimeout) IsServerError

func (o *PostGroupMembersGatewayTimeout) IsServerError() bool

IsServerError returns true when this post group members gateway timeout response has a 5xx status code

func (*PostGroupMembersGatewayTimeout) IsSuccess

func (o *PostGroupMembersGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this post group members gateway timeout response has a 2xx status code

func (*PostGroupMembersGatewayTimeout) String

type PostGroupMembersInternalServerError

type PostGroupMembersInternalServerError struct {
	Payload *models.ErrorBody
}

PostGroupMembersInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostGroupMembersInternalServerError

func NewPostGroupMembersInternalServerError() *PostGroupMembersInternalServerError

NewPostGroupMembersInternalServerError creates a PostGroupMembersInternalServerError with default headers values

func (*PostGroupMembersInternalServerError) Error

func (*PostGroupMembersInternalServerError) GetPayload

func (*PostGroupMembersInternalServerError) IsClientError

func (o *PostGroupMembersInternalServerError) IsClientError() bool

IsClientError returns true when this post group members internal server error response has a 4xx status code

func (*PostGroupMembersInternalServerError) IsCode

IsCode returns true when this post group members internal server error response a status code equal to that given

func (*PostGroupMembersInternalServerError) IsRedirect

func (o *PostGroupMembersInternalServerError) IsRedirect() bool

IsRedirect returns true when this post group members internal server error response has a 3xx status code

func (*PostGroupMembersInternalServerError) IsServerError

func (o *PostGroupMembersInternalServerError) IsServerError() bool

IsServerError returns true when this post group members internal server error response has a 5xx status code

func (*PostGroupMembersInternalServerError) IsSuccess

IsSuccess returns true when this post group members internal server error response has a 2xx status code

func (*PostGroupMembersInternalServerError) String

type PostGroupMembersNotFound

type PostGroupMembersNotFound struct {
	Payload *models.ErrorBody
}

PostGroupMembersNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostGroupMembersNotFound

func NewPostGroupMembersNotFound() *PostGroupMembersNotFound

NewPostGroupMembersNotFound creates a PostGroupMembersNotFound with default headers values

func (*PostGroupMembersNotFound) Error

func (o *PostGroupMembersNotFound) Error() string

func (*PostGroupMembersNotFound) GetPayload

func (o *PostGroupMembersNotFound) GetPayload() *models.ErrorBody

func (*PostGroupMembersNotFound) IsClientError

func (o *PostGroupMembersNotFound) IsClientError() bool

IsClientError returns true when this post group members not found response has a 4xx status code

func (*PostGroupMembersNotFound) IsCode

func (o *PostGroupMembersNotFound) IsCode(code int) bool

IsCode returns true when this post group members not found response a status code equal to that given

func (*PostGroupMembersNotFound) IsRedirect

func (o *PostGroupMembersNotFound) IsRedirect() bool

IsRedirect returns true when this post group members not found response has a 3xx status code

func (*PostGroupMembersNotFound) IsServerError

func (o *PostGroupMembersNotFound) IsServerError() bool

IsServerError returns true when this post group members not found response has a 5xx status code

func (*PostGroupMembersNotFound) IsSuccess

func (o *PostGroupMembersNotFound) IsSuccess() bool

IsSuccess returns true when this post group members not found response has a 2xx status code

func (*PostGroupMembersNotFound) String

func (o *PostGroupMembersNotFound) String() string

type PostGroupMembersParams

type PostGroupMembersParams struct {

	/* Body.

	   Add members
	*/
	Body *models.GroupMembersUpdate

	/* GroupID.

	   Group ID
	*/
	GroupID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostGroupMembersParams contains all the parameters to send to the API endpoint

for the post group members operation.

Typically these are written to a http.Request.

func NewPostGroupMembersParams

func NewPostGroupMembersParams() *PostGroupMembersParams

NewPostGroupMembersParams creates a new PostGroupMembersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostGroupMembersParamsWithContext

func NewPostGroupMembersParamsWithContext(ctx context.Context) *PostGroupMembersParams

NewPostGroupMembersParamsWithContext creates a new PostGroupMembersParams object with the ability to set a context for a request.

func NewPostGroupMembersParamsWithHTTPClient

func NewPostGroupMembersParamsWithHTTPClient(client *http.Client) *PostGroupMembersParams

NewPostGroupMembersParamsWithHTTPClient creates a new PostGroupMembersParams object with the ability to set a custom HTTPClient for a request.

func NewPostGroupMembersParamsWithTimeout

func NewPostGroupMembersParamsWithTimeout(timeout time.Duration) *PostGroupMembersParams

NewPostGroupMembersParamsWithTimeout creates a new PostGroupMembersParams object with the ability to set a timeout on a request.

func (*PostGroupMembersParams) SetBody

SetBody adds the body to the post group members params

func (*PostGroupMembersParams) SetContext

func (o *PostGroupMembersParams) SetContext(ctx context.Context)

SetContext adds the context to the post group members params

func (*PostGroupMembersParams) SetDefaults

func (o *PostGroupMembersParams) SetDefaults()

SetDefaults hydrates default values in the post group members params (not the query body).

All values with no default are reset to their zero value.

func (*PostGroupMembersParams) SetGroupID

func (o *PostGroupMembersParams) SetGroupID(groupID string)

SetGroupID adds the groupId to the post group members params

func (*PostGroupMembersParams) SetHTTPClient

func (o *PostGroupMembersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post group members params

func (*PostGroupMembersParams) SetTimeout

func (o *PostGroupMembersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post group members params

func (*PostGroupMembersParams) WithBody

WithBody adds the body to the post group members params

func (*PostGroupMembersParams) WithContext

WithContext adds the context to the post group members params

func (*PostGroupMembersParams) WithDefaults

WithDefaults hydrates default values in the post group members params (not the query body).

All values with no default are reset to their zero value.

func (*PostGroupMembersParams) WithGroupID

func (o *PostGroupMembersParams) WithGroupID(groupID string) *PostGroupMembersParams

WithGroupID adds the groupID to the post group members params

func (*PostGroupMembersParams) WithHTTPClient

func (o *PostGroupMembersParams) WithHTTPClient(client *http.Client) *PostGroupMembersParams

WithHTTPClient adds the HTTPClient to the post group members params

func (*PostGroupMembersParams) WithTimeout

WithTimeout adds the timeout to the post group members params

func (*PostGroupMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostGroupMembersReader

type PostGroupMembersReader struct {
	// contains filtered or unexported fields
}

PostGroupMembersReader is a Reader for the PostGroupMembers structure.

func (*PostGroupMembersReader) ReadResponse

func (o *PostGroupMembersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostGroupMembersRequestEntityTooLarge

type PostGroupMembersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostGroupMembersRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostGroupMembersRequestEntityTooLarge

func NewPostGroupMembersRequestEntityTooLarge() *PostGroupMembersRequestEntityTooLarge

NewPostGroupMembersRequestEntityTooLarge creates a PostGroupMembersRequestEntityTooLarge with default headers values

func (*PostGroupMembersRequestEntityTooLarge) Error

func (*PostGroupMembersRequestEntityTooLarge) GetPayload

func (*PostGroupMembersRequestEntityTooLarge) IsClientError

func (o *PostGroupMembersRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this post group members request entity too large response has a 4xx status code

func (*PostGroupMembersRequestEntityTooLarge) IsCode

IsCode returns true when this post group members request entity too large response a status code equal to that given

func (*PostGroupMembersRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post group members request entity too large response has a 3xx status code

func (*PostGroupMembersRequestEntityTooLarge) IsServerError

func (o *PostGroupMembersRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this post group members request entity too large response has a 5xx status code

func (*PostGroupMembersRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post group members request entity too large response has a 2xx status code

func (*PostGroupMembersRequestEntityTooLarge) String

type PostGroupMembersRequestTimeout

type PostGroupMembersRequestTimeout struct {
	Payload *models.ErrorBody
}

PostGroupMembersRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostGroupMembersRequestTimeout

func NewPostGroupMembersRequestTimeout() *PostGroupMembersRequestTimeout

NewPostGroupMembersRequestTimeout creates a PostGroupMembersRequestTimeout with default headers values

func (*PostGroupMembersRequestTimeout) Error

func (*PostGroupMembersRequestTimeout) GetPayload

func (*PostGroupMembersRequestTimeout) IsClientError

func (o *PostGroupMembersRequestTimeout) IsClientError() bool

IsClientError returns true when this post group members request timeout response has a 4xx status code

func (*PostGroupMembersRequestTimeout) IsCode

func (o *PostGroupMembersRequestTimeout) IsCode(code int) bool

IsCode returns true when this post group members request timeout response a status code equal to that given

func (*PostGroupMembersRequestTimeout) IsRedirect

func (o *PostGroupMembersRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post group members request timeout response has a 3xx status code

func (*PostGroupMembersRequestTimeout) IsServerError

func (o *PostGroupMembersRequestTimeout) IsServerError() bool

IsServerError returns true when this post group members request timeout response has a 5xx status code

func (*PostGroupMembersRequestTimeout) IsSuccess

func (o *PostGroupMembersRequestTimeout) IsSuccess() bool

IsSuccess returns true when this post group members request timeout response has a 2xx status code

func (*PostGroupMembersRequestTimeout) String

type PostGroupMembersServiceUnavailable

type PostGroupMembersServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostGroupMembersServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostGroupMembersServiceUnavailable

func NewPostGroupMembersServiceUnavailable() *PostGroupMembersServiceUnavailable

NewPostGroupMembersServiceUnavailable creates a PostGroupMembersServiceUnavailable with default headers values

func (*PostGroupMembersServiceUnavailable) Error

func (*PostGroupMembersServiceUnavailable) GetPayload

func (*PostGroupMembersServiceUnavailable) IsClientError

func (o *PostGroupMembersServiceUnavailable) IsClientError() bool

IsClientError returns true when this post group members service unavailable response has a 4xx status code

func (*PostGroupMembersServiceUnavailable) IsCode

IsCode returns true when this post group members service unavailable response a status code equal to that given

func (*PostGroupMembersServiceUnavailable) IsRedirect

func (o *PostGroupMembersServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this post group members service unavailable response has a 3xx status code

func (*PostGroupMembersServiceUnavailable) IsServerError

func (o *PostGroupMembersServiceUnavailable) IsServerError() bool

IsServerError returns true when this post group members service unavailable response has a 5xx status code

func (*PostGroupMembersServiceUnavailable) IsSuccess

IsSuccess returns true when this post group members service unavailable response has a 2xx status code

func (*PostGroupMembersServiceUnavailable) String

type PostGroupMembersTooManyRequests

type PostGroupMembersTooManyRequests struct {
	Payload *models.ErrorBody
}

PostGroupMembersTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostGroupMembersTooManyRequests

func NewPostGroupMembersTooManyRequests() *PostGroupMembersTooManyRequests

NewPostGroupMembersTooManyRequests creates a PostGroupMembersTooManyRequests with default headers values

func (*PostGroupMembersTooManyRequests) Error

func (*PostGroupMembersTooManyRequests) GetPayload

func (*PostGroupMembersTooManyRequests) IsClientError

func (o *PostGroupMembersTooManyRequests) IsClientError() bool

IsClientError returns true when this post group members too many requests response has a 4xx status code

func (*PostGroupMembersTooManyRequests) IsCode

func (o *PostGroupMembersTooManyRequests) IsCode(code int) bool

IsCode returns true when this post group members too many requests response a status code equal to that given

func (*PostGroupMembersTooManyRequests) IsRedirect

func (o *PostGroupMembersTooManyRequests) IsRedirect() bool

IsRedirect returns true when this post group members too many requests response has a 3xx status code

func (*PostGroupMembersTooManyRequests) IsServerError

func (o *PostGroupMembersTooManyRequests) IsServerError() bool

IsServerError returns true when this post group members too many requests response has a 5xx status code

func (*PostGroupMembersTooManyRequests) IsSuccess

func (o *PostGroupMembersTooManyRequests) IsSuccess() bool

IsSuccess returns true when this post group members too many requests response has a 2xx status code

func (*PostGroupMembersTooManyRequests) String

type PostGroupMembersUnauthorized

type PostGroupMembersUnauthorized struct {
	Payload *models.ErrorBody
}

PostGroupMembersUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostGroupMembersUnauthorized

func NewPostGroupMembersUnauthorized() *PostGroupMembersUnauthorized

NewPostGroupMembersUnauthorized creates a PostGroupMembersUnauthorized with default headers values

func (*PostGroupMembersUnauthorized) Error

func (*PostGroupMembersUnauthorized) GetPayload

func (*PostGroupMembersUnauthorized) IsClientError

func (o *PostGroupMembersUnauthorized) IsClientError() bool

IsClientError returns true when this post group members unauthorized response has a 4xx status code

func (*PostGroupMembersUnauthorized) IsCode

func (o *PostGroupMembersUnauthorized) IsCode(code int) bool

IsCode returns true when this post group members unauthorized response a status code equal to that given

func (*PostGroupMembersUnauthorized) IsRedirect

func (o *PostGroupMembersUnauthorized) IsRedirect() bool

IsRedirect returns true when this post group members unauthorized response has a 3xx status code

func (*PostGroupMembersUnauthorized) IsServerError

func (o *PostGroupMembersUnauthorized) IsServerError() bool

IsServerError returns true when this post group members unauthorized response has a 5xx status code

func (*PostGroupMembersUnauthorized) IsSuccess

func (o *PostGroupMembersUnauthorized) IsSuccess() bool

IsSuccess returns true when this post group members unauthorized response has a 2xx status code

func (*PostGroupMembersUnauthorized) String

type PostGroupMembersUnsupportedMediaType

type PostGroupMembersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostGroupMembersUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostGroupMembersUnsupportedMediaType

func NewPostGroupMembersUnsupportedMediaType() *PostGroupMembersUnsupportedMediaType

NewPostGroupMembersUnsupportedMediaType creates a PostGroupMembersUnsupportedMediaType with default headers values

func (*PostGroupMembersUnsupportedMediaType) Error

func (*PostGroupMembersUnsupportedMediaType) GetPayload

func (*PostGroupMembersUnsupportedMediaType) IsClientError

func (o *PostGroupMembersUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this post group members unsupported media type response has a 4xx status code

func (*PostGroupMembersUnsupportedMediaType) IsCode

IsCode returns true when this post group members unsupported media type response a status code equal to that given

func (*PostGroupMembersUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post group members unsupported media type response has a 3xx status code

func (*PostGroupMembersUnsupportedMediaType) IsServerError

func (o *PostGroupMembersUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this post group members unsupported media type response has a 5xx status code

func (*PostGroupMembersUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post group members unsupported media type response has a 2xx status code

func (*PostGroupMembersUnsupportedMediaType) String

type PostGroupsBadRequest

type PostGroupsBadRequest struct {
	Payload *models.ErrorBody
}

PostGroupsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostGroupsBadRequest

func NewPostGroupsBadRequest() *PostGroupsBadRequest

NewPostGroupsBadRequest creates a PostGroupsBadRequest with default headers values

func (*PostGroupsBadRequest) Error

func (o *PostGroupsBadRequest) Error() string

func (*PostGroupsBadRequest) GetPayload

func (o *PostGroupsBadRequest) GetPayload() *models.ErrorBody

func (*PostGroupsBadRequest) IsClientError

func (o *PostGroupsBadRequest) IsClientError() bool

IsClientError returns true when this post groups bad request response has a 4xx status code

func (*PostGroupsBadRequest) IsCode

func (o *PostGroupsBadRequest) IsCode(code int) bool

IsCode returns true when this post groups bad request response a status code equal to that given

func (*PostGroupsBadRequest) IsRedirect

func (o *PostGroupsBadRequest) IsRedirect() bool

IsRedirect returns true when this post groups bad request response has a 3xx status code

func (*PostGroupsBadRequest) IsServerError

func (o *PostGroupsBadRequest) IsServerError() bool

IsServerError returns true when this post groups bad request response has a 5xx status code

func (*PostGroupsBadRequest) IsSuccess

func (o *PostGroupsBadRequest) IsSuccess() bool

IsSuccess returns true when this post groups bad request response has a 2xx status code

func (*PostGroupsBadRequest) String

func (o *PostGroupsBadRequest) String() string

type PostGroupsForbidden

type PostGroupsForbidden struct {
	Payload *models.ErrorBody
}

PostGroupsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostGroupsForbidden

func NewPostGroupsForbidden() *PostGroupsForbidden

NewPostGroupsForbidden creates a PostGroupsForbidden with default headers values

func (*PostGroupsForbidden) Error

func (o *PostGroupsForbidden) Error() string

func (*PostGroupsForbidden) GetPayload

func (o *PostGroupsForbidden) GetPayload() *models.ErrorBody

func (*PostGroupsForbidden) IsClientError

func (o *PostGroupsForbidden) IsClientError() bool

IsClientError returns true when this post groups forbidden response has a 4xx status code

func (*PostGroupsForbidden) IsCode

func (o *PostGroupsForbidden) IsCode(code int) bool

IsCode returns true when this post groups forbidden response a status code equal to that given

func (*PostGroupsForbidden) IsRedirect

func (o *PostGroupsForbidden) IsRedirect() bool

IsRedirect returns true when this post groups forbidden response has a 3xx status code

func (*PostGroupsForbidden) IsServerError

func (o *PostGroupsForbidden) IsServerError() bool

IsServerError returns true when this post groups forbidden response has a 5xx status code

func (*PostGroupsForbidden) IsSuccess

func (o *PostGroupsForbidden) IsSuccess() bool

IsSuccess returns true when this post groups forbidden response has a 2xx status code

func (*PostGroupsForbidden) String

func (o *PostGroupsForbidden) String() string

type PostGroupsGatewayTimeout

type PostGroupsGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostGroupsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostGroupsGatewayTimeout

func NewPostGroupsGatewayTimeout() *PostGroupsGatewayTimeout

NewPostGroupsGatewayTimeout creates a PostGroupsGatewayTimeout with default headers values

func (*PostGroupsGatewayTimeout) Error

func (o *PostGroupsGatewayTimeout) Error() string

func (*PostGroupsGatewayTimeout) GetPayload

func (o *PostGroupsGatewayTimeout) GetPayload() *models.ErrorBody

func (*PostGroupsGatewayTimeout) IsClientError

func (o *PostGroupsGatewayTimeout) IsClientError() bool

IsClientError returns true when this post groups gateway timeout response has a 4xx status code

func (*PostGroupsGatewayTimeout) IsCode

func (o *PostGroupsGatewayTimeout) IsCode(code int) bool

IsCode returns true when this post groups gateway timeout response a status code equal to that given

func (*PostGroupsGatewayTimeout) IsRedirect

func (o *PostGroupsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post groups gateway timeout response has a 3xx status code

func (*PostGroupsGatewayTimeout) IsServerError

func (o *PostGroupsGatewayTimeout) IsServerError() bool

IsServerError returns true when this post groups gateway timeout response has a 5xx status code

func (*PostGroupsGatewayTimeout) IsSuccess

func (o *PostGroupsGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this post groups gateway timeout response has a 2xx status code

func (*PostGroupsGatewayTimeout) String

func (o *PostGroupsGatewayTimeout) String() string

type PostGroupsInternalServerError

type PostGroupsInternalServerError struct {
	Payload *models.ErrorBody
}

PostGroupsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostGroupsInternalServerError

func NewPostGroupsInternalServerError() *PostGroupsInternalServerError

NewPostGroupsInternalServerError creates a PostGroupsInternalServerError with default headers values

func (*PostGroupsInternalServerError) Error

func (*PostGroupsInternalServerError) GetPayload

func (*PostGroupsInternalServerError) IsClientError

func (o *PostGroupsInternalServerError) IsClientError() bool

IsClientError returns true when this post groups internal server error response has a 4xx status code

func (*PostGroupsInternalServerError) IsCode

func (o *PostGroupsInternalServerError) IsCode(code int) bool

IsCode returns true when this post groups internal server error response a status code equal to that given

func (*PostGroupsInternalServerError) IsRedirect

func (o *PostGroupsInternalServerError) IsRedirect() bool

IsRedirect returns true when this post groups internal server error response has a 3xx status code

func (*PostGroupsInternalServerError) IsServerError

func (o *PostGroupsInternalServerError) IsServerError() bool

IsServerError returns true when this post groups internal server error response has a 5xx status code

func (*PostGroupsInternalServerError) IsSuccess

func (o *PostGroupsInternalServerError) IsSuccess() bool

IsSuccess returns true when this post groups internal server error response has a 2xx status code

func (*PostGroupsInternalServerError) String

type PostGroupsNotFound

type PostGroupsNotFound struct {
	Payload *models.ErrorBody
}

PostGroupsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostGroupsNotFound

func NewPostGroupsNotFound() *PostGroupsNotFound

NewPostGroupsNotFound creates a PostGroupsNotFound with default headers values

func (*PostGroupsNotFound) Error

func (o *PostGroupsNotFound) Error() string

func (*PostGroupsNotFound) GetPayload

func (o *PostGroupsNotFound) GetPayload() *models.ErrorBody

func (*PostGroupsNotFound) IsClientError

func (o *PostGroupsNotFound) IsClientError() bool

IsClientError returns true when this post groups not found response has a 4xx status code

func (*PostGroupsNotFound) IsCode

func (o *PostGroupsNotFound) IsCode(code int) bool

IsCode returns true when this post groups not found response a status code equal to that given

func (*PostGroupsNotFound) IsRedirect

func (o *PostGroupsNotFound) IsRedirect() bool

IsRedirect returns true when this post groups not found response has a 3xx status code

func (*PostGroupsNotFound) IsServerError

func (o *PostGroupsNotFound) IsServerError() bool

IsServerError returns true when this post groups not found response has a 5xx status code

func (*PostGroupsNotFound) IsSuccess

func (o *PostGroupsNotFound) IsSuccess() bool

IsSuccess returns true when this post groups not found response has a 2xx status code

func (*PostGroupsNotFound) String

func (o *PostGroupsNotFound) String() string

type PostGroupsOK

type PostGroupsOK struct {
	Payload *models.Group
}

PostGroupsOK describes a response with status code 200, with default header values.

successful operation

func NewPostGroupsOK

func NewPostGroupsOK() *PostGroupsOK

NewPostGroupsOK creates a PostGroupsOK with default headers values

func (*PostGroupsOK) Error

func (o *PostGroupsOK) Error() string

func (*PostGroupsOK) GetPayload

func (o *PostGroupsOK) GetPayload() *models.Group

func (*PostGroupsOK) IsClientError

func (o *PostGroupsOK) IsClientError() bool

IsClientError returns true when this post groups o k response has a 4xx status code

func (*PostGroupsOK) IsCode

func (o *PostGroupsOK) IsCode(code int) bool

IsCode returns true when this post groups o k response a status code equal to that given

func (*PostGroupsOK) IsRedirect

func (o *PostGroupsOK) IsRedirect() bool

IsRedirect returns true when this post groups o k response has a 3xx status code

func (*PostGroupsOK) IsServerError

func (o *PostGroupsOK) IsServerError() bool

IsServerError returns true when this post groups o k response has a 5xx status code

func (*PostGroupsOK) IsSuccess

func (o *PostGroupsOK) IsSuccess() bool

IsSuccess returns true when this post groups o k response has a 2xx status code

func (*PostGroupsOK) String

func (o *PostGroupsOK) String() string

type PostGroupsParams

type PostGroupsParams struct {

	/* Body.

	   Group
	*/
	Body *models.GroupCreate

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostGroupsParams contains all the parameters to send to the API endpoint

for the post groups operation.

Typically these are written to a http.Request.

func NewPostGroupsParams

func NewPostGroupsParams() *PostGroupsParams

NewPostGroupsParams creates a new PostGroupsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostGroupsParamsWithContext

func NewPostGroupsParamsWithContext(ctx context.Context) *PostGroupsParams

NewPostGroupsParamsWithContext creates a new PostGroupsParams object with the ability to set a context for a request.

func NewPostGroupsParamsWithHTTPClient

func NewPostGroupsParamsWithHTTPClient(client *http.Client) *PostGroupsParams

NewPostGroupsParamsWithHTTPClient creates a new PostGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewPostGroupsParamsWithTimeout

func NewPostGroupsParamsWithTimeout(timeout time.Duration) *PostGroupsParams

NewPostGroupsParamsWithTimeout creates a new PostGroupsParams object with the ability to set a timeout on a request.

func (*PostGroupsParams) SetBody

func (o *PostGroupsParams) SetBody(body *models.GroupCreate)

SetBody adds the body to the post groups params

func (*PostGroupsParams) SetContext

func (o *PostGroupsParams) SetContext(ctx context.Context)

SetContext adds the context to the post groups params

func (*PostGroupsParams) SetDefaults

func (o *PostGroupsParams) SetDefaults()

SetDefaults hydrates default values in the post groups params (not the query body).

All values with no default are reset to their zero value.

func (*PostGroupsParams) SetHTTPClient

func (o *PostGroupsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post groups params

func (*PostGroupsParams) SetTimeout

func (o *PostGroupsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post groups params

func (*PostGroupsParams) WithBody

WithBody adds the body to the post groups params

func (*PostGroupsParams) WithContext

func (o *PostGroupsParams) WithContext(ctx context.Context) *PostGroupsParams

WithContext adds the context to the post groups params

func (*PostGroupsParams) WithDefaults

func (o *PostGroupsParams) WithDefaults() *PostGroupsParams

WithDefaults hydrates default values in the post groups params (not the query body).

All values with no default are reset to their zero value.

func (*PostGroupsParams) WithHTTPClient

func (o *PostGroupsParams) WithHTTPClient(client *http.Client) *PostGroupsParams

WithHTTPClient adds the HTTPClient to the post groups params

func (*PostGroupsParams) WithTimeout

func (o *PostGroupsParams) WithTimeout(timeout time.Duration) *PostGroupsParams

WithTimeout adds the timeout to the post groups params

func (*PostGroupsParams) WriteToRequest

func (o *PostGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostGroupsReader

type PostGroupsReader struct {
	// contains filtered or unexported fields
}

PostGroupsReader is a Reader for the PostGroups structure.

func (*PostGroupsReader) ReadResponse

func (o *PostGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostGroupsRequestEntityTooLarge

type PostGroupsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostGroupsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostGroupsRequestEntityTooLarge

func NewPostGroupsRequestEntityTooLarge() *PostGroupsRequestEntityTooLarge

NewPostGroupsRequestEntityTooLarge creates a PostGroupsRequestEntityTooLarge with default headers values

func (*PostGroupsRequestEntityTooLarge) Error

func (*PostGroupsRequestEntityTooLarge) GetPayload

func (*PostGroupsRequestEntityTooLarge) IsClientError

func (o *PostGroupsRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this post groups request entity too large response has a 4xx status code

func (*PostGroupsRequestEntityTooLarge) IsCode

func (o *PostGroupsRequestEntityTooLarge) IsCode(code int) bool

IsCode returns true when this post groups request entity too large response a status code equal to that given

func (*PostGroupsRequestEntityTooLarge) IsRedirect

func (o *PostGroupsRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this post groups request entity too large response has a 3xx status code

func (*PostGroupsRequestEntityTooLarge) IsServerError

func (o *PostGroupsRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this post groups request entity too large response has a 5xx status code

func (*PostGroupsRequestEntityTooLarge) IsSuccess

func (o *PostGroupsRequestEntityTooLarge) IsSuccess() bool

IsSuccess returns true when this post groups request entity too large response has a 2xx status code

func (*PostGroupsRequestEntityTooLarge) String

type PostGroupsRequestTimeout

type PostGroupsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostGroupsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostGroupsRequestTimeout

func NewPostGroupsRequestTimeout() *PostGroupsRequestTimeout

NewPostGroupsRequestTimeout creates a PostGroupsRequestTimeout with default headers values

func (*PostGroupsRequestTimeout) Error

func (o *PostGroupsRequestTimeout) Error() string

func (*PostGroupsRequestTimeout) GetPayload

func (o *PostGroupsRequestTimeout) GetPayload() *models.ErrorBody

func (*PostGroupsRequestTimeout) IsClientError

func (o *PostGroupsRequestTimeout) IsClientError() bool

IsClientError returns true when this post groups request timeout response has a 4xx status code

func (*PostGroupsRequestTimeout) IsCode

func (o *PostGroupsRequestTimeout) IsCode(code int) bool

IsCode returns true when this post groups request timeout response a status code equal to that given

func (*PostGroupsRequestTimeout) IsRedirect

func (o *PostGroupsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post groups request timeout response has a 3xx status code

func (*PostGroupsRequestTimeout) IsServerError

func (o *PostGroupsRequestTimeout) IsServerError() bool

IsServerError returns true when this post groups request timeout response has a 5xx status code

func (*PostGroupsRequestTimeout) IsSuccess

func (o *PostGroupsRequestTimeout) IsSuccess() bool

IsSuccess returns true when this post groups request timeout response has a 2xx status code

func (*PostGroupsRequestTimeout) String

func (o *PostGroupsRequestTimeout) String() string

type PostGroupsSearchBadRequest

type PostGroupsSearchBadRequest struct {
	Payload *models.ErrorBody
}

PostGroupsSearchBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostGroupsSearchBadRequest

func NewPostGroupsSearchBadRequest() *PostGroupsSearchBadRequest

NewPostGroupsSearchBadRequest creates a PostGroupsSearchBadRequest with default headers values

func (*PostGroupsSearchBadRequest) Error

func (*PostGroupsSearchBadRequest) GetPayload

func (o *PostGroupsSearchBadRequest) GetPayload() *models.ErrorBody

func (*PostGroupsSearchBadRequest) IsClientError

func (o *PostGroupsSearchBadRequest) IsClientError() bool

IsClientError returns true when this post groups search bad request response has a 4xx status code

func (*PostGroupsSearchBadRequest) IsCode

func (o *PostGroupsSearchBadRequest) IsCode(code int) bool

IsCode returns true when this post groups search bad request response a status code equal to that given

func (*PostGroupsSearchBadRequest) IsRedirect

func (o *PostGroupsSearchBadRequest) IsRedirect() bool

IsRedirect returns true when this post groups search bad request response has a 3xx status code

func (*PostGroupsSearchBadRequest) IsServerError

func (o *PostGroupsSearchBadRequest) IsServerError() bool

IsServerError returns true when this post groups search bad request response has a 5xx status code

func (*PostGroupsSearchBadRequest) IsSuccess

func (o *PostGroupsSearchBadRequest) IsSuccess() bool

IsSuccess returns true when this post groups search bad request response has a 2xx status code

func (*PostGroupsSearchBadRequest) String

func (o *PostGroupsSearchBadRequest) String() string

type PostGroupsSearchForbidden

type PostGroupsSearchForbidden struct {
	Payload *models.ErrorBody
}

PostGroupsSearchForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostGroupsSearchForbidden

func NewPostGroupsSearchForbidden() *PostGroupsSearchForbidden

NewPostGroupsSearchForbidden creates a PostGroupsSearchForbidden with default headers values

func (*PostGroupsSearchForbidden) Error

func (o *PostGroupsSearchForbidden) Error() string

func (*PostGroupsSearchForbidden) GetPayload

func (o *PostGroupsSearchForbidden) GetPayload() *models.ErrorBody

func (*PostGroupsSearchForbidden) IsClientError

func (o *PostGroupsSearchForbidden) IsClientError() bool

IsClientError returns true when this post groups search forbidden response has a 4xx status code

func (*PostGroupsSearchForbidden) IsCode

func (o *PostGroupsSearchForbidden) IsCode(code int) bool

IsCode returns true when this post groups search forbidden response a status code equal to that given

func (*PostGroupsSearchForbidden) IsRedirect

func (o *PostGroupsSearchForbidden) IsRedirect() bool

IsRedirect returns true when this post groups search forbidden response has a 3xx status code

func (*PostGroupsSearchForbidden) IsServerError

func (o *PostGroupsSearchForbidden) IsServerError() bool

IsServerError returns true when this post groups search forbidden response has a 5xx status code

func (*PostGroupsSearchForbidden) IsSuccess

func (o *PostGroupsSearchForbidden) IsSuccess() bool

IsSuccess returns true when this post groups search forbidden response has a 2xx status code

func (*PostGroupsSearchForbidden) String

func (o *PostGroupsSearchForbidden) String() string

type PostGroupsSearchGatewayTimeout

type PostGroupsSearchGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostGroupsSearchGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostGroupsSearchGatewayTimeout

func NewPostGroupsSearchGatewayTimeout() *PostGroupsSearchGatewayTimeout

NewPostGroupsSearchGatewayTimeout creates a PostGroupsSearchGatewayTimeout with default headers values

func (*PostGroupsSearchGatewayTimeout) Error

func (*PostGroupsSearchGatewayTimeout) GetPayload

func (*PostGroupsSearchGatewayTimeout) IsClientError

func (o *PostGroupsSearchGatewayTimeout) IsClientError() bool

IsClientError returns true when this post groups search gateway timeout response has a 4xx status code

func (*PostGroupsSearchGatewayTimeout) IsCode

func (o *PostGroupsSearchGatewayTimeout) IsCode(code int) bool

IsCode returns true when this post groups search gateway timeout response a status code equal to that given

func (*PostGroupsSearchGatewayTimeout) IsRedirect

func (o *PostGroupsSearchGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post groups search gateway timeout response has a 3xx status code

func (*PostGroupsSearchGatewayTimeout) IsServerError

func (o *PostGroupsSearchGatewayTimeout) IsServerError() bool

IsServerError returns true when this post groups search gateway timeout response has a 5xx status code

func (*PostGroupsSearchGatewayTimeout) IsSuccess

func (o *PostGroupsSearchGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this post groups search gateway timeout response has a 2xx status code

func (*PostGroupsSearchGatewayTimeout) String

type PostGroupsSearchInternalServerError

type PostGroupsSearchInternalServerError struct {
	Payload *models.ErrorBody
}

PostGroupsSearchInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostGroupsSearchInternalServerError

func NewPostGroupsSearchInternalServerError() *PostGroupsSearchInternalServerError

NewPostGroupsSearchInternalServerError creates a PostGroupsSearchInternalServerError with default headers values

func (*PostGroupsSearchInternalServerError) Error

func (*PostGroupsSearchInternalServerError) GetPayload

func (*PostGroupsSearchInternalServerError) IsClientError

func (o *PostGroupsSearchInternalServerError) IsClientError() bool

IsClientError returns true when this post groups search internal server error response has a 4xx status code

func (*PostGroupsSearchInternalServerError) IsCode

IsCode returns true when this post groups search internal server error response a status code equal to that given

func (*PostGroupsSearchInternalServerError) IsRedirect

func (o *PostGroupsSearchInternalServerError) IsRedirect() bool

IsRedirect returns true when this post groups search internal server error response has a 3xx status code

func (*PostGroupsSearchInternalServerError) IsServerError

func (o *PostGroupsSearchInternalServerError) IsServerError() bool

IsServerError returns true when this post groups search internal server error response has a 5xx status code

func (*PostGroupsSearchInternalServerError) IsSuccess

IsSuccess returns true when this post groups search internal server error response has a 2xx status code

func (*PostGroupsSearchInternalServerError) String

type PostGroupsSearchNotFound

type PostGroupsSearchNotFound struct {
	Payload *models.ErrorBody
}

PostGroupsSearchNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostGroupsSearchNotFound

func NewPostGroupsSearchNotFound() *PostGroupsSearchNotFound

NewPostGroupsSearchNotFound creates a PostGroupsSearchNotFound with default headers values

func (*PostGroupsSearchNotFound) Error

func (o *PostGroupsSearchNotFound) Error() string

func (*PostGroupsSearchNotFound) GetPayload

func (o *PostGroupsSearchNotFound) GetPayload() *models.ErrorBody

func (*PostGroupsSearchNotFound) IsClientError

func (o *PostGroupsSearchNotFound) IsClientError() bool

IsClientError returns true when this post groups search not found response has a 4xx status code

func (*PostGroupsSearchNotFound) IsCode

func (o *PostGroupsSearchNotFound) IsCode(code int) bool

IsCode returns true when this post groups search not found response a status code equal to that given

func (*PostGroupsSearchNotFound) IsRedirect

func (o *PostGroupsSearchNotFound) IsRedirect() bool

IsRedirect returns true when this post groups search not found response has a 3xx status code

func (*PostGroupsSearchNotFound) IsServerError

func (o *PostGroupsSearchNotFound) IsServerError() bool

IsServerError returns true when this post groups search not found response has a 5xx status code

func (*PostGroupsSearchNotFound) IsSuccess

func (o *PostGroupsSearchNotFound) IsSuccess() bool

IsSuccess returns true when this post groups search not found response has a 2xx status code

func (*PostGroupsSearchNotFound) String

func (o *PostGroupsSearchNotFound) String() string

type PostGroupsSearchOK

type PostGroupsSearchOK struct {
	Payload *models.GroupsSearchResponse
}

PostGroupsSearchOK describes a response with status code 200, with default header values.

successful operation

func NewPostGroupsSearchOK

func NewPostGroupsSearchOK() *PostGroupsSearchOK

NewPostGroupsSearchOK creates a PostGroupsSearchOK with default headers values

func (*PostGroupsSearchOK) Error

func (o *PostGroupsSearchOK) Error() string

func (*PostGroupsSearchOK) GetPayload

func (*PostGroupsSearchOK) IsClientError

func (o *PostGroupsSearchOK) IsClientError() bool

IsClientError returns true when this post groups search o k response has a 4xx status code

func (*PostGroupsSearchOK) IsCode

func (o *PostGroupsSearchOK) IsCode(code int) bool

IsCode returns true when this post groups search o k response a status code equal to that given

func (*PostGroupsSearchOK) IsRedirect

func (o *PostGroupsSearchOK) IsRedirect() bool

IsRedirect returns true when this post groups search o k response has a 3xx status code

func (*PostGroupsSearchOK) IsServerError

func (o *PostGroupsSearchOK) IsServerError() bool

IsServerError returns true when this post groups search o k response has a 5xx status code

func (*PostGroupsSearchOK) IsSuccess

func (o *PostGroupsSearchOK) IsSuccess() bool

IsSuccess returns true when this post groups search o k response has a 2xx status code

func (*PostGroupsSearchOK) String

func (o *PostGroupsSearchOK) String() string

type PostGroupsSearchParams

type PostGroupsSearchParams struct {

	/* Body.

	   Search request options
	*/
	Body *models.GroupSearchRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostGroupsSearchParams contains all the parameters to send to the API endpoint

for the post groups search operation.

Typically these are written to a http.Request.

func NewPostGroupsSearchParams

func NewPostGroupsSearchParams() *PostGroupsSearchParams

NewPostGroupsSearchParams creates a new PostGroupsSearchParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostGroupsSearchParamsWithContext

func NewPostGroupsSearchParamsWithContext(ctx context.Context) *PostGroupsSearchParams

NewPostGroupsSearchParamsWithContext creates a new PostGroupsSearchParams object with the ability to set a context for a request.

func NewPostGroupsSearchParamsWithHTTPClient

func NewPostGroupsSearchParamsWithHTTPClient(client *http.Client) *PostGroupsSearchParams

NewPostGroupsSearchParamsWithHTTPClient creates a new PostGroupsSearchParams object with the ability to set a custom HTTPClient for a request.

func NewPostGroupsSearchParamsWithTimeout

func NewPostGroupsSearchParamsWithTimeout(timeout time.Duration) *PostGroupsSearchParams

NewPostGroupsSearchParamsWithTimeout creates a new PostGroupsSearchParams object with the ability to set a timeout on a request.

func (*PostGroupsSearchParams) SetBody

SetBody adds the body to the post groups search params

func (*PostGroupsSearchParams) SetContext

func (o *PostGroupsSearchParams) SetContext(ctx context.Context)

SetContext adds the context to the post groups search params

func (*PostGroupsSearchParams) SetDefaults

func (o *PostGroupsSearchParams) SetDefaults()

SetDefaults hydrates default values in the post groups search params (not the query body).

All values with no default are reset to their zero value.

func (*PostGroupsSearchParams) SetHTTPClient

func (o *PostGroupsSearchParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post groups search params

func (*PostGroupsSearchParams) SetTimeout

func (o *PostGroupsSearchParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post groups search params

func (*PostGroupsSearchParams) WithBody

WithBody adds the body to the post groups search params

func (*PostGroupsSearchParams) WithContext

WithContext adds the context to the post groups search params

func (*PostGroupsSearchParams) WithDefaults

WithDefaults hydrates default values in the post groups search params (not the query body).

All values with no default are reset to their zero value.

func (*PostGroupsSearchParams) WithHTTPClient

func (o *PostGroupsSearchParams) WithHTTPClient(client *http.Client) *PostGroupsSearchParams

WithHTTPClient adds the HTTPClient to the post groups search params

func (*PostGroupsSearchParams) WithTimeout

WithTimeout adds the timeout to the post groups search params

func (*PostGroupsSearchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostGroupsSearchReader

type PostGroupsSearchReader struct {
	// contains filtered or unexported fields
}

PostGroupsSearchReader is a Reader for the PostGroupsSearch structure.

func (*PostGroupsSearchReader) ReadResponse

func (o *PostGroupsSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostGroupsSearchRequestEntityTooLarge

type PostGroupsSearchRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostGroupsSearchRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostGroupsSearchRequestEntityTooLarge

func NewPostGroupsSearchRequestEntityTooLarge() *PostGroupsSearchRequestEntityTooLarge

NewPostGroupsSearchRequestEntityTooLarge creates a PostGroupsSearchRequestEntityTooLarge with default headers values

func (*PostGroupsSearchRequestEntityTooLarge) Error

func (*PostGroupsSearchRequestEntityTooLarge) GetPayload

func (*PostGroupsSearchRequestEntityTooLarge) IsClientError

func (o *PostGroupsSearchRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this post groups search request entity too large response has a 4xx status code

func (*PostGroupsSearchRequestEntityTooLarge) IsCode

IsCode returns true when this post groups search request entity too large response a status code equal to that given

func (*PostGroupsSearchRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post groups search request entity too large response has a 3xx status code

func (*PostGroupsSearchRequestEntityTooLarge) IsServerError

func (o *PostGroupsSearchRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this post groups search request entity too large response has a 5xx status code

func (*PostGroupsSearchRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post groups search request entity too large response has a 2xx status code

func (*PostGroupsSearchRequestEntityTooLarge) String

type PostGroupsSearchRequestTimeout

type PostGroupsSearchRequestTimeout struct {
	Payload *models.ErrorBody
}

PostGroupsSearchRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostGroupsSearchRequestTimeout

func NewPostGroupsSearchRequestTimeout() *PostGroupsSearchRequestTimeout

NewPostGroupsSearchRequestTimeout creates a PostGroupsSearchRequestTimeout with default headers values

func (*PostGroupsSearchRequestTimeout) Error

func (*PostGroupsSearchRequestTimeout) GetPayload

func (*PostGroupsSearchRequestTimeout) IsClientError

func (o *PostGroupsSearchRequestTimeout) IsClientError() bool

IsClientError returns true when this post groups search request timeout response has a 4xx status code

func (*PostGroupsSearchRequestTimeout) IsCode

func (o *PostGroupsSearchRequestTimeout) IsCode(code int) bool

IsCode returns true when this post groups search request timeout response a status code equal to that given

func (*PostGroupsSearchRequestTimeout) IsRedirect

func (o *PostGroupsSearchRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post groups search request timeout response has a 3xx status code

func (*PostGroupsSearchRequestTimeout) IsServerError

func (o *PostGroupsSearchRequestTimeout) IsServerError() bool

IsServerError returns true when this post groups search request timeout response has a 5xx status code

func (*PostGroupsSearchRequestTimeout) IsSuccess

func (o *PostGroupsSearchRequestTimeout) IsSuccess() bool

IsSuccess returns true when this post groups search request timeout response has a 2xx status code

func (*PostGroupsSearchRequestTimeout) String

type PostGroupsSearchServiceUnavailable

type PostGroupsSearchServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostGroupsSearchServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostGroupsSearchServiceUnavailable

func NewPostGroupsSearchServiceUnavailable() *PostGroupsSearchServiceUnavailable

NewPostGroupsSearchServiceUnavailable creates a PostGroupsSearchServiceUnavailable with default headers values

func (*PostGroupsSearchServiceUnavailable) Error

func (*PostGroupsSearchServiceUnavailable) GetPayload

func (*PostGroupsSearchServiceUnavailable) IsClientError

func (o *PostGroupsSearchServiceUnavailable) IsClientError() bool

IsClientError returns true when this post groups search service unavailable response has a 4xx status code

func (*PostGroupsSearchServiceUnavailable) IsCode

IsCode returns true when this post groups search service unavailable response a status code equal to that given

func (*PostGroupsSearchServiceUnavailable) IsRedirect

func (o *PostGroupsSearchServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this post groups search service unavailable response has a 3xx status code

func (*PostGroupsSearchServiceUnavailable) IsServerError

func (o *PostGroupsSearchServiceUnavailable) IsServerError() bool

IsServerError returns true when this post groups search service unavailable response has a 5xx status code

func (*PostGroupsSearchServiceUnavailable) IsSuccess

IsSuccess returns true when this post groups search service unavailable response has a 2xx status code

func (*PostGroupsSearchServiceUnavailable) String

type PostGroupsSearchTooManyRequests

type PostGroupsSearchTooManyRequests struct {
	Payload *models.ErrorBody
}

PostGroupsSearchTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostGroupsSearchTooManyRequests

func NewPostGroupsSearchTooManyRequests() *PostGroupsSearchTooManyRequests

NewPostGroupsSearchTooManyRequests creates a PostGroupsSearchTooManyRequests with default headers values

func (*PostGroupsSearchTooManyRequests) Error

func (*PostGroupsSearchTooManyRequests) GetPayload

func (*PostGroupsSearchTooManyRequests) IsClientError

func (o *PostGroupsSearchTooManyRequests) IsClientError() bool

IsClientError returns true when this post groups search too many requests response has a 4xx status code

func (*PostGroupsSearchTooManyRequests) IsCode

func (o *PostGroupsSearchTooManyRequests) IsCode(code int) bool

IsCode returns true when this post groups search too many requests response a status code equal to that given

func (*PostGroupsSearchTooManyRequests) IsRedirect

func (o *PostGroupsSearchTooManyRequests) IsRedirect() bool

IsRedirect returns true when this post groups search too many requests response has a 3xx status code

func (*PostGroupsSearchTooManyRequests) IsServerError

func (o *PostGroupsSearchTooManyRequests) IsServerError() bool

IsServerError returns true when this post groups search too many requests response has a 5xx status code

func (*PostGroupsSearchTooManyRequests) IsSuccess

func (o *PostGroupsSearchTooManyRequests) IsSuccess() bool

IsSuccess returns true when this post groups search too many requests response has a 2xx status code

func (*PostGroupsSearchTooManyRequests) String

type PostGroupsSearchUnauthorized

type PostGroupsSearchUnauthorized struct {
	Payload *models.ErrorBody
}

PostGroupsSearchUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostGroupsSearchUnauthorized

func NewPostGroupsSearchUnauthorized() *PostGroupsSearchUnauthorized

NewPostGroupsSearchUnauthorized creates a PostGroupsSearchUnauthorized with default headers values

func (*PostGroupsSearchUnauthorized) Error

func (*PostGroupsSearchUnauthorized) GetPayload

func (*PostGroupsSearchUnauthorized) IsClientError

func (o *PostGroupsSearchUnauthorized) IsClientError() bool

IsClientError returns true when this post groups search unauthorized response has a 4xx status code

func (*PostGroupsSearchUnauthorized) IsCode

func (o *PostGroupsSearchUnauthorized) IsCode(code int) bool

IsCode returns true when this post groups search unauthorized response a status code equal to that given

func (*PostGroupsSearchUnauthorized) IsRedirect

func (o *PostGroupsSearchUnauthorized) IsRedirect() bool

IsRedirect returns true when this post groups search unauthorized response has a 3xx status code

func (*PostGroupsSearchUnauthorized) IsServerError

func (o *PostGroupsSearchUnauthorized) IsServerError() bool

IsServerError returns true when this post groups search unauthorized response has a 5xx status code

func (*PostGroupsSearchUnauthorized) IsSuccess

func (o *PostGroupsSearchUnauthorized) IsSuccess() bool

IsSuccess returns true when this post groups search unauthorized response has a 2xx status code

func (*PostGroupsSearchUnauthorized) String

type PostGroupsSearchUnsupportedMediaType

type PostGroupsSearchUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostGroupsSearchUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostGroupsSearchUnsupportedMediaType

func NewPostGroupsSearchUnsupportedMediaType() *PostGroupsSearchUnsupportedMediaType

NewPostGroupsSearchUnsupportedMediaType creates a PostGroupsSearchUnsupportedMediaType with default headers values

func (*PostGroupsSearchUnsupportedMediaType) Error

func (*PostGroupsSearchUnsupportedMediaType) GetPayload

func (*PostGroupsSearchUnsupportedMediaType) IsClientError

func (o *PostGroupsSearchUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this post groups search unsupported media type response has a 4xx status code

func (*PostGroupsSearchUnsupportedMediaType) IsCode

IsCode returns true when this post groups search unsupported media type response a status code equal to that given

func (*PostGroupsSearchUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post groups search unsupported media type response has a 3xx status code

func (*PostGroupsSearchUnsupportedMediaType) IsServerError

func (o *PostGroupsSearchUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this post groups search unsupported media type response has a 5xx status code

func (*PostGroupsSearchUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post groups search unsupported media type response has a 2xx status code

func (*PostGroupsSearchUnsupportedMediaType) String

type PostGroupsServiceUnavailable

type PostGroupsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostGroupsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostGroupsServiceUnavailable

func NewPostGroupsServiceUnavailable() *PostGroupsServiceUnavailable

NewPostGroupsServiceUnavailable creates a PostGroupsServiceUnavailable with default headers values

func (*PostGroupsServiceUnavailable) Error

func (*PostGroupsServiceUnavailable) GetPayload

func (*PostGroupsServiceUnavailable) IsClientError

func (o *PostGroupsServiceUnavailable) IsClientError() bool

IsClientError returns true when this post groups service unavailable response has a 4xx status code

func (*PostGroupsServiceUnavailable) IsCode

func (o *PostGroupsServiceUnavailable) IsCode(code int) bool

IsCode returns true when this post groups service unavailable response a status code equal to that given

func (*PostGroupsServiceUnavailable) IsRedirect

func (o *PostGroupsServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this post groups service unavailable response has a 3xx status code

func (*PostGroupsServiceUnavailable) IsServerError

func (o *PostGroupsServiceUnavailable) IsServerError() bool

IsServerError returns true when this post groups service unavailable response has a 5xx status code

func (*PostGroupsServiceUnavailable) IsSuccess

func (o *PostGroupsServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this post groups service unavailable response has a 2xx status code

func (*PostGroupsServiceUnavailable) String

type PostGroupsTooManyRequests

type PostGroupsTooManyRequests struct {
	Payload *models.ErrorBody
}

PostGroupsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostGroupsTooManyRequests

func NewPostGroupsTooManyRequests() *PostGroupsTooManyRequests

NewPostGroupsTooManyRequests creates a PostGroupsTooManyRequests with default headers values

func (*PostGroupsTooManyRequests) Error

func (o *PostGroupsTooManyRequests) Error() string

func (*PostGroupsTooManyRequests) GetPayload

func (o *PostGroupsTooManyRequests) GetPayload() *models.ErrorBody

func (*PostGroupsTooManyRequests) IsClientError

func (o *PostGroupsTooManyRequests) IsClientError() bool

IsClientError returns true when this post groups too many requests response has a 4xx status code

func (*PostGroupsTooManyRequests) IsCode

func (o *PostGroupsTooManyRequests) IsCode(code int) bool

IsCode returns true when this post groups too many requests response a status code equal to that given

func (*PostGroupsTooManyRequests) IsRedirect

func (o *PostGroupsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this post groups too many requests response has a 3xx status code

func (*PostGroupsTooManyRequests) IsServerError

func (o *PostGroupsTooManyRequests) IsServerError() bool

IsServerError returns true when this post groups too many requests response has a 5xx status code

func (*PostGroupsTooManyRequests) IsSuccess

func (o *PostGroupsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this post groups too many requests response has a 2xx status code

func (*PostGroupsTooManyRequests) String

func (o *PostGroupsTooManyRequests) String() string

type PostGroupsUnauthorized

type PostGroupsUnauthorized struct {
	Payload *models.ErrorBody
}

PostGroupsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostGroupsUnauthorized

func NewPostGroupsUnauthorized() *PostGroupsUnauthorized

NewPostGroupsUnauthorized creates a PostGroupsUnauthorized with default headers values

func (*PostGroupsUnauthorized) Error

func (o *PostGroupsUnauthorized) Error() string

func (*PostGroupsUnauthorized) GetPayload

func (o *PostGroupsUnauthorized) GetPayload() *models.ErrorBody

func (*PostGroupsUnauthorized) IsClientError

func (o *PostGroupsUnauthorized) IsClientError() bool

IsClientError returns true when this post groups unauthorized response has a 4xx status code

func (*PostGroupsUnauthorized) IsCode

func (o *PostGroupsUnauthorized) IsCode(code int) bool

IsCode returns true when this post groups unauthorized response a status code equal to that given

func (*PostGroupsUnauthorized) IsRedirect

func (o *PostGroupsUnauthorized) IsRedirect() bool

IsRedirect returns true when this post groups unauthorized response has a 3xx status code

func (*PostGroupsUnauthorized) IsServerError

func (o *PostGroupsUnauthorized) IsServerError() bool

IsServerError returns true when this post groups unauthorized response has a 5xx status code

func (*PostGroupsUnauthorized) IsSuccess

func (o *PostGroupsUnauthorized) IsSuccess() bool

IsSuccess returns true when this post groups unauthorized response has a 2xx status code

func (*PostGroupsUnauthorized) String

func (o *PostGroupsUnauthorized) String() string

type PostGroupsUnsupportedMediaType

type PostGroupsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostGroupsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostGroupsUnsupportedMediaType

func NewPostGroupsUnsupportedMediaType() *PostGroupsUnsupportedMediaType

NewPostGroupsUnsupportedMediaType creates a PostGroupsUnsupportedMediaType with default headers values

func (*PostGroupsUnsupportedMediaType) Error

func (*PostGroupsUnsupportedMediaType) GetPayload

func (*PostGroupsUnsupportedMediaType) IsClientError

func (o *PostGroupsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this post groups unsupported media type response has a 4xx status code

func (*PostGroupsUnsupportedMediaType) IsCode

func (o *PostGroupsUnsupportedMediaType) IsCode(code int) bool

IsCode returns true when this post groups unsupported media type response a status code equal to that given

func (*PostGroupsUnsupportedMediaType) IsRedirect

func (o *PostGroupsUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this post groups unsupported media type response has a 3xx status code

func (*PostGroupsUnsupportedMediaType) IsServerError

func (o *PostGroupsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this post groups unsupported media type response has a 5xx status code

func (*PostGroupsUnsupportedMediaType) IsSuccess

func (o *PostGroupsUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this post groups unsupported media type response has a 2xx status code

func (*PostGroupsUnsupportedMediaType) String

type PutGroupBadRequest

type PutGroupBadRequest struct {
	Payload *models.ErrorBody
}

PutGroupBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutGroupBadRequest

func NewPutGroupBadRequest() *PutGroupBadRequest

NewPutGroupBadRequest creates a PutGroupBadRequest with default headers values

func (*PutGroupBadRequest) Error

func (o *PutGroupBadRequest) Error() string

func (*PutGroupBadRequest) GetPayload

func (o *PutGroupBadRequest) GetPayload() *models.ErrorBody

func (*PutGroupBadRequest) IsClientError

func (o *PutGroupBadRequest) IsClientError() bool

IsClientError returns true when this put group bad request response has a 4xx status code

func (*PutGroupBadRequest) IsCode

func (o *PutGroupBadRequest) IsCode(code int) bool

IsCode returns true when this put group bad request response a status code equal to that given

func (*PutGroupBadRequest) IsRedirect

func (o *PutGroupBadRequest) IsRedirect() bool

IsRedirect returns true when this put group bad request response has a 3xx status code

func (*PutGroupBadRequest) IsServerError

func (o *PutGroupBadRequest) IsServerError() bool

IsServerError returns true when this put group bad request response has a 5xx status code

func (*PutGroupBadRequest) IsSuccess

func (o *PutGroupBadRequest) IsSuccess() bool

IsSuccess returns true when this put group bad request response has a 2xx status code

func (*PutGroupBadRequest) String

func (o *PutGroupBadRequest) String() string

type PutGroupConflict

type PutGroupConflict struct {
}

PutGroupConflict describes a response with status code 409, with default header values.

Resource conflict - Unexpected version was provided

func NewPutGroupConflict

func NewPutGroupConflict() *PutGroupConflict

NewPutGroupConflict creates a PutGroupConflict with default headers values

func (*PutGroupConflict) Error

func (o *PutGroupConflict) Error() string

func (*PutGroupConflict) IsClientError

func (o *PutGroupConflict) IsClientError() bool

IsClientError returns true when this put group conflict response has a 4xx status code

func (*PutGroupConflict) IsCode

func (o *PutGroupConflict) IsCode(code int) bool

IsCode returns true when this put group conflict response a status code equal to that given

func (*PutGroupConflict) IsRedirect

func (o *PutGroupConflict) IsRedirect() bool

IsRedirect returns true when this put group conflict response has a 3xx status code

func (*PutGroupConflict) IsServerError

func (o *PutGroupConflict) IsServerError() bool

IsServerError returns true when this put group conflict response has a 5xx status code

func (*PutGroupConflict) IsSuccess

func (o *PutGroupConflict) IsSuccess() bool

IsSuccess returns true when this put group conflict response has a 2xx status code

func (*PutGroupConflict) String

func (o *PutGroupConflict) String() string

type PutGroupForbidden

type PutGroupForbidden struct {
	Payload *models.ErrorBody
}

PutGroupForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutGroupForbidden

func NewPutGroupForbidden() *PutGroupForbidden

NewPutGroupForbidden creates a PutGroupForbidden with default headers values

func (*PutGroupForbidden) Error

func (o *PutGroupForbidden) Error() string

func (*PutGroupForbidden) GetPayload

func (o *PutGroupForbidden) GetPayload() *models.ErrorBody

func (*PutGroupForbidden) IsClientError

func (o *PutGroupForbidden) IsClientError() bool

IsClientError returns true when this put group forbidden response has a 4xx status code

func (*PutGroupForbidden) IsCode

func (o *PutGroupForbidden) IsCode(code int) bool

IsCode returns true when this put group forbidden response a status code equal to that given

func (*PutGroupForbidden) IsRedirect

func (o *PutGroupForbidden) IsRedirect() bool

IsRedirect returns true when this put group forbidden response has a 3xx status code

func (*PutGroupForbidden) IsServerError

func (o *PutGroupForbidden) IsServerError() bool

IsServerError returns true when this put group forbidden response has a 5xx status code

func (*PutGroupForbidden) IsSuccess

func (o *PutGroupForbidden) IsSuccess() bool

IsSuccess returns true when this put group forbidden response has a 2xx status code

func (*PutGroupForbidden) String

func (o *PutGroupForbidden) String() string

type PutGroupGatewayTimeout

type PutGroupGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutGroupGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutGroupGatewayTimeout

func NewPutGroupGatewayTimeout() *PutGroupGatewayTimeout

NewPutGroupGatewayTimeout creates a PutGroupGatewayTimeout with default headers values

func (*PutGroupGatewayTimeout) Error

func (o *PutGroupGatewayTimeout) Error() string

func (*PutGroupGatewayTimeout) GetPayload

func (o *PutGroupGatewayTimeout) GetPayload() *models.ErrorBody

func (*PutGroupGatewayTimeout) IsClientError

func (o *PutGroupGatewayTimeout) IsClientError() bool

IsClientError returns true when this put group gateway timeout response has a 4xx status code

func (*PutGroupGatewayTimeout) IsCode

func (o *PutGroupGatewayTimeout) IsCode(code int) bool

IsCode returns true when this put group gateway timeout response a status code equal to that given

func (*PutGroupGatewayTimeout) IsRedirect

func (o *PutGroupGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put group gateway timeout response has a 3xx status code

func (*PutGroupGatewayTimeout) IsServerError

func (o *PutGroupGatewayTimeout) IsServerError() bool

IsServerError returns true when this put group gateway timeout response has a 5xx status code

func (*PutGroupGatewayTimeout) IsSuccess

func (o *PutGroupGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this put group gateway timeout response has a 2xx status code

func (*PutGroupGatewayTimeout) String

func (o *PutGroupGatewayTimeout) String() string

type PutGroupInternalServerError

type PutGroupInternalServerError struct {
	Payload *models.ErrorBody
}

PutGroupInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutGroupInternalServerError

func NewPutGroupInternalServerError() *PutGroupInternalServerError

NewPutGroupInternalServerError creates a PutGroupInternalServerError with default headers values

func (*PutGroupInternalServerError) Error

func (*PutGroupInternalServerError) GetPayload

func (o *PutGroupInternalServerError) GetPayload() *models.ErrorBody

func (*PutGroupInternalServerError) IsClientError

func (o *PutGroupInternalServerError) IsClientError() bool

IsClientError returns true when this put group internal server error response has a 4xx status code

func (*PutGroupInternalServerError) IsCode

func (o *PutGroupInternalServerError) IsCode(code int) bool

IsCode returns true when this put group internal server error response a status code equal to that given

func (*PutGroupInternalServerError) IsRedirect

func (o *PutGroupInternalServerError) IsRedirect() bool

IsRedirect returns true when this put group internal server error response has a 3xx status code

func (*PutGroupInternalServerError) IsServerError

func (o *PutGroupInternalServerError) IsServerError() bool

IsServerError returns true when this put group internal server error response has a 5xx status code

func (*PutGroupInternalServerError) IsSuccess

func (o *PutGroupInternalServerError) IsSuccess() bool

IsSuccess returns true when this put group internal server error response has a 2xx status code

func (*PutGroupInternalServerError) String

func (o *PutGroupInternalServerError) String() string

type PutGroupNotFound

type PutGroupNotFound struct {
	Payload *models.ErrorBody
}

PutGroupNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutGroupNotFound

func NewPutGroupNotFound() *PutGroupNotFound

NewPutGroupNotFound creates a PutGroupNotFound with default headers values

func (*PutGroupNotFound) Error

func (o *PutGroupNotFound) Error() string

func (*PutGroupNotFound) GetPayload

func (o *PutGroupNotFound) GetPayload() *models.ErrorBody

func (*PutGroupNotFound) IsClientError

func (o *PutGroupNotFound) IsClientError() bool

IsClientError returns true when this put group not found response has a 4xx status code

func (*PutGroupNotFound) IsCode

func (o *PutGroupNotFound) IsCode(code int) bool

IsCode returns true when this put group not found response a status code equal to that given

func (*PutGroupNotFound) IsRedirect

func (o *PutGroupNotFound) IsRedirect() bool

IsRedirect returns true when this put group not found response has a 3xx status code

func (*PutGroupNotFound) IsServerError

func (o *PutGroupNotFound) IsServerError() bool

IsServerError returns true when this put group not found response has a 5xx status code

func (*PutGroupNotFound) IsSuccess

func (o *PutGroupNotFound) IsSuccess() bool

IsSuccess returns true when this put group not found response has a 2xx status code

func (*PutGroupNotFound) String

func (o *PutGroupNotFound) String() string

type PutGroupOK

type PutGroupOK struct {
	Payload *models.Group
}

PutGroupOK describes a response with status code 200, with default header values.

successful operation

func NewPutGroupOK

func NewPutGroupOK() *PutGroupOK

NewPutGroupOK creates a PutGroupOK with default headers values

func (*PutGroupOK) Error

func (o *PutGroupOK) Error() string

func (*PutGroupOK) GetPayload

func (o *PutGroupOK) GetPayload() *models.Group

func (*PutGroupOK) IsClientError

func (o *PutGroupOK) IsClientError() bool

IsClientError returns true when this put group o k response has a 4xx status code

func (*PutGroupOK) IsCode

func (o *PutGroupOK) IsCode(code int) bool

IsCode returns true when this put group o k response a status code equal to that given

func (*PutGroupOK) IsRedirect

func (o *PutGroupOK) IsRedirect() bool

IsRedirect returns true when this put group o k response has a 3xx status code

func (*PutGroupOK) IsServerError

func (o *PutGroupOK) IsServerError() bool

IsServerError returns true when this put group o k response has a 5xx status code

func (*PutGroupOK) IsSuccess

func (o *PutGroupOK) IsSuccess() bool

IsSuccess returns true when this put group o k response has a 2xx status code

func (*PutGroupOK) String

func (o *PutGroupOK) String() string

type PutGroupParams

type PutGroupParams struct {

	/* Body.

	   Group
	*/
	Body *models.GroupUpdate

	/* GroupID.

	   Group ID
	*/
	GroupID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutGroupParams contains all the parameters to send to the API endpoint

for the put group operation.

Typically these are written to a http.Request.

func NewPutGroupParams

func NewPutGroupParams() *PutGroupParams

NewPutGroupParams creates a new PutGroupParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutGroupParamsWithContext

func NewPutGroupParamsWithContext(ctx context.Context) *PutGroupParams

NewPutGroupParamsWithContext creates a new PutGroupParams object with the ability to set a context for a request.

func NewPutGroupParamsWithHTTPClient

func NewPutGroupParamsWithHTTPClient(client *http.Client) *PutGroupParams

NewPutGroupParamsWithHTTPClient creates a new PutGroupParams object with the ability to set a custom HTTPClient for a request.

func NewPutGroupParamsWithTimeout

func NewPutGroupParamsWithTimeout(timeout time.Duration) *PutGroupParams

NewPutGroupParamsWithTimeout creates a new PutGroupParams object with the ability to set a timeout on a request.

func (*PutGroupParams) SetBody

func (o *PutGroupParams) SetBody(body *models.GroupUpdate)

SetBody adds the body to the put group params

func (*PutGroupParams) SetContext

func (o *PutGroupParams) SetContext(ctx context.Context)

SetContext adds the context to the put group params

func (*PutGroupParams) SetDefaults

func (o *PutGroupParams) SetDefaults()

SetDefaults hydrates default values in the put group params (not the query body).

All values with no default are reset to their zero value.

func (*PutGroupParams) SetGroupID

func (o *PutGroupParams) SetGroupID(groupID string)

SetGroupID adds the groupId to the put group params

func (*PutGroupParams) SetHTTPClient

func (o *PutGroupParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put group params

func (*PutGroupParams) SetTimeout

func (o *PutGroupParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put group params

func (*PutGroupParams) WithBody

func (o *PutGroupParams) WithBody(body *models.GroupUpdate) *PutGroupParams

WithBody adds the body to the put group params

func (*PutGroupParams) WithContext

func (o *PutGroupParams) WithContext(ctx context.Context) *PutGroupParams

WithContext adds the context to the put group params

func (*PutGroupParams) WithDefaults

func (o *PutGroupParams) WithDefaults() *PutGroupParams

WithDefaults hydrates default values in the put group params (not the query body).

All values with no default are reset to their zero value.

func (*PutGroupParams) WithGroupID

func (o *PutGroupParams) WithGroupID(groupID string) *PutGroupParams

WithGroupID adds the groupID to the put group params

func (*PutGroupParams) WithHTTPClient

func (o *PutGroupParams) WithHTTPClient(client *http.Client) *PutGroupParams

WithHTTPClient adds the HTTPClient to the put group params

func (*PutGroupParams) WithTimeout

func (o *PutGroupParams) WithTimeout(timeout time.Duration) *PutGroupParams

WithTimeout adds the timeout to the put group params

func (*PutGroupParams) WriteToRequest

func (o *PutGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PutGroupReader

type PutGroupReader struct {
	// contains filtered or unexported fields
}

PutGroupReader is a Reader for the PutGroup structure.

func (*PutGroupReader) ReadResponse

func (o *PutGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutGroupRequestEntityTooLarge

type PutGroupRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutGroupRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutGroupRequestEntityTooLarge

func NewPutGroupRequestEntityTooLarge() *PutGroupRequestEntityTooLarge

NewPutGroupRequestEntityTooLarge creates a PutGroupRequestEntityTooLarge with default headers values

func (*PutGroupRequestEntityTooLarge) Error

func (*PutGroupRequestEntityTooLarge) GetPayload

func (*PutGroupRequestEntityTooLarge) IsClientError

func (o *PutGroupRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this put group request entity too large response has a 4xx status code

func (*PutGroupRequestEntityTooLarge) IsCode

func (o *PutGroupRequestEntityTooLarge) IsCode(code int) bool

IsCode returns true when this put group request entity too large response a status code equal to that given

func (*PutGroupRequestEntityTooLarge) IsRedirect

func (o *PutGroupRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this put group request entity too large response has a 3xx status code

func (*PutGroupRequestEntityTooLarge) IsServerError

func (o *PutGroupRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this put group request entity too large response has a 5xx status code

func (*PutGroupRequestEntityTooLarge) IsSuccess

func (o *PutGroupRequestEntityTooLarge) IsSuccess() bool

IsSuccess returns true when this put group request entity too large response has a 2xx status code

func (*PutGroupRequestEntityTooLarge) String

type PutGroupRequestTimeout

type PutGroupRequestTimeout struct {
	Payload *models.ErrorBody
}

PutGroupRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutGroupRequestTimeout

func NewPutGroupRequestTimeout() *PutGroupRequestTimeout

NewPutGroupRequestTimeout creates a PutGroupRequestTimeout with default headers values

func (*PutGroupRequestTimeout) Error

func (o *PutGroupRequestTimeout) Error() string

func (*PutGroupRequestTimeout) GetPayload

func (o *PutGroupRequestTimeout) GetPayload() *models.ErrorBody

func (*PutGroupRequestTimeout) IsClientError

func (o *PutGroupRequestTimeout) IsClientError() bool

IsClientError returns true when this put group request timeout response has a 4xx status code

func (*PutGroupRequestTimeout) IsCode

func (o *PutGroupRequestTimeout) IsCode(code int) bool

IsCode returns true when this put group request timeout response a status code equal to that given

func (*PutGroupRequestTimeout) IsRedirect

func (o *PutGroupRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put group request timeout response has a 3xx status code

func (*PutGroupRequestTimeout) IsServerError

func (o *PutGroupRequestTimeout) IsServerError() bool

IsServerError returns true when this put group request timeout response has a 5xx status code

func (*PutGroupRequestTimeout) IsSuccess

func (o *PutGroupRequestTimeout) IsSuccess() bool

IsSuccess returns true when this put group request timeout response has a 2xx status code

func (*PutGroupRequestTimeout) String

func (o *PutGroupRequestTimeout) String() string

type PutGroupServiceUnavailable

type PutGroupServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutGroupServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutGroupServiceUnavailable

func NewPutGroupServiceUnavailable() *PutGroupServiceUnavailable

NewPutGroupServiceUnavailable creates a PutGroupServiceUnavailable with default headers values

func (*PutGroupServiceUnavailable) Error

func (*PutGroupServiceUnavailable) GetPayload

func (o *PutGroupServiceUnavailable) GetPayload() *models.ErrorBody

func (*PutGroupServiceUnavailable) IsClientError

func (o *PutGroupServiceUnavailable) IsClientError() bool

IsClientError returns true when this put group service unavailable response has a 4xx status code

func (*PutGroupServiceUnavailable) IsCode

func (o *PutGroupServiceUnavailable) IsCode(code int) bool

IsCode returns true when this put group service unavailable response a status code equal to that given

func (*PutGroupServiceUnavailable) IsRedirect

func (o *PutGroupServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this put group service unavailable response has a 3xx status code

func (*PutGroupServiceUnavailable) IsServerError

func (o *PutGroupServiceUnavailable) IsServerError() bool

IsServerError returns true when this put group service unavailable response has a 5xx status code

func (*PutGroupServiceUnavailable) IsSuccess

func (o *PutGroupServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this put group service unavailable response has a 2xx status code

func (*PutGroupServiceUnavailable) String

func (o *PutGroupServiceUnavailable) String() string

type PutGroupTooManyRequests

type PutGroupTooManyRequests struct {
	Payload *models.ErrorBody
}

PutGroupTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutGroupTooManyRequests

func NewPutGroupTooManyRequests() *PutGroupTooManyRequests

NewPutGroupTooManyRequests creates a PutGroupTooManyRequests with default headers values

func (*PutGroupTooManyRequests) Error

func (o *PutGroupTooManyRequests) Error() string

func (*PutGroupTooManyRequests) GetPayload

func (o *PutGroupTooManyRequests) GetPayload() *models.ErrorBody

func (*PutGroupTooManyRequests) IsClientError

func (o *PutGroupTooManyRequests) IsClientError() bool

IsClientError returns true when this put group too many requests response has a 4xx status code

func (*PutGroupTooManyRequests) IsCode

func (o *PutGroupTooManyRequests) IsCode(code int) bool

IsCode returns true when this put group too many requests response a status code equal to that given

func (*PutGroupTooManyRequests) IsRedirect

func (o *PutGroupTooManyRequests) IsRedirect() bool

IsRedirect returns true when this put group too many requests response has a 3xx status code

func (*PutGroupTooManyRequests) IsServerError

func (o *PutGroupTooManyRequests) IsServerError() bool

IsServerError returns true when this put group too many requests response has a 5xx status code

func (*PutGroupTooManyRequests) IsSuccess

func (o *PutGroupTooManyRequests) IsSuccess() bool

IsSuccess returns true when this put group too many requests response has a 2xx status code

func (*PutGroupTooManyRequests) String

func (o *PutGroupTooManyRequests) String() string

type PutGroupUnauthorized

type PutGroupUnauthorized struct {
	Payload *models.ErrorBody
}

PutGroupUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutGroupUnauthorized

func NewPutGroupUnauthorized() *PutGroupUnauthorized

NewPutGroupUnauthorized creates a PutGroupUnauthorized with default headers values

func (*PutGroupUnauthorized) Error

func (o *PutGroupUnauthorized) Error() string

func (*PutGroupUnauthorized) GetPayload

func (o *PutGroupUnauthorized) GetPayload() *models.ErrorBody

func (*PutGroupUnauthorized) IsClientError

func (o *PutGroupUnauthorized) IsClientError() bool

IsClientError returns true when this put group unauthorized response has a 4xx status code

func (*PutGroupUnauthorized) IsCode

func (o *PutGroupUnauthorized) IsCode(code int) bool

IsCode returns true when this put group unauthorized response a status code equal to that given

func (*PutGroupUnauthorized) IsRedirect

func (o *PutGroupUnauthorized) IsRedirect() bool

IsRedirect returns true when this put group unauthorized response has a 3xx status code

func (*PutGroupUnauthorized) IsServerError

func (o *PutGroupUnauthorized) IsServerError() bool

IsServerError returns true when this put group unauthorized response has a 5xx status code

func (*PutGroupUnauthorized) IsSuccess

func (o *PutGroupUnauthorized) IsSuccess() bool

IsSuccess returns true when this put group unauthorized response has a 2xx status code

func (*PutGroupUnauthorized) String

func (o *PutGroupUnauthorized) String() string

type PutGroupUnsupportedMediaType

type PutGroupUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutGroupUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutGroupUnsupportedMediaType

func NewPutGroupUnsupportedMediaType() *PutGroupUnsupportedMediaType

NewPutGroupUnsupportedMediaType creates a PutGroupUnsupportedMediaType with default headers values

func (*PutGroupUnsupportedMediaType) Error

func (*PutGroupUnsupportedMediaType) GetPayload

func (*PutGroupUnsupportedMediaType) IsClientError

func (o *PutGroupUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this put group unsupported media type response has a 4xx status code

func (*PutGroupUnsupportedMediaType) IsCode

func (o *PutGroupUnsupportedMediaType) IsCode(code int) bool

IsCode returns true when this put group unsupported media type response a status code equal to that given

func (*PutGroupUnsupportedMediaType) IsRedirect

func (o *PutGroupUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this put group unsupported media type response has a 3xx status code

func (*PutGroupUnsupportedMediaType) IsServerError

func (o *PutGroupUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this put group unsupported media type response has a 5xx status code

func (*PutGroupUnsupportedMediaType) IsSuccess

func (o *PutGroupUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this put group unsupported media type response has a 2xx status code

func (*PutGroupUnsupportedMediaType) String

Jump to

Keyboard shortcuts

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