organization

package
v0.0.0-...-078138e Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithAcceptApplicationJSON

func WithAcceptApplicationJSON(r *runtime.ClientOperation)

WithAcceptApplicationJSON sets the Accept header to "application/json".

func WithAcceptTextHTML

func WithAcceptTextHTML(r *runtime.ClientOperation)

WithAcceptTextHTML sets the Accept header to "text/html".

func WithContentTypeApplicationJSON

func WithContentTypeApplicationJSON(r *runtime.ClientOperation)

WithContentTypeApplicationJSON sets the Content-Type header to "application/json".

func WithContentTypeTextPlain

func WithContentTypeTextPlain(r *runtime.ClientOperation)

WithContentTypeTextPlain sets the Content-Type header to "text/plain".

Types

type Client

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

Client for organization API

func (*Client) CreateOrgRepo

func (a *Client) CreateOrgRepo(params *CreateOrgRepoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrgRepoCreated, error)

CreateOrgRepo creates a repository in an organization

func (*Client) CreateOrgRepoDeprecated

func (a *Client) CreateOrgRepoDeprecated(params *CreateOrgRepoDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrgRepoDeprecatedCreated, error)

CreateOrgRepoDeprecated creates a repository in an organization

func (*Client) CreateOrgVariable

CreateOrgVariable creates an org level variable

func (*Client) DeleteOrgSecret

func (a *Client) DeleteOrgSecret(params *DeleteOrgSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteOrgSecretNoContent, error)

DeleteOrgSecret deletes a secret in an organization

func (*Client) DeleteOrgVariable

DeleteOrgVariable deletes an org level variable

func (*Client) GetOrgVariable

func (a *Client) GetOrgVariable(params *GetOrgVariableParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrgVariableOK, error)

GetOrgVariable gets an org level variable

func (*Client) GetOrgVariablesList

func (a *Client) GetOrgVariablesList(params *GetOrgVariablesListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrgVariablesListOK, error)

GetOrgVariablesList gets an org level variables list

func (*Client) OrgAddTeamMember

func (a *Client) OrgAddTeamMember(params *OrgAddTeamMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgAddTeamMemberNoContent, error)

OrgAddTeamMember adds a team member

func (*Client) OrgAddTeamRepository

func (a *Client) OrgAddTeamRepository(params *OrgAddTeamRepositoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgAddTeamRepositoryNoContent, error)

OrgAddTeamRepository adds a repository to a team

func (*Client) OrgConcealMember

func (a *Client) OrgConcealMember(params *OrgConcealMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgConcealMemberNoContent, error)

OrgConcealMember conceals a user s membership

func (*Client) OrgCreate

func (a *Client) OrgCreate(params *OrgCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgCreateCreated, error)

OrgCreate creates an organization

func (*Client) OrgCreateHook

func (a *Client) OrgCreateHook(params *OrgCreateHookParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgCreateHookCreated, error)

OrgCreateHook creates a hook

func (*Client) OrgCreateLabel

func (a *Client) OrgCreateLabel(params *OrgCreateLabelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgCreateLabelCreated, error)

OrgCreateLabel creates a label for an organization

func (*Client) OrgCreateTeam

func (a *Client) OrgCreateTeam(params *OrgCreateTeamParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgCreateTeamCreated, error)

OrgCreateTeam creates a team

func (*Client) OrgDelete

func (a *Client) OrgDelete(params *OrgDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgDeleteNoContent, error)

OrgDelete deletes an organization

func (*Client) OrgDeleteAvatar

func (a *Client) OrgDeleteAvatar(params *OrgDeleteAvatarParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgDeleteAvatarNoContent, error)

OrgDeleteAvatar deletes avatar

func (*Client) OrgDeleteHook

func (a *Client) OrgDeleteHook(params *OrgDeleteHookParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgDeleteHookNoContent, error)

OrgDeleteHook deletes a hook

func (*Client) OrgDeleteLabel

func (a *Client) OrgDeleteLabel(params *OrgDeleteLabelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgDeleteLabelNoContent, error)

OrgDeleteLabel deletes a label

func (*Client) OrgDeleteMember

func (a *Client) OrgDeleteMember(params *OrgDeleteMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgDeleteMemberNoContent, error)

OrgDeleteMember removes a member from an organization

func (*Client) OrgDeleteTeam

func (a *Client) OrgDeleteTeam(params *OrgDeleteTeamParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgDeleteTeamNoContent, error)

OrgDeleteTeam deletes a team

func (*Client) OrgEdit

func (a *Client) OrgEdit(params *OrgEditParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgEditOK, error)

OrgEdit edits an organization

func (*Client) OrgEditHook

func (a *Client) OrgEditHook(params *OrgEditHookParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgEditHookOK, error)

OrgEditHook updates a hook

func (*Client) OrgEditLabel

func (a *Client) OrgEditLabel(params *OrgEditLabelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgEditLabelOK, error)

OrgEditLabel updates a label

func (*Client) OrgEditTeam

func (a *Client) OrgEditTeam(params *OrgEditTeamParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgEditTeamOK, error)

OrgEditTeam edits a team

func (*Client) OrgGet

func (a *Client) OrgGet(params *OrgGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgGetOK, error)

OrgGet gets an organization

func (*Client) OrgGetAll

func (a *Client) OrgGetAll(params *OrgGetAllParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgGetAllOK, error)

OrgGetAll gets list of organizations

func (*Client) OrgGetHook

func (a *Client) OrgGetHook(params *OrgGetHookParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgGetHookOK, error)

OrgGetHook gets a hook

func (*Client) OrgGetLabel

func (a *Client) OrgGetLabel(params *OrgGetLabelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgGetLabelOK, error)

OrgGetLabel gets a single label

func (*Client) OrgGetRunnerRegistrationToken

func (a *Client) OrgGetRunnerRegistrationToken(params *OrgGetRunnerRegistrationTokenParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgGetRunnerRegistrationTokenOK, error)

OrgGetRunnerRegistrationToken gets an organization s actions runner registration token

func (*Client) OrgGetTeam

func (a *Client) OrgGetTeam(params *OrgGetTeamParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgGetTeamOK, error)

OrgGetTeam gets a team

func (*Client) OrgGetUserPermissions

func (a *Client) OrgGetUserPermissions(params *OrgGetUserPermissionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgGetUserPermissionsOK, error)

OrgGetUserPermissions gets user permissions in organization

func (*Client) OrgIsMember

func (a *Client) OrgIsMember(params *OrgIsMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgIsMemberNoContent, error)

OrgIsMember checks if a user is a member of an organization

func (*Client) OrgIsPublicMember

func (a *Client) OrgIsPublicMember(params *OrgIsPublicMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgIsPublicMemberNoContent, error)

OrgIsPublicMember checks if a user is a public member of an organization

func (*Client) OrgListActionsSecrets

func (a *Client) OrgListActionsSecrets(params *OrgListActionsSecretsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListActionsSecretsOK, error)

OrgListActionsSecrets lists an organization s actions secrets

func (*Client) OrgListActivityFeeds

func (a *Client) OrgListActivityFeeds(params *OrgListActivityFeedsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListActivityFeedsOK, error)

OrgListActivityFeeds lists an organization s activity feeds

func (*Client) OrgListCurrentUserOrgs

func (a *Client) OrgListCurrentUserOrgs(params *OrgListCurrentUserOrgsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListCurrentUserOrgsOK, error)

OrgListCurrentUserOrgs lists the current user s organizations

func (*Client) OrgListHooks

func (a *Client) OrgListHooks(params *OrgListHooksParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListHooksOK, error)

OrgListHooks lists an organization s webhooks

func (*Client) OrgListLabels

func (a *Client) OrgListLabels(params *OrgListLabelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListLabelsOK, error)

OrgListLabels lists an organization s labels

func (*Client) OrgListMembers

func (a *Client) OrgListMembers(params *OrgListMembersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListMembersOK, error)

OrgListMembers lists an organization s members

func (*Client) OrgListPublicMembers

func (a *Client) OrgListPublicMembers(params *OrgListPublicMembersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListPublicMembersOK, error)

OrgListPublicMembers lists an organization s public members

func (*Client) OrgListRepos

func (a *Client) OrgListRepos(params *OrgListReposParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListReposOK, error)

OrgListRepos lists an organization s repos

func (*Client) OrgListTeamActivityFeeds

func (a *Client) OrgListTeamActivityFeeds(params *OrgListTeamActivityFeedsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListTeamActivityFeedsOK, error)

OrgListTeamActivityFeeds lists a team s activity feeds

func (*Client) OrgListTeamMember

func (a *Client) OrgListTeamMember(params *OrgListTeamMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListTeamMemberOK, error)

OrgListTeamMember lists a particular member of team

func (*Client) OrgListTeamMembers

func (a *Client) OrgListTeamMembers(params *OrgListTeamMembersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListTeamMembersOK, error)

OrgListTeamMembers lists a team s members

func (*Client) OrgListTeamRepo

func (a *Client) OrgListTeamRepo(params *OrgListTeamRepoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListTeamRepoOK, error)

OrgListTeamRepo lists a particular repo of team

func (*Client) OrgListTeamRepos

func (a *Client) OrgListTeamRepos(params *OrgListTeamReposParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListTeamReposOK, error)

OrgListTeamRepos lists a team s repos

func (*Client) OrgListTeams

func (a *Client) OrgListTeams(params *OrgListTeamsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListTeamsOK, error)

OrgListTeams lists an organization s teams

func (*Client) OrgListUserOrgs

func (a *Client) OrgListUserOrgs(params *OrgListUserOrgsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListUserOrgsOK, error)

OrgListUserOrgs lists a user s organizations

func (*Client) OrgPublicizeMember

func (a *Client) OrgPublicizeMember(params *OrgPublicizeMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgPublicizeMemberNoContent, error)

OrgPublicizeMember publicizes a user s membership

func (*Client) OrgRemoveTeamMember

func (a *Client) OrgRemoveTeamMember(params *OrgRemoveTeamMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgRemoveTeamMemberNoContent, error)

OrgRemoveTeamMember removes a team member

func (*Client) OrgRemoveTeamRepository

func (a *Client) OrgRemoveTeamRepository(params *OrgRemoveTeamRepositoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgRemoveTeamRepositoryNoContent, error)

OrgRemoveTeamRepository removes a repository from a team

This does not delete the repository, it only removes the repository from the team.

func (*Client) OrgUpdateAvatar

func (a *Client) OrgUpdateAvatar(params *OrgUpdateAvatarParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgUpdateAvatarNoContent, error)

OrgUpdateAvatar updates avatar

func (*Client) OrganizationBlockUser

func (a *Client) OrganizationBlockUser(params *OrganizationBlockUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrganizationBlockUserNoContent, error)

OrganizationBlockUser blocks a user

func (*Client) OrganizationCheckUserBlock

OrganizationCheckUserBlock checks if a user is blocked by the organization

func (*Client) OrganizationListBlocks

func (a *Client) OrganizationListBlocks(params *OrganizationListBlocksParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrganizationListBlocksOK, error)

OrganizationListBlocks lists users blocked by the organization

func (*Client) OrganizationUnblockUser

func (a *Client) OrganizationUnblockUser(params *OrganizationUnblockUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrganizationUnblockUserNoContent, error)

OrganizationUnblockUser unblocks a user

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) TeamSearch

func (a *Client) TeamSearch(params *TeamSearchParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TeamSearchOK, error)

TeamSearch searches for teams within an organization

func (*Client) UpdateOrgSecret

UpdateOrgSecret creates or update a secret value in an organization

func (*Client) UpdateOrgVariable

UpdateOrgVariable updates an org level variable

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption may be used to customize the behavior of Client methods.

func WithAccept

func WithAccept(mime string) ClientOption

WithAccept allows the client to force the Accept header to negotiate a specific Producer from the server.

You may use this option to set arbitrary extensions to your MIME media type.

func WithContentType

func WithContentType(mime string) ClientOption

WithContentType allows the client to force the Content-Type header to negotiate a specific Consumer from the server.

You may use this option to set arbitrary extensions to your MIME media type.

type ClientService

type ClientService interface {
	CreateOrgRepo(params *CreateOrgRepoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrgRepoCreated, error)

	CreateOrgRepoDeprecated(params *CreateOrgRepoDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrgRepoDeprecatedCreated, error)

	CreateOrgVariable(params *CreateOrgVariableParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrgVariableCreated, *CreateOrgVariableNoContent, error)

	DeleteOrgSecret(params *DeleteOrgSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteOrgSecretNoContent, error)

	DeleteOrgVariable(params *DeleteOrgVariableParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteOrgVariableOK, *DeleteOrgVariableCreated, *DeleteOrgVariableNoContent, error)

	GetOrgVariable(params *GetOrgVariableParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrgVariableOK, error)

	GetOrgVariablesList(params *GetOrgVariablesListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrgVariablesListOK, error)

	OrgAddTeamMember(params *OrgAddTeamMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgAddTeamMemberNoContent, error)

	OrgAddTeamRepository(params *OrgAddTeamRepositoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgAddTeamRepositoryNoContent, error)

	OrgConcealMember(params *OrgConcealMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgConcealMemberNoContent, error)

	OrgCreate(params *OrgCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgCreateCreated, error)

	OrgCreateHook(params *OrgCreateHookParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgCreateHookCreated, error)

	OrgCreateLabel(params *OrgCreateLabelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgCreateLabelCreated, error)

	OrgCreateTeam(params *OrgCreateTeamParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgCreateTeamCreated, error)

	OrgDelete(params *OrgDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgDeleteNoContent, error)

	OrgDeleteAvatar(params *OrgDeleteAvatarParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgDeleteAvatarNoContent, error)

	OrgDeleteHook(params *OrgDeleteHookParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgDeleteHookNoContent, error)

	OrgDeleteLabel(params *OrgDeleteLabelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgDeleteLabelNoContent, error)

	OrgDeleteMember(params *OrgDeleteMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgDeleteMemberNoContent, error)

	OrgDeleteTeam(params *OrgDeleteTeamParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgDeleteTeamNoContent, error)

	OrgEdit(params *OrgEditParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgEditOK, error)

	OrgEditHook(params *OrgEditHookParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgEditHookOK, error)

	OrgEditLabel(params *OrgEditLabelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgEditLabelOK, error)

	OrgEditTeam(params *OrgEditTeamParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgEditTeamOK, error)

	OrgGet(params *OrgGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgGetOK, error)

	OrgGetAll(params *OrgGetAllParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgGetAllOK, error)

	OrgGetHook(params *OrgGetHookParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgGetHookOK, error)

	OrgGetLabel(params *OrgGetLabelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgGetLabelOK, error)

	OrgGetRunnerRegistrationToken(params *OrgGetRunnerRegistrationTokenParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgGetRunnerRegistrationTokenOK, error)

	OrgGetTeam(params *OrgGetTeamParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgGetTeamOK, error)

	OrgGetUserPermissions(params *OrgGetUserPermissionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgGetUserPermissionsOK, error)

	OrgIsMember(params *OrgIsMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgIsMemberNoContent, error)

	OrgIsPublicMember(params *OrgIsPublicMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgIsPublicMemberNoContent, error)

	OrgListActionsSecrets(params *OrgListActionsSecretsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListActionsSecretsOK, error)

	OrgListActivityFeeds(params *OrgListActivityFeedsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListActivityFeedsOK, error)

	OrgListCurrentUserOrgs(params *OrgListCurrentUserOrgsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListCurrentUserOrgsOK, error)

	OrgListHooks(params *OrgListHooksParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListHooksOK, error)

	OrgListLabels(params *OrgListLabelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListLabelsOK, error)

	OrgListMembers(params *OrgListMembersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListMembersOK, error)

	OrgListPublicMembers(params *OrgListPublicMembersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListPublicMembersOK, error)

	OrgListRepos(params *OrgListReposParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListReposOK, error)

	OrgListTeamActivityFeeds(params *OrgListTeamActivityFeedsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListTeamActivityFeedsOK, error)

	OrgListTeamMember(params *OrgListTeamMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListTeamMemberOK, error)

	OrgListTeamMembers(params *OrgListTeamMembersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListTeamMembersOK, error)

	OrgListTeamRepo(params *OrgListTeamRepoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListTeamRepoOK, error)

	OrgListTeamRepos(params *OrgListTeamReposParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListTeamReposOK, error)

	OrgListTeams(params *OrgListTeamsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListTeamsOK, error)

	OrgListUserOrgs(params *OrgListUserOrgsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListUserOrgsOK, error)

	OrgPublicizeMember(params *OrgPublicizeMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgPublicizeMemberNoContent, error)

	OrgRemoveTeamMember(params *OrgRemoveTeamMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgRemoveTeamMemberNoContent, error)

	OrgRemoveTeamRepository(params *OrgRemoveTeamRepositoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgRemoveTeamRepositoryNoContent, error)

	OrgUpdateAvatar(params *OrgUpdateAvatarParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgUpdateAvatarNoContent, error)

	OrganizationBlockUser(params *OrganizationBlockUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrganizationBlockUserNoContent, error)

	OrganizationCheckUserBlock(params *OrganizationCheckUserBlockParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrganizationCheckUserBlockNoContent, error)

	OrganizationListBlocks(params *OrganizationListBlocksParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrganizationListBlocksOK, error)

	OrganizationUnblockUser(params *OrganizationUnblockUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrganizationUnblockUserNoContent, error)

	TeamSearch(params *TeamSearchParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TeamSearchOK, error)

	UpdateOrgSecret(params *UpdateOrgSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateOrgSecretCreated, *UpdateOrgSecretNoContent, error)

	UpdateOrgVariable(params *UpdateOrgVariableParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateOrgVariableCreated, *UpdateOrgVariableNoContent, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new organization API client.

func NewClientWithBasicAuth

func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService

New creates a new organization API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.

func NewClientWithBearerToken

func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService

New creates a new organization API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.

type CreateOrgRepoBadRequest

type CreateOrgRepoBadRequest struct {
	Message string
	URL     string
}

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

APIError is error format response

func NewCreateOrgRepoBadRequest

func NewCreateOrgRepoBadRequest() *CreateOrgRepoBadRequest

NewCreateOrgRepoBadRequest creates a CreateOrgRepoBadRequest with default headers values

func (*CreateOrgRepoBadRequest) Code

func (o *CreateOrgRepoBadRequest) Code() int

Code gets the status code for the create org repo bad request response

func (*CreateOrgRepoBadRequest) Error

func (o *CreateOrgRepoBadRequest) Error() string

func (*CreateOrgRepoBadRequest) IsClientError

func (o *CreateOrgRepoBadRequest) IsClientError() bool

IsClientError returns true when this create org repo bad request response has a 4xx status code

func (*CreateOrgRepoBadRequest) IsCode

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

IsCode returns true when this create org repo bad request response a status code equal to that given

func (*CreateOrgRepoBadRequest) IsRedirect

func (o *CreateOrgRepoBadRequest) IsRedirect() bool

IsRedirect returns true when this create org repo bad request response has a 3xx status code

func (*CreateOrgRepoBadRequest) IsServerError

func (o *CreateOrgRepoBadRequest) IsServerError() bool

IsServerError returns true when this create org repo bad request response has a 5xx status code

func (*CreateOrgRepoBadRequest) IsSuccess

func (o *CreateOrgRepoBadRequest) IsSuccess() bool

IsSuccess returns true when this create org repo bad request response has a 2xx status code

func (*CreateOrgRepoBadRequest) String

func (o *CreateOrgRepoBadRequest) String() string

type CreateOrgRepoCreated

type CreateOrgRepoCreated struct {
	Payload *models.Repository
}

CreateOrgRepoCreated describes a response with status code 201, with default header values.

Repository

func NewCreateOrgRepoCreated

func NewCreateOrgRepoCreated() *CreateOrgRepoCreated

NewCreateOrgRepoCreated creates a CreateOrgRepoCreated with default headers values

func (*CreateOrgRepoCreated) Code

func (o *CreateOrgRepoCreated) Code() int

Code gets the status code for the create org repo created response

func (*CreateOrgRepoCreated) Error

func (o *CreateOrgRepoCreated) Error() string

func (*CreateOrgRepoCreated) GetPayload

func (o *CreateOrgRepoCreated) GetPayload() *models.Repository

func (*CreateOrgRepoCreated) IsClientError

func (o *CreateOrgRepoCreated) IsClientError() bool

IsClientError returns true when this create org repo created response has a 4xx status code

func (*CreateOrgRepoCreated) IsCode

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

IsCode returns true when this create org repo created response a status code equal to that given

func (*CreateOrgRepoCreated) IsRedirect

func (o *CreateOrgRepoCreated) IsRedirect() bool

IsRedirect returns true when this create org repo created response has a 3xx status code

func (*CreateOrgRepoCreated) IsServerError

func (o *CreateOrgRepoCreated) IsServerError() bool

IsServerError returns true when this create org repo created response has a 5xx status code

func (*CreateOrgRepoCreated) IsSuccess

func (o *CreateOrgRepoCreated) IsSuccess() bool

IsSuccess returns true when this create org repo created response has a 2xx status code

func (*CreateOrgRepoCreated) String

func (o *CreateOrgRepoCreated) String() string

type CreateOrgRepoDeprecatedCreated

type CreateOrgRepoDeprecatedCreated struct {
	Payload *models.Repository
}

CreateOrgRepoDeprecatedCreated describes a response with status code 201, with default header values.

Repository

func NewCreateOrgRepoDeprecatedCreated

func NewCreateOrgRepoDeprecatedCreated() *CreateOrgRepoDeprecatedCreated

NewCreateOrgRepoDeprecatedCreated creates a CreateOrgRepoDeprecatedCreated with default headers values

func (*CreateOrgRepoDeprecatedCreated) Code

Code gets the status code for the create org repo deprecated created response

func (*CreateOrgRepoDeprecatedCreated) Error

func (*CreateOrgRepoDeprecatedCreated) GetPayload

func (*CreateOrgRepoDeprecatedCreated) IsClientError

func (o *CreateOrgRepoDeprecatedCreated) IsClientError() bool

IsClientError returns true when this create org repo deprecated created response has a 4xx status code

func (*CreateOrgRepoDeprecatedCreated) IsCode

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

IsCode returns true when this create org repo deprecated created response a status code equal to that given

func (*CreateOrgRepoDeprecatedCreated) IsRedirect

func (o *CreateOrgRepoDeprecatedCreated) IsRedirect() bool

IsRedirect returns true when this create org repo deprecated created response has a 3xx status code

func (*CreateOrgRepoDeprecatedCreated) IsServerError

func (o *CreateOrgRepoDeprecatedCreated) IsServerError() bool

IsServerError returns true when this create org repo deprecated created response has a 5xx status code

func (*CreateOrgRepoDeprecatedCreated) IsSuccess

func (o *CreateOrgRepoDeprecatedCreated) IsSuccess() bool

IsSuccess returns true when this create org repo deprecated created response has a 2xx status code

func (*CreateOrgRepoDeprecatedCreated) String

type CreateOrgRepoDeprecatedForbidden

type CreateOrgRepoDeprecatedForbidden struct {
	Message string
	URL     string
}

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

APIForbiddenError is a forbidden error response

func NewCreateOrgRepoDeprecatedForbidden

func NewCreateOrgRepoDeprecatedForbidden() *CreateOrgRepoDeprecatedForbidden

NewCreateOrgRepoDeprecatedForbidden creates a CreateOrgRepoDeprecatedForbidden with default headers values

func (*CreateOrgRepoDeprecatedForbidden) Code

Code gets the status code for the create org repo deprecated forbidden response

func (*CreateOrgRepoDeprecatedForbidden) Error

func (*CreateOrgRepoDeprecatedForbidden) IsClientError

func (o *CreateOrgRepoDeprecatedForbidden) IsClientError() bool

IsClientError returns true when this create org repo deprecated forbidden response has a 4xx status code

func (*CreateOrgRepoDeprecatedForbidden) IsCode

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

IsCode returns true when this create org repo deprecated forbidden response a status code equal to that given

func (*CreateOrgRepoDeprecatedForbidden) IsRedirect

func (o *CreateOrgRepoDeprecatedForbidden) IsRedirect() bool

IsRedirect returns true when this create org repo deprecated forbidden response has a 3xx status code

func (*CreateOrgRepoDeprecatedForbidden) IsServerError

func (o *CreateOrgRepoDeprecatedForbidden) IsServerError() bool

IsServerError returns true when this create org repo deprecated forbidden response has a 5xx status code

func (*CreateOrgRepoDeprecatedForbidden) IsSuccess

func (o *CreateOrgRepoDeprecatedForbidden) IsSuccess() bool

IsSuccess returns true when this create org repo deprecated forbidden response has a 2xx status code

func (*CreateOrgRepoDeprecatedForbidden) String

type CreateOrgRepoDeprecatedNotFound

type CreateOrgRepoDeprecatedNotFound struct {
}

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

APINotFound is a not found empty response

func NewCreateOrgRepoDeprecatedNotFound

func NewCreateOrgRepoDeprecatedNotFound() *CreateOrgRepoDeprecatedNotFound

NewCreateOrgRepoDeprecatedNotFound creates a CreateOrgRepoDeprecatedNotFound with default headers values

func (*CreateOrgRepoDeprecatedNotFound) Code

Code gets the status code for the create org repo deprecated not found response

func (*CreateOrgRepoDeprecatedNotFound) Error

func (*CreateOrgRepoDeprecatedNotFound) IsClientError

func (o *CreateOrgRepoDeprecatedNotFound) IsClientError() bool

IsClientError returns true when this create org repo deprecated not found response has a 4xx status code

func (*CreateOrgRepoDeprecatedNotFound) IsCode

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

IsCode returns true when this create org repo deprecated not found response a status code equal to that given

func (*CreateOrgRepoDeprecatedNotFound) IsRedirect

func (o *CreateOrgRepoDeprecatedNotFound) IsRedirect() bool

IsRedirect returns true when this create org repo deprecated not found response has a 3xx status code

func (*CreateOrgRepoDeprecatedNotFound) IsServerError

func (o *CreateOrgRepoDeprecatedNotFound) IsServerError() bool

IsServerError returns true when this create org repo deprecated not found response has a 5xx status code

func (*CreateOrgRepoDeprecatedNotFound) IsSuccess

func (o *CreateOrgRepoDeprecatedNotFound) IsSuccess() bool

IsSuccess returns true when this create org repo deprecated not found response has a 2xx status code

func (*CreateOrgRepoDeprecatedNotFound) String

type CreateOrgRepoDeprecatedParams

type CreateOrgRepoDeprecatedParams struct {

	// Body.
	Body *models.CreateRepoOption

	/* Org.

	   name of organization
	*/
	Org string

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

CreateOrgRepoDeprecatedParams contains all the parameters to send to the API endpoint

for the create org repo deprecated operation.

Typically these are written to a http.Request.

func NewCreateOrgRepoDeprecatedParams

func NewCreateOrgRepoDeprecatedParams() *CreateOrgRepoDeprecatedParams

NewCreateOrgRepoDeprecatedParams creates a new CreateOrgRepoDeprecatedParams 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 NewCreateOrgRepoDeprecatedParamsWithContext

func NewCreateOrgRepoDeprecatedParamsWithContext(ctx context.Context) *CreateOrgRepoDeprecatedParams

NewCreateOrgRepoDeprecatedParamsWithContext creates a new CreateOrgRepoDeprecatedParams object with the ability to set a context for a request.

func NewCreateOrgRepoDeprecatedParamsWithHTTPClient

func NewCreateOrgRepoDeprecatedParamsWithHTTPClient(client *http.Client) *CreateOrgRepoDeprecatedParams

NewCreateOrgRepoDeprecatedParamsWithHTTPClient creates a new CreateOrgRepoDeprecatedParams object with the ability to set a custom HTTPClient for a request.

func NewCreateOrgRepoDeprecatedParamsWithTimeout

func NewCreateOrgRepoDeprecatedParamsWithTimeout(timeout time.Duration) *CreateOrgRepoDeprecatedParams

NewCreateOrgRepoDeprecatedParamsWithTimeout creates a new CreateOrgRepoDeprecatedParams object with the ability to set a timeout on a request.

func (*CreateOrgRepoDeprecatedParams) SetBody

SetBody adds the body to the create org repo deprecated params

func (*CreateOrgRepoDeprecatedParams) SetContext

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

SetContext adds the context to the create org repo deprecated params

func (*CreateOrgRepoDeprecatedParams) SetDefaults

func (o *CreateOrgRepoDeprecatedParams) SetDefaults()

SetDefaults hydrates default values in the create org repo deprecated params (not the query body).

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

func (*CreateOrgRepoDeprecatedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create org repo deprecated params

func (*CreateOrgRepoDeprecatedParams) SetOrg

func (o *CreateOrgRepoDeprecatedParams) SetOrg(org string)

SetOrg adds the org to the create org repo deprecated params

func (*CreateOrgRepoDeprecatedParams) SetTimeout

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

SetTimeout adds the timeout to the create org repo deprecated params

func (*CreateOrgRepoDeprecatedParams) WithBody

WithBody adds the body to the create org repo deprecated params

func (*CreateOrgRepoDeprecatedParams) WithContext

WithContext adds the context to the create org repo deprecated params

func (*CreateOrgRepoDeprecatedParams) WithDefaults

WithDefaults hydrates default values in the create org repo deprecated params (not the query body).

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

func (*CreateOrgRepoDeprecatedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create org repo deprecated params

func (*CreateOrgRepoDeprecatedParams) WithOrg

WithOrg adds the org to the create org repo deprecated params

func (*CreateOrgRepoDeprecatedParams) WithTimeout

WithTimeout adds the timeout to the create org repo deprecated params

func (*CreateOrgRepoDeprecatedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateOrgRepoDeprecatedReader

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

CreateOrgRepoDeprecatedReader is a Reader for the CreateOrgRepoDeprecated structure.

func (*CreateOrgRepoDeprecatedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateOrgRepoDeprecatedUnprocessableEntity

type CreateOrgRepoDeprecatedUnprocessableEntity struct {
	Message string
	URL     string
}

CreateOrgRepoDeprecatedUnprocessableEntity describes a response with status code 422, with default header values.

APIValidationError is error format response related to input validation

func NewCreateOrgRepoDeprecatedUnprocessableEntity

func NewCreateOrgRepoDeprecatedUnprocessableEntity() *CreateOrgRepoDeprecatedUnprocessableEntity

NewCreateOrgRepoDeprecatedUnprocessableEntity creates a CreateOrgRepoDeprecatedUnprocessableEntity with default headers values

func (*CreateOrgRepoDeprecatedUnprocessableEntity) Code

Code gets the status code for the create org repo deprecated unprocessable entity response

func (*CreateOrgRepoDeprecatedUnprocessableEntity) Error

func (*CreateOrgRepoDeprecatedUnprocessableEntity) IsClientError

IsClientError returns true when this create org repo deprecated unprocessable entity response has a 4xx status code

func (*CreateOrgRepoDeprecatedUnprocessableEntity) IsCode

IsCode returns true when this create org repo deprecated unprocessable entity response a status code equal to that given

func (*CreateOrgRepoDeprecatedUnprocessableEntity) IsRedirect

IsRedirect returns true when this create org repo deprecated unprocessable entity response has a 3xx status code

func (*CreateOrgRepoDeprecatedUnprocessableEntity) IsServerError

IsServerError returns true when this create org repo deprecated unprocessable entity response has a 5xx status code

func (*CreateOrgRepoDeprecatedUnprocessableEntity) IsSuccess

IsSuccess returns true when this create org repo deprecated unprocessable entity response has a 2xx status code

func (*CreateOrgRepoDeprecatedUnprocessableEntity) String

type CreateOrgRepoForbidden

type CreateOrgRepoForbidden struct {
	Message string
	URL     string
}

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

APIForbiddenError is a forbidden error response

func NewCreateOrgRepoForbidden

func NewCreateOrgRepoForbidden() *CreateOrgRepoForbidden

NewCreateOrgRepoForbidden creates a CreateOrgRepoForbidden with default headers values

func (*CreateOrgRepoForbidden) Code

func (o *CreateOrgRepoForbidden) Code() int

Code gets the status code for the create org repo forbidden response

func (*CreateOrgRepoForbidden) Error

func (o *CreateOrgRepoForbidden) Error() string

func (*CreateOrgRepoForbidden) IsClientError

func (o *CreateOrgRepoForbidden) IsClientError() bool

IsClientError returns true when this create org repo forbidden response has a 4xx status code

func (*CreateOrgRepoForbidden) IsCode

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

IsCode returns true when this create org repo forbidden response a status code equal to that given

func (*CreateOrgRepoForbidden) IsRedirect

func (o *CreateOrgRepoForbidden) IsRedirect() bool

IsRedirect returns true when this create org repo forbidden response has a 3xx status code

func (*CreateOrgRepoForbidden) IsServerError

func (o *CreateOrgRepoForbidden) IsServerError() bool

IsServerError returns true when this create org repo forbidden response has a 5xx status code

func (*CreateOrgRepoForbidden) IsSuccess

func (o *CreateOrgRepoForbidden) IsSuccess() bool

IsSuccess returns true when this create org repo forbidden response has a 2xx status code

func (*CreateOrgRepoForbidden) String

func (o *CreateOrgRepoForbidden) String() string

type CreateOrgRepoNotFound

type CreateOrgRepoNotFound struct {
}

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

APINotFound is a not found empty response

func NewCreateOrgRepoNotFound

func NewCreateOrgRepoNotFound() *CreateOrgRepoNotFound

NewCreateOrgRepoNotFound creates a CreateOrgRepoNotFound with default headers values

func (*CreateOrgRepoNotFound) Code

func (o *CreateOrgRepoNotFound) Code() int

Code gets the status code for the create org repo not found response

func (*CreateOrgRepoNotFound) Error

func (o *CreateOrgRepoNotFound) Error() string

func (*CreateOrgRepoNotFound) IsClientError

func (o *CreateOrgRepoNotFound) IsClientError() bool

IsClientError returns true when this create org repo not found response has a 4xx status code

func (*CreateOrgRepoNotFound) IsCode

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

IsCode returns true when this create org repo not found response a status code equal to that given

func (*CreateOrgRepoNotFound) IsRedirect

func (o *CreateOrgRepoNotFound) IsRedirect() bool

IsRedirect returns true when this create org repo not found response has a 3xx status code

func (*CreateOrgRepoNotFound) IsServerError

func (o *CreateOrgRepoNotFound) IsServerError() bool

IsServerError returns true when this create org repo not found response has a 5xx status code

func (*CreateOrgRepoNotFound) IsSuccess

func (o *CreateOrgRepoNotFound) IsSuccess() bool

IsSuccess returns true when this create org repo not found response has a 2xx status code

func (*CreateOrgRepoNotFound) String

func (o *CreateOrgRepoNotFound) String() string

type CreateOrgRepoParams

type CreateOrgRepoParams struct {

	// Body.
	Body *models.CreateRepoOption

	/* Org.

	   name of organization
	*/
	Org string

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

CreateOrgRepoParams contains all the parameters to send to the API endpoint

for the create org repo operation.

Typically these are written to a http.Request.

func NewCreateOrgRepoParams

func NewCreateOrgRepoParams() *CreateOrgRepoParams

NewCreateOrgRepoParams creates a new CreateOrgRepoParams 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 NewCreateOrgRepoParamsWithContext

func NewCreateOrgRepoParamsWithContext(ctx context.Context) *CreateOrgRepoParams

NewCreateOrgRepoParamsWithContext creates a new CreateOrgRepoParams object with the ability to set a context for a request.

func NewCreateOrgRepoParamsWithHTTPClient

func NewCreateOrgRepoParamsWithHTTPClient(client *http.Client) *CreateOrgRepoParams

NewCreateOrgRepoParamsWithHTTPClient creates a new CreateOrgRepoParams object with the ability to set a custom HTTPClient for a request.

func NewCreateOrgRepoParamsWithTimeout

func NewCreateOrgRepoParamsWithTimeout(timeout time.Duration) *CreateOrgRepoParams

NewCreateOrgRepoParamsWithTimeout creates a new CreateOrgRepoParams object with the ability to set a timeout on a request.

func (*CreateOrgRepoParams) SetBody

func (o *CreateOrgRepoParams) SetBody(body *models.CreateRepoOption)

SetBody adds the body to the create org repo params

func (*CreateOrgRepoParams) SetContext

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

SetContext adds the context to the create org repo params

func (*CreateOrgRepoParams) SetDefaults

func (o *CreateOrgRepoParams) SetDefaults()

SetDefaults hydrates default values in the create org repo params (not the query body).

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

func (*CreateOrgRepoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create org repo params

func (*CreateOrgRepoParams) SetOrg

func (o *CreateOrgRepoParams) SetOrg(org string)

SetOrg adds the org to the create org repo params

func (*CreateOrgRepoParams) SetTimeout

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

SetTimeout adds the timeout to the create org repo params

func (*CreateOrgRepoParams) WithBody

WithBody adds the body to the create org repo params

func (*CreateOrgRepoParams) WithContext

WithContext adds the context to the create org repo params

func (*CreateOrgRepoParams) WithDefaults

func (o *CreateOrgRepoParams) WithDefaults() *CreateOrgRepoParams

WithDefaults hydrates default values in the create org repo params (not the query body).

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

func (*CreateOrgRepoParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create org repo params

func (*CreateOrgRepoParams) WithOrg

WithOrg adds the org to the create org repo params

func (*CreateOrgRepoParams) WithTimeout

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

WithTimeout adds the timeout to the create org repo params

func (*CreateOrgRepoParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateOrgRepoReader

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

CreateOrgRepoReader is a Reader for the CreateOrgRepo structure.

func (*CreateOrgRepoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateOrgVariableBadRequest

type CreateOrgVariableBadRequest struct {
	Message string
	URL     string
}

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

APIError is error format response

func NewCreateOrgVariableBadRequest

func NewCreateOrgVariableBadRequest() *CreateOrgVariableBadRequest

NewCreateOrgVariableBadRequest creates a CreateOrgVariableBadRequest with default headers values

func (*CreateOrgVariableBadRequest) Code

func (o *CreateOrgVariableBadRequest) Code() int

Code gets the status code for the create org variable bad request response

func (*CreateOrgVariableBadRequest) Error

func (*CreateOrgVariableBadRequest) IsClientError

func (o *CreateOrgVariableBadRequest) IsClientError() bool

IsClientError returns true when this create org variable bad request response has a 4xx status code

func (*CreateOrgVariableBadRequest) IsCode

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

IsCode returns true when this create org variable bad request response a status code equal to that given

func (*CreateOrgVariableBadRequest) IsRedirect

func (o *CreateOrgVariableBadRequest) IsRedirect() bool

IsRedirect returns true when this create org variable bad request response has a 3xx status code

func (*CreateOrgVariableBadRequest) IsServerError

func (o *CreateOrgVariableBadRequest) IsServerError() bool

IsServerError returns true when this create org variable bad request response has a 5xx status code

func (*CreateOrgVariableBadRequest) IsSuccess

func (o *CreateOrgVariableBadRequest) IsSuccess() bool

IsSuccess returns true when this create org variable bad request response has a 2xx status code

func (*CreateOrgVariableBadRequest) String

func (o *CreateOrgVariableBadRequest) String() string

type CreateOrgVariableCreated

type CreateOrgVariableCreated struct {
}

CreateOrgVariableCreated describes a response with status code 201, with default header values.

response when creating an org-level variable

func NewCreateOrgVariableCreated

func NewCreateOrgVariableCreated() *CreateOrgVariableCreated

NewCreateOrgVariableCreated creates a CreateOrgVariableCreated with default headers values

func (*CreateOrgVariableCreated) Code

func (o *CreateOrgVariableCreated) Code() int

Code gets the status code for the create org variable created response

func (*CreateOrgVariableCreated) Error

func (o *CreateOrgVariableCreated) Error() string

func (*CreateOrgVariableCreated) IsClientError

func (o *CreateOrgVariableCreated) IsClientError() bool

IsClientError returns true when this create org variable created response has a 4xx status code

func (*CreateOrgVariableCreated) IsCode

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

IsCode returns true when this create org variable created response a status code equal to that given

func (*CreateOrgVariableCreated) IsRedirect

func (o *CreateOrgVariableCreated) IsRedirect() bool

IsRedirect returns true when this create org variable created response has a 3xx status code

func (*CreateOrgVariableCreated) IsServerError

func (o *CreateOrgVariableCreated) IsServerError() bool

IsServerError returns true when this create org variable created response has a 5xx status code

func (*CreateOrgVariableCreated) IsSuccess

func (o *CreateOrgVariableCreated) IsSuccess() bool

IsSuccess returns true when this create org variable created response has a 2xx status code

func (*CreateOrgVariableCreated) String

func (o *CreateOrgVariableCreated) String() string

type CreateOrgVariableNoContent

type CreateOrgVariableNoContent struct {
}

CreateOrgVariableNoContent describes a response with status code 204, with default header values.

response when creating an org-level variable

func NewCreateOrgVariableNoContent

func NewCreateOrgVariableNoContent() *CreateOrgVariableNoContent

NewCreateOrgVariableNoContent creates a CreateOrgVariableNoContent with default headers values

func (*CreateOrgVariableNoContent) Code

func (o *CreateOrgVariableNoContent) Code() int

Code gets the status code for the create org variable no content response

func (*CreateOrgVariableNoContent) Error

func (*CreateOrgVariableNoContent) IsClientError

func (o *CreateOrgVariableNoContent) IsClientError() bool

IsClientError returns true when this create org variable no content response has a 4xx status code

func (*CreateOrgVariableNoContent) IsCode

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

IsCode returns true when this create org variable no content response a status code equal to that given

func (*CreateOrgVariableNoContent) IsRedirect

func (o *CreateOrgVariableNoContent) IsRedirect() bool

IsRedirect returns true when this create org variable no content response has a 3xx status code

func (*CreateOrgVariableNoContent) IsServerError

func (o *CreateOrgVariableNoContent) IsServerError() bool

IsServerError returns true when this create org variable no content response has a 5xx status code

func (*CreateOrgVariableNoContent) IsSuccess

func (o *CreateOrgVariableNoContent) IsSuccess() bool

IsSuccess returns true when this create org variable no content response has a 2xx status code

func (*CreateOrgVariableNoContent) String

func (o *CreateOrgVariableNoContent) String() string

type CreateOrgVariableNotFound

type CreateOrgVariableNotFound struct {
}

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

APINotFound is a not found empty response

func NewCreateOrgVariableNotFound

func NewCreateOrgVariableNotFound() *CreateOrgVariableNotFound

NewCreateOrgVariableNotFound creates a CreateOrgVariableNotFound with default headers values

func (*CreateOrgVariableNotFound) Code

func (o *CreateOrgVariableNotFound) Code() int

Code gets the status code for the create org variable not found response

func (*CreateOrgVariableNotFound) Error

func (o *CreateOrgVariableNotFound) Error() string

func (*CreateOrgVariableNotFound) IsClientError

func (o *CreateOrgVariableNotFound) IsClientError() bool

IsClientError returns true when this create org variable not found response has a 4xx status code

func (*CreateOrgVariableNotFound) IsCode

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

IsCode returns true when this create org variable not found response a status code equal to that given

func (*CreateOrgVariableNotFound) IsRedirect

func (o *CreateOrgVariableNotFound) IsRedirect() bool

IsRedirect returns true when this create org variable not found response has a 3xx status code

func (*CreateOrgVariableNotFound) IsServerError

func (o *CreateOrgVariableNotFound) IsServerError() bool

IsServerError returns true when this create org variable not found response has a 5xx status code

func (*CreateOrgVariableNotFound) IsSuccess

func (o *CreateOrgVariableNotFound) IsSuccess() bool

IsSuccess returns true when this create org variable not found response has a 2xx status code

func (*CreateOrgVariableNotFound) String

func (o *CreateOrgVariableNotFound) String() string

type CreateOrgVariableParams

type CreateOrgVariableParams struct {

	// Body.
	Body *models.CreateVariableOption

	/* Org.

	   name of the organization
	*/
	Org string

	/* Variablename.

	   name of the variable
	*/
	Variablename string

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

CreateOrgVariableParams contains all the parameters to send to the API endpoint

for the create org variable operation.

Typically these are written to a http.Request.

func NewCreateOrgVariableParams

func NewCreateOrgVariableParams() *CreateOrgVariableParams

NewCreateOrgVariableParams creates a new CreateOrgVariableParams 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 NewCreateOrgVariableParamsWithContext

func NewCreateOrgVariableParamsWithContext(ctx context.Context) *CreateOrgVariableParams

NewCreateOrgVariableParamsWithContext creates a new CreateOrgVariableParams object with the ability to set a context for a request.

func NewCreateOrgVariableParamsWithHTTPClient

func NewCreateOrgVariableParamsWithHTTPClient(client *http.Client) *CreateOrgVariableParams

NewCreateOrgVariableParamsWithHTTPClient creates a new CreateOrgVariableParams object with the ability to set a custom HTTPClient for a request.

func NewCreateOrgVariableParamsWithTimeout

func NewCreateOrgVariableParamsWithTimeout(timeout time.Duration) *CreateOrgVariableParams

NewCreateOrgVariableParamsWithTimeout creates a new CreateOrgVariableParams object with the ability to set a timeout on a request.

func (*CreateOrgVariableParams) SetBody

SetBody adds the body to the create org variable params

func (*CreateOrgVariableParams) SetContext

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

SetContext adds the context to the create org variable params

func (*CreateOrgVariableParams) SetDefaults

func (o *CreateOrgVariableParams) SetDefaults()

SetDefaults hydrates default values in the create org variable params (not the query body).

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

func (*CreateOrgVariableParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create org variable params

func (*CreateOrgVariableParams) SetOrg

func (o *CreateOrgVariableParams) SetOrg(org string)

SetOrg adds the org to the create org variable params

func (*CreateOrgVariableParams) SetTimeout

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

SetTimeout adds the timeout to the create org variable params

func (*CreateOrgVariableParams) SetVariablename

func (o *CreateOrgVariableParams) SetVariablename(variablename string)

SetVariablename adds the variablename to the create org variable params

func (*CreateOrgVariableParams) WithBody

WithBody adds the body to the create org variable params

func (*CreateOrgVariableParams) WithContext

WithContext adds the context to the create org variable params

func (*CreateOrgVariableParams) WithDefaults

WithDefaults hydrates default values in the create org variable params (not the query body).

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

func (*CreateOrgVariableParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create org variable params

func (*CreateOrgVariableParams) WithOrg

WithOrg adds the org to the create org variable params

func (*CreateOrgVariableParams) WithTimeout

WithTimeout adds the timeout to the create org variable params

func (*CreateOrgVariableParams) WithVariablename

func (o *CreateOrgVariableParams) WithVariablename(variablename string) *CreateOrgVariableParams

WithVariablename adds the variablename to the create org variable params

func (*CreateOrgVariableParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateOrgVariableReader

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

CreateOrgVariableReader is a Reader for the CreateOrgVariable structure.

func (*CreateOrgVariableReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteOrgSecretBadRequest

type DeleteOrgSecretBadRequest struct {
	Message string
	URL     string
}

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

APIError is error format response

func NewDeleteOrgSecretBadRequest

func NewDeleteOrgSecretBadRequest() *DeleteOrgSecretBadRequest

NewDeleteOrgSecretBadRequest creates a DeleteOrgSecretBadRequest with default headers values

func (*DeleteOrgSecretBadRequest) Code

func (o *DeleteOrgSecretBadRequest) Code() int

Code gets the status code for the delete org secret bad request response

func (*DeleteOrgSecretBadRequest) Error

func (o *DeleteOrgSecretBadRequest) Error() string

func (*DeleteOrgSecretBadRequest) IsClientError

func (o *DeleteOrgSecretBadRequest) IsClientError() bool

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

func (*DeleteOrgSecretBadRequest) IsCode

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

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

func (*DeleteOrgSecretBadRequest) IsRedirect

func (o *DeleteOrgSecretBadRequest) IsRedirect() bool

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

func (*DeleteOrgSecretBadRequest) IsServerError

func (o *DeleteOrgSecretBadRequest) IsServerError() bool

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

func (*DeleteOrgSecretBadRequest) IsSuccess

func (o *DeleteOrgSecretBadRequest) IsSuccess() bool

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

func (*DeleteOrgSecretBadRequest) String

func (o *DeleteOrgSecretBadRequest) String() string

type DeleteOrgSecretNoContent

type DeleteOrgSecretNoContent struct {
}

DeleteOrgSecretNoContent describes a response with status code 204, with default header values.

delete one secret of the organization

func NewDeleteOrgSecretNoContent

func NewDeleteOrgSecretNoContent() *DeleteOrgSecretNoContent

NewDeleteOrgSecretNoContent creates a DeleteOrgSecretNoContent with default headers values

func (*DeleteOrgSecretNoContent) Code

func (o *DeleteOrgSecretNoContent) Code() int

Code gets the status code for the delete org secret no content response

func (*DeleteOrgSecretNoContent) Error

func (o *DeleteOrgSecretNoContent) Error() string

func (*DeleteOrgSecretNoContent) IsClientError

func (o *DeleteOrgSecretNoContent) IsClientError() bool

IsClientError returns true when this delete org secret no content response has a 4xx status code

func (*DeleteOrgSecretNoContent) IsCode

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

IsCode returns true when this delete org secret no content response a status code equal to that given

func (*DeleteOrgSecretNoContent) IsRedirect

func (o *DeleteOrgSecretNoContent) IsRedirect() bool

IsRedirect returns true when this delete org secret no content response has a 3xx status code

func (*DeleteOrgSecretNoContent) IsServerError

func (o *DeleteOrgSecretNoContent) IsServerError() bool

IsServerError returns true when this delete org secret no content response has a 5xx status code

func (*DeleteOrgSecretNoContent) IsSuccess

func (o *DeleteOrgSecretNoContent) IsSuccess() bool

IsSuccess returns true when this delete org secret no content response has a 2xx status code

func (*DeleteOrgSecretNoContent) String

func (o *DeleteOrgSecretNoContent) String() string

type DeleteOrgSecretNotFound

type DeleteOrgSecretNotFound struct {
}

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

APINotFound is a not found empty response

func NewDeleteOrgSecretNotFound

func NewDeleteOrgSecretNotFound() *DeleteOrgSecretNotFound

NewDeleteOrgSecretNotFound creates a DeleteOrgSecretNotFound with default headers values

func (*DeleteOrgSecretNotFound) Code

func (o *DeleteOrgSecretNotFound) Code() int

Code gets the status code for the delete org secret not found response

func (*DeleteOrgSecretNotFound) Error

func (o *DeleteOrgSecretNotFound) Error() string

func (*DeleteOrgSecretNotFound) IsClientError

func (o *DeleteOrgSecretNotFound) IsClientError() bool

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

func (*DeleteOrgSecretNotFound) IsCode

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

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

func (*DeleteOrgSecretNotFound) IsRedirect

func (o *DeleteOrgSecretNotFound) IsRedirect() bool

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

func (*DeleteOrgSecretNotFound) IsServerError

func (o *DeleteOrgSecretNotFound) IsServerError() bool

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

func (*DeleteOrgSecretNotFound) IsSuccess

func (o *DeleteOrgSecretNotFound) IsSuccess() bool

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

func (*DeleteOrgSecretNotFound) String

func (o *DeleteOrgSecretNotFound) String() string

type DeleteOrgSecretParams

type DeleteOrgSecretParams struct {

	/* Org.

	   name of organization
	*/
	Org string

	/* Secretname.

	   name of the secret
	*/
	Secretname string

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

DeleteOrgSecretParams contains all the parameters to send to the API endpoint

for the delete org secret operation.

Typically these are written to a http.Request.

func NewDeleteOrgSecretParams

func NewDeleteOrgSecretParams() *DeleteOrgSecretParams

NewDeleteOrgSecretParams creates a new DeleteOrgSecretParams 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 NewDeleteOrgSecretParamsWithContext

func NewDeleteOrgSecretParamsWithContext(ctx context.Context) *DeleteOrgSecretParams

NewDeleteOrgSecretParamsWithContext creates a new DeleteOrgSecretParams object with the ability to set a context for a request.

func NewDeleteOrgSecretParamsWithHTTPClient

func NewDeleteOrgSecretParamsWithHTTPClient(client *http.Client) *DeleteOrgSecretParams

NewDeleteOrgSecretParamsWithHTTPClient creates a new DeleteOrgSecretParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteOrgSecretParamsWithTimeout

func NewDeleteOrgSecretParamsWithTimeout(timeout time.Duration) *DeleteOrgSecretParams

NewDeleteOrgSecretParamsWithTimeout creates a new DeleteOrgSecretParams object with the ability to set a timeout on a request.

func (*DeleteOrgSecretParams) SetContext

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

SetContext adds the context to the delete org secret params

func (*DeleteOrgSecretParams) SetDefaults

func (o *DeleteOrgSecretParams) SetDefaults()

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

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

func (*DeleteOrgSecretParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete org secret params

func (*DeleteOrgSecretParams) SetOrg

func (o *DeleteOrgSecretParams) SetOrg(org string)

SetOrg adds the org to the delete org secret params

func (*DeleteOrgSecretParams) SetSecretname

func (o *DeleteOrgSecretParams) SetSecretname(secretname string)

SetSecretname adds the secretname to the delete org secret params

func (*DeleteOrgSecretParams) SetTimeout

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

SetTimeout adds the timeout to the delete org secret params

func (*DeleteOrgSecretParams) WithContext

WithContext adds the context to the delete org secret params

func (*DeleteOrgSecretParams) WithDefaults

func (o *DeleteOrgSecretParams) WithDefaults() *DeleteOrgSecretParams

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

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

func (*DeleteOrgSecretParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete org secret params

func (*DeleteOrgSecretParams) WithOrg

WithOrg adds the org to the delete org secret params

func (*DeleteOrgSecretParams) WithSecretname

func (o *DeleteOrgSecretParams) WithSecretname(secretname string) *DeleteOrgSecretParams

WithSecretname adds the secretname to the delete org secret params

func (*DeleteOrgSecretParams) WithTimeout

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

WithTimeout adds the timeout to the delete org secret params

func (*DeleteOrgSecretParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteOrgSecretReader

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

DeleteOrgSecretReader is a Reader for the DeleteOrgSecret structure.

func (*DeleteOrgSecretReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteOrgVariableBadRequest

type DeleteOrgVariableBadRequest struct {
	Message string
	URL     string
}

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

APIError is error format response

func NewDeleteOrgVariableBadRequest

func NewDeleteOrgVariableBadRequest() *DeleteOrgVariableBadRequest

NewDeleteOrgVariableBadRequest creates a DeleteOrgVariableBadRequest with default headers values

func (*DeleteOrgVariableBadRequest) Code

func (o *DeleteOrgVariableBadRequest) Code() int

Code gets the status code for the delete org variable bad request response

func (*DeleteOrgVariableBadRequest) Error

func (*DeleteOrgVariableBadRequest) IsClientError

func (o *DeleteOrgVariableBadRequest) IsClientError() bool

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

func (*DeleteOrgVariableBadRequest) IsCode

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

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

func (*DeleteOrgVariableBadRequest) IsRedirect

func (o *DeleteOrgVariableBadRequest) IsRedirect() bool

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

func (*DeleteOrgVariableBadRequest) IsServerError

func (o *DeleteOrgVariableBadRequest) IsServerError() bool

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

func (*DeleteOrgVariableBadRequest) IsSuccess

func (o *DeleteOrgVariableBadRequest) IsSuccess() bool

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

func (*DeleteOrgVariableBadRequest) String

func (o *DeleteOrgVariableBadRequest) String() string

type DeleteOrgVariableCreated

type DeleteOrgVariableCreated struct {
}

DeleteOrgVariableCreated describes a response with status code 201, with default header values.

response when deleting a variable

func NewDeleteOrgVariableCreated

func NewDeleteOrgVariableCreated() *DeleteOrgVariableCreated

NewDeleteOrgVariableCreated creates a DeleteOrgVariableCreated with default headers values

func (*DeleteOrgVariableCreated) Code

func (o *DeleteOrgVariableCreated) Code() int

Code gets the status code for the delete org variable created response

func (*DeleteOrgVariableCreated) Error

func (o *DeleteOrgVariableCreated) Error() string

func (*DeleteOrgVariableCreated) IsClientError

func (o *DeleteOrgVariableCreated) IsClientError() bool

IsClientError returns true when this delete org variable created response has a 4xx status code

func (*DeleteOrgVariableCreated) IsCode

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

IsCode returns true when this delete org variable created response a status code equal to that given

func (*DeleteOrgVariableCreated) IsRedirect

func (o *DeleteOrgVariableCreated) IsRedirect() bool

IsRedirect returns true when this delete org variable created response has a 3xx status code

func (*DeleteOrgVariableCreated) IsServerError

func (o *DeleteOrgVariableCreated) IsServerError() bool

IsServerError returns true when this delete org variable created response has a 5xx status code

func (*DeleteOrgVariableCreated) IsSuccess

func (o *DeleteOrgVariableCreated) IsSuccess() bool

IsSuccess returns true when this delete org variable created response has a 2xx status code

func (*DeleteOrgVariableCreated) String

func (o *DeleteOrgVariableCreated) String() string

type DeleteOrgVariableNoContent

type DeleteOrgVariableNoContent struct {
}

DeleteOrgVariableNoContent describes a response with status code 204, with default header values.

response when deleting a variable

func NewDeleteOrgVariableNoContent

func NewDeleteOrgVariableNoContent() *DeleteOrgVariableNoContent

NewDeleteOrgVariableNoContent creates a DeleteOrgVariableNoContent with default headers values

func (*DeleteOrgVariableNoContent) Code

func (o *DeleteOrgVariableNoContent) Code() int

Code gets the status code for the delete org variable no content response

func (*DeleteOrgVariableNoContent) Error

func (*DeleteOrgVariableNoContent) IsClientError

func (o *DeleteOrgVariableNoContent) IsClientError() bool

IsClientError returns true when this delete org variable no content response has a 4xx status code

func (*DeleteOrgVariableNoContent) IsCode

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

IsCode returns true when this delete org variable no content response a status code equal to that given

func (*DeleteOrgVariableNoContent) IsRedirect

func (o *DeleteOrgVariableNoContent) IsRedirect() bool

IsRedirect returns true when this delete org variable no content response has a 3xx status code

func (*DeleteOrgVariableNoContent) IsServerError

func (o *DeleteOrgVariableNoContent) IsServerError() bool

IsServerError returns true when this delete org variable no content response has a 5xx status code

func (*DeleteOrgVariableNoContent) IsSuccess

func (o *DeleteOrgVariableNoContent) IsSuccess() bool

IsSuccess returns true when this delete org variable no content response has a 2xx status code

func (*DeleteOrgVariableNoContent) String

func (o *DeleteOrgVariableNoContent) String() string

type DeleteOrgVariableNotFound

type DeleteOrgVariableNotFound struct {
}

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

APINotFound is a not found empty response

func NewDeleteOrgVariableNotFound

func NewDeleteOrgVariableNotFound() *DeleteOrgVariableNotFound

NewDeleteOrgVariableNotFound creates a DeleteOrgVariableNotFound with default headers values

func (*DeleteOrgVariableNotFound) Code

func (o *DeleteOrgVariableNotFound) Code() int

Code gets the status code for the delete org variable not found response

func (*DeleteOrgVariableNotFound) Error

func (o *DeleteOrgVariableNotFound) Error() string

func (*DeleteOrgVariableNotFound) IsClientError

func (o *DeleteOrgVariableNotFound) IsClientError() bool

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

func (*DeleteOrgVariableNotFound) IsCode

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

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

func (*DeleteOrgVariableNotFound) IsRedirect

func (o *DeleteOrgVariableNotFound) IsRedirect() bool

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

func (*DeleteOrgVariableNotFound) IsServerError

func (o *DeleteOrgVariableNotFound) IsServerError() bool

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

func (*DeleteOrgVariableNotFound) IsSuccess

func (o *DeleteOrgVariableNotFound) IsSuccess() bool

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

func (*DeleteOrgVariableNotFound) String

func (o *DeleteOrgVariableNotFound) String() string

type DeleteOrgVariableOK

type DeleteOrgVariableOK struct {
	Payload *models.ActionVariable
}

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

ActionVariable

func NewDeleteOrgVariableOK

func NewDeleteOrgVariableOK() *DeleteOrgVariableOK

NewDeleteOrgVariableOK creates a DeleteOrgVariableOK with default headers values

func (*DeleteOrgVariableOK) Code

func (o *DeleteOrgVariableOK) Code() int

Code gets the status code for the delete org variable o k response

func (*DeleteOrgVariableOK) Error

func (o *DeleteOrgVariableOK) Error() string

func (*DeleteOrgVariableOK) GetPayload

func (o *DeleteOrgVariableOK) GetPayload() *models.ActionVariable

func (*DeleteOrgVariableOK) IsClientError

func (o *DeleteOrgVariableOK) IsClientError() bool

IsClientError returns true when this delete org variable o k response has a 4xx status code

func (*DeleteOrgVariableOK) IsCode

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

IsCode returns true when this delete org variable o k response a status code equal to that given

func (*DeleteOrgVariableOK) IsRedirect

func (o *DeleteOrgVariableOK) IsRedirect() bool

IsRedirect returns true when this delete org variable o k response has a 3xx status code

func (*DeleteOrgVariableOK) IsServerError

func (o *DeleteOrgVariableOK) IsServerError() bool

IsServerError returns true when this delete org variable o k response has a 5xx status code

func (*DeleteOrgVariableOK) IsSuccess

func (o *DeleteOrgVariableOK) IsSuccess() bool

IsSuccess returns true when this delete org variable o k response has a 2xx status code

func (*DeleteOrgVariableOK) String

func (o *DeleteOrgVariableOK) String() string

type DeleteOrgVariableParams

type DeleteOrgVariableParams struct {

	/* Org.

	   name of the organization
	*/
	Org string

	/* Variablename.

	   name of the variable
	*/
	Variablename string

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

DeleteOrgVariableParams contains all the parameters to send to the API endpoint

for the delete org variable operation.

Typically these are written to a http.Request.

func NewDeleteOrgVariableParams

func NewDeleteOrgVariableParams() *DeleteOrgVariableParams

NewDeleteOrgVariableParams creates a new DeleteOrgVariableParams 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 NewDeleteOrgVariableParamsWithContext

func NewDeleteOrgVariableParamsWithContext(ctx context.Context) *DeleteOrgVariableParams

NewDeleteOrgVariableParamsWithContext creates a new DeleteOrgVariableParams object with the ability to set a context for a request.

func NewDeleteOrgVariableParamsWithHTTPClient

func NewDeleteOrgVariableParamsWithHTTPClient(client *http.Client) *DeleteOrgVariableParams

NewDeleteOrgVariableParamsWithHTTPClient creates a new DeleteOrgVariableParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteOrgVariableParamsWithTimeout

func NewDeleteOrgVariableParamsWithTimeout(timeout time.Duration) *DeleteOrgVariableParams

NewDeleteOrgVariableParamsWithTimeout creates a new DeleteOrgVariableParams object with the ability to set a timeout on a request.

func (*DeleteOrgVariableParams) SetContext

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

SetContext adds the context to the delete org variable params

func (*DeleteOrgVariableParams) SetDefaults

func (o *DeleteOrgVariableParams) SetDefaults()

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

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

func (*DeleteOrgVariableParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete org variable params

func (*DeleteOrgVariableParams) SetOrg

func (o *DeleteOrgVariableParams) SetOrg(org string)

SetOrg adds the org to the delete org variable params

func (*DeleteOrgVariableParams) SetTimeout

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

SetTimeout adds the timeout to the delete org variable params

func (*DeleteOrgVariableParams) SetVariablename

func (o *DeleteOrgVariableParams) SetVariablename(variablename string)

SetVariablename adds the variablename to the delete org variable params

func (*DeleteOrgVariableParams) WithContext

WithContext adds the context to the delete org variable params

func (*DeleteOrgVariableParams) WithDefaults

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

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

func (*DeleteOrgVariableParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete org variable params

func (*DeleteOrgVariableParams) WithOrg

WithOrg adds the org to the delete org variable params

func (*DeleteOrgVariableParams) WithTimeout

WithTimeout adds the timeout to the delete org variable params

func (*DeleteOrgVariableParams) WithVariablename

func (o *DeleteOrgVariableParams) WithVariablename(variablename string) *DeleteOrgVariableParams

WithVariablename adds the variablename to the delete org variable params

func (*DeleteOrgVariableParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteOrgVariableReader

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

DeleteOrgVariableReader is a Reader for the DeleteOrgVariable structure.

func (*DeleteOrgVariableReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrgVariableBadRequest

type GetOrgVariableBadRequest struct {
	Message string
	URL     string
}

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

APIError is error format response

func NewGetOrgVariableBadRequest

func NewGetOrgVariableBadRequest() *GetOrgVariableBadRequest

NewGetOrgVariableBadRequest creates a GetOrgVariableBadRequest with default headers values

func (*GetOrgVariableBadRequest) Code

func (o *GetOrgVariableBadRequest) Code() int

Code gets the status code for the get org variable bad request response

func (*GetOrgVariableBadRequest) Error

func (o *GetOrgVariableBadRequest) Error() string

func (*GetOrgVariableBadRequest) IsClientError

func (o *GetOrgVariableBadRequest) IsClientError() bool

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

func (*GetOrgVariableBadRequest) IsCode

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

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

func (*GetOrgVariableBadRequest) IsRedirect

func (o *GetOrgVariableBadRequest) IsRedirect() bool

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

func (*GetOrgVariableBadRequest) IsServerError

func (o *GetOrgVariableBadRequest) IsServerError() bool

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

func (*GetOrgVariableBadRequest) IsSuccess

func (o *GetOrgVariableBadRequest) IsSuccess() bool

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

func (*GetOrgVariableBadRequest) String

func (o *GetOrgVariableBadRequest) String() string

type GetOrgVariableNotFound

type GetOrgVariableNotFound struct {
}

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

APINotFound is a not found empty response

func NewGetOrgVariableNotFound

func NewGetOrgVariableNotFound() *GetOrgVariableNotFound

NewGetOrgVariableNotFound creates a GetOrgVariableNotFound with default headers values

func (*GetOrgVariableNotFound) Code

func (o *GetOrgVariableNotFound) Code() int

Code gets the status code for the get org variable not found response

func (*GetOrgVariableNotFound) Error

func (o *GetOrgVariableNotFound) Error() string

func (*GetOrgVariableNotFound) IsClientError

func (o *GetOrgVariableNotFound) IsClientError() bool

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

func (*GetOrgVariableNotFound) IsCode

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

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

func (*GetOrgVariableNotFound) IsRedirect

func (o *GetOrgVariableNotFound) IsRedirect() bool

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

func (*GetOrgVariableNotFound) IsServerError

func (o *GetOrgVariableNotFound) IsServerError() bool

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

func (*GetOrgVariableNotFound) IsSuccess

func (o *GetOrgVariableNotFound) IsSuccess() bool

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

func (*GetOrgVariableNotFound) String

func (o *GetOrgVariableNotFound) String() string

type GetOrgVariableOK

type GetOrgVariableOK struct {
	Payload *models.ActionVariable
}

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

ActionVariable

func NewGetOrgVariableOK

func NewGetOrgVariableOK() *GetOrgVariableOK

NewGetOrgVariableOK creates a GetOrgVariableOK with default headers values

func (*GetOrgVariableOK) Code

func (o *GetOrgVariableOK) Code() int

Code gets the status code for the get org variable o k response

func (*GetOrgVariableOK) Error

func (o *GetOrgVariableOK) Error() string

func (*GetOrgVariableOK) GetPayload

func (o *GetOrgVariableOK) GetPayload() *models.ActionVariable

func (*GetOrgVariableOK) IsClientError

func (o *GetOrgVariableOK) IsClientError() bool

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

func (*GetOrgVariableOK) IsCode

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

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

func (*GetOrgVariableOK) IsRedirect

func (o *GetOrgVariableOK) IsRedirect() bool

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

func (*GetOrgVariableOK) IsServerError

func (o *GetOrgVariableOK) IsServerError() bool

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

func (*GetOrgVariableOK) IsSuccess

func (o *GetOrgVariableOK) IsSuccess() bool

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

func (*GetOrgVariableOK) String

func (o *GetOrgVariableOK) String() string

type GetOrgVariableParams

type GetOrgVariableParams struct {

	/* Org.

	   name of the organization
	*/
	Org string

	/* Variablename.

	   name of the variable
	*/
	Variablename string

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

GetOrgVariableParams contains all the parameters to send to the API endpoint

for the get org variable operation.

Typically these are written to a http.Request.

func NewGetOrgVariableParams

func NewGetOrgVariableParams() *GetOrgVariableParams

NewGetOrgVariableParams creates a new GetOrgVariableParams 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 NewGetOrgVariableParamsWithContext

func NewGetOrgVariableParamsWithContext(ctx context.Context) *GetOrgVariableParams

NewGetOrgVariableParamsWithContext creates a new GetOrgVariableParams object with the ability to set a context for a request.

func NewGetOrgVariableParamsWithHTTPClient

func NewGetOrgVariableParamsWithHTTPClient(client *http.Client) *GetOrgVariableParams

NewGetOrgVariableParamsWithHTTPClient creates a new GetOrgVariableParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrgVariableParamsWithTimeout

func NewGetOrgVariableParamsWithTimeout(timeout time.Duration) *GetOrgVariableParams

NewGetOrgVariableParamsWithTimeout creates a new GetOrgVariableParams object with the ability to set a timeout on a request.

func (*GetOrgVariableParams) SetContext

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

SetContext adds the context to the get org variable params

func (*GetOrgVariableParams) SetDefaults

func (o *GetOrgVariableParams) SetDefaults()

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

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

func (*GetOrgVariableParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get org variable params

func (*GetOrgVariableParams) SetOrg

func (o *GetOrgVariableParams) SetOrg(org string)

SetOrg adds the org to the get org variable params

func (*GetOrgVariableParams) SetTimeout

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

SetTimeout adds the timeout to the get org variable params

func (*GetOrgVariableParams) SetVariablename

func (o *GetOrgVariableParams) SetVariablename(variablename string)

SetVariablename adds the variablename to the get org variable params

func (*GetOrgVariableParams) WithContext

WithContext adds the context to the get org variable params

func (*GetOrgVariableParams) WithDefaults

func (o *GetOrgVariableParams) WithDefaults() *GetOrgVariableParams

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

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

func (*GetOrgVariableParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get org variable params

func (*GetOrgVariableParams) WithOrg

WithOrg adds the org to the get org variable params

func (*GetOrgVariableParams) WithTimeout

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

WithTimeout adds the timeout to the get org variable params

func (*GetOrgVariableParams) WithVariablename

func (o *GetOrgVariableParams) WithVariablename(variablename string) *GetOrgVariableParams

WithVariablename adds the variablename to the get org variable params

func (*GetOrgVariableParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetOrgVariableReader

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

GetOrgVariableReader is a Reader for the GetOrgVariable structure.

func (*GetOrgVariableReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrgVariablesListBadRequest

type GetOrgVariablesListBadRequest struct {
	Message string
	URL     string
}

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

APIError is error format response

func NewGetOrgVariablesListBadRequest

func NewGetOrgVariablesListBadRequest() *GetOrgVariablesListBadRequest

NewGetOrgVariablesListBadRequest creates a GetOrgVariablesListBadRequest with default headers values

func (*GetOrgVariablesListBadRequest) Code

Code gets the status code for the get org variables list bad request response

func (*GetOrgVariablesListBadRequest) Error

func (*GetOrgVariablesListBadRequest) IsClientError

func (o *GetOrgVariablesListBadRequest) IsClientError() bool

IsClientError returns true when this get org variables list bad request response has a 4xx status code

func (*GetOrgVariablesListBadRequest) IsCode

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

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

func (*GetOrgVariablesListBadRequest) IsRedirect

func (o *GetOrgVariablesListBadRequest) IsRedirect() bool

IsRedirect returns true when this get org variables list bad request response has a 3xx status code

func (*GetOrgVariablesListBadRequest) IsServerError

func (o *GetOrgVariablesListBadRequest) IsServerError() bool

IsServerError returns true when this get org variables list bad request response has a 5xx status code

func (*GetOrgVariablesListBadRequest) IsSuccess

func (o *GetOrgVariablesListBadRequest) IsSuccess() bool

IsSuccess returns true when this get org variables list bad request response has a 2xx status code

func (*GetOrgVariablesListBadRequest) String

type GetOrgVariablesListNotFound

type GetOrgVariablesListNotFound struct {
}

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

APINotFound is a not found empty response

func NewGetOrgVariablesListNotFound

func NewGetOrgVariablesListNotFound() *GetOrgVariablesListNotFound

NewGetOrgVariablesListNotFound creates a GetOrgVariablesListNotFound with default headers values

func (*GetOrgVariablesListNotFound) Code

func (o *GetOrgVariablesListNotFound) Code() int

Code gets the status code for the get org variables list not found response

func (*GetOrgVariablesListNotFound) Error

func (*GetOrgVariablesListNotFound) IsClientError

func (o *GetOrgVariablesListNotFound) IsClientError() bool

IsClientError returns true when this get org variables list not found response has a 4xx status code

func (*GetOrgVariablesListNotFound) IsCode

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

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

func (*GetOrgVariablesListNotFound) IsRedirect

func (o *GetOrgVariablesListNotFound) IsRedirect() bool

IsRedirect returns true when this get org variables list not found response has a 3xx status code

func (*GetOrgVariablesListNotFound) IsServerError

func (o *GetOrgVariablesListNotFound) IsServerError() bool

IsServerError returns true when this get org variables list not found response has a 5xx status code

func (*GetOrgVariablesListNotFound) IsSuccess

func (o *GetOrgVariablesListNotFound) IsSuccess() bool

IsSuccess returns true when this get org variables list not found response has a 2xx status code

func (*GetOrgVariablesListNotFound) String

func (o *GetOrgVariablesListNotFound) String() string

type GetOrgVariablesListOK

type GetOrgVariablesListOK struct {
	Payload []*models.ActionVariable
}

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

VariableList

func NewGetOrgVariablesListOK

func NewGetOrgVariablesListOK() *GetOrgVariablesListOK

NewGetOrgVariablesListOK creates a GetOrgVariablesListOK with default headers values

func (*GetOrgVariablesListOK) Code

func (o *GetOrgVariablesListOK) Code() int

Code gets the status code for the get org variables list o k response

func (*GetOrgVariablesListOK) Error

func (o *GetOrgVariablesListOK) Error() string

func (*GetOrgVariablesListOK) GetPayload

func (o *GetOrgVariablesListOK) GetPayload() []*models.ActionVariable

func (*GetOrgVariablesListOK) IsClientError

func (o *GetOrgVariablesListOK) IsClientError() bool

IsClientError returns true when this get org variables list o k response has a 4xx status code

func (*GetOrgVariablesListOK) IsCode

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

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

func (*GetOrgVariablesListOK) IsRedirect

func (o *GetOrgVariablesListOK) IsRedirect() bool

IsRedirect returns true when this get org variables list o k response has a 3xx status code

func (*GetOrgVariablesListOK) IsServerError

func (o *GetOrgVariablesListOK) IsServerError() bool

IsServerError returns true when this get org variables list o k response has a 5xx status code

func (*GetOrgVariablesListOK) IsSuccess

func (o *GetOrgVariablesListOK) IsSuccess() bool

IsSuccess returns true when this get org variables list o k response has a 2xx status code

func (*GetOrgVariablesListOK) String

func (o *GetOrgVariablesListOK) String() string

type GetOrgVariablesListParams

type GetOrgVariablesListParams struct {

	/* Limit.

	   page size of results
	*/
	Limit *int64

	/* Org.

	   name of the organization
	*/
	Org string

	/* Page.

	   page number of results to return (1-based)
	*/
	Page *int64

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

GetOrgVariablesListParams contains all the parameters to send to the API endpoint

for the get org variables list operation.

Typically these are written to a http.Request.

func NewGetOrgVariablesListParams

func NewGetOrgVariablesListParams() *GetOrgVariablesListParams

NewGetOrgVariablesListParams creates a new GetOrgVariablesListParams 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 NewGetOrgVariablesListParamsWithContext

func NewGetOrgVariablesListParamsWithContext(ctx context.Context) *GetOrgVariablesListParams

NewGetOrgVariablesListParamsWithContext creates a new GetOrgVariablesListParams object with the ability to set a context for a request.

func NewGetOrgVariablesListParamsWithHTTPClient

func NewGetOrgVariablesListParamsWithHTTPClient(client *http.Client) *GetOrgVariablesListParams

NewGetOrgVariablesListParamsWithHTTPClient creates a new GetOrgVariablesListParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrgVariablesListParamsWithTimeout

func NewGetOrgVariablesListParamsWithTimeout(timeout time.Duration) *GetOrgVariablesListParams

NewGetOrgVariablesListParamsWithTimeout creates a new GetOrgVariablesListParams object with the ability to set a timeout on a request.

func (*GetOrgVariablesListParams) SetContext

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

SetContext adds the context to the get org variables list params

func (*GetOrgVariablesListParams) SetDefaults

func (o *GetOrgVariablesListParams) SetDefaults()

SetDefaults hydrates default values in the get org variables list params (not the query body).

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

func (*GetOrgVariablesListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get org variables list params

func (*GetOrgVariablesListParams) SetLimit

func (o *GetOrgVariablesListParams) SetLimit(limit *int64)

SetLimit adds the limit to the get org variables list params

func (*GetOrgVariablesListParams) SetOrg

func (o *GetOrgVariablesListParams) SetOrg(org string)

SetOrg adds the org to the get org variables list params

func (*GetOrgVariablesListParams) SetPage

func (o *GetOrgVariablesListParams) SetPage(page *int64)

SetPage adds the page to the get org variables list params

func (*GetOrgVariablesListParams) SetTimeout

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

SetTimeout adds the timeout to the get org variables list params

func (*GetOrgVariablesListParams) WithContext

WithContext adds the context to the get org variables list params

func (*GetOrgVariablesListParams) WithDefaults

WithDefaults hydrates default values in the get org variables list params (not the query body).

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

func (*GetOrgVariablesListParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get org variables list params

func (*GetOrgVariablesListParams) WithLimit

WithLimit adds the limit to the get org variables list params

func (*GetOrgVariablesListParams) WithOrg

WithOrg adds the org to the get org variables list params

func (*GetOrgVariablesListParams) WithPage

WithPage adds the page to the get org variables list params

func (*GetOrgVariablesListParams) WithTimeout

WithTimeout adds the timeout to the get org variables list params

func (*GetOrgVariablesListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrgVariablesListReader

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

GetOrgVariablesListReader is a Reader for the GetOrgVariablesList structure.

func (*GetOrgVariablesListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgAddTeamMemberForbidden

type OrgAddTeamMemberForbidden struct {
	Message string
	URL     string
}

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

APIForbiddenError is a forbidden error response

func NewOrgAddTeamMemberForbidden

func NewOrgAddTeamMemberForbidden() *OrgAddTeamMemberForbidden

NewOrgAddTeamMemberForbidden creates a OrgAddTeamMemberForbidden with default headers values

func (*OrgAddTeamMemberForbidden) Code

func (o *OrgAddTeamMemberForbidden) Code() int

Code gets the status code for the org add team member forbidden response

func (*OrgAddTeamMemberForbidden) Error

func (o *OrgAddTeamMemberForbidden) Error() string

func (*OrgAddTeamMemberForbidden) IsClientError

func (o *OrgAddTeamMemberForbidden) IsClientError() bool

IsClientError returns true when this org add team member forbidden response has a 4xx status code

func (*OrgAddTeamMemberForbidden) IsCode

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

IsCode returns true when this org add team member forbidden response a status code equal to that given

func (*OrgAddTeamMemberForbidden) IsRedirect

func (o *OrgAddTeamMemberForbidden) IsRedirect() bool

IsRedirect returns true when this org add team member forbidden response has a 3xx status code

func (*OrgAddTeamMemberForbidden) IsServerError

func (o *OrgAddTeamMemberForbidden) IsServerError() bool

IsServerError returns true when this org add team member forbidden response has a 5xx status code

func (*OrgAddTeamMemberForbidden) IsSuccess

func (o *OrgAddTeamMemberForbidden) IsSuccess() bool

IsSuccess returns true when this org add team member forbidden response has a 2xx status code

func (*OrgAddTeamMemberForbidden) String

func (o *OrgAddTeamMemberForbidden) String() string

type OrgAddTeamMemberNoContent

type OrgAddTeamMemberNoContent struct {
}

OrgAddTeamMemberNoContent describes a response with status code 204, with default header values.

APIEmpty is an empty response

func NewOrgAddTeamMemberNoContent

func NewOrgAddTeamMemberNoContent() *OrgAddTeamMemberNoContent

NewOrgAddTeamMemberNoContent creates a OrgAddTeamMemberNoContent with default headers values

func (*OrgAddTeamMemberNoContent) Code

func (o *OrgAddTeamMemberNoContent) Code() int

Code gets the status code for the org add team member no content response

func (*OrgAddTeamMemberNoContent) Error

func (o *OrgAddTeamMemberNoContent) Error() string

func (*OrgAddTeamMemberNoContent) IsClientError

func (o *OrgAddTeamMemberNoContent) IsClientError() bool

IsClientError returns true when this org add team member no content response has a 4xx status code

func (*OrgAddTeamMemberNoContent) IsCode

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

IsCode returns true when this org add team member no content response a status code equal to that given

func (*OrgAddTeamMemberNoContent) IsRedirect

func (o *OrgAddTeamMemberNoContent) IsRedirect() bool

IsRedirect returns true when this org add team member no content response has a 3xx status code

func (*OrgAddTeamMemberNoContent) IsServerError

func (o *OrgAddTeamMemberNoContent) IsServerError() bool

IsServerError returns true when this org add team member no content response has a 5xx status code

func (*OrgAddTeamMemberNoContent) IsSuccess

func (o *OrgAddTeamMemberNoContent) IsSuccess() bool

IsSuccess returns true when this org add team member no content response has a 2xx status code

func (*OrgAddTeamMemberNoContent) String

func (o *OrgAddTeamMemberNoContent) String() string

type OrgAddTeamMemberNotFound

type OrgAddTeamMemberNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgAddTeamMemberNotFound

func NewOrgAddTeamMemberNotFound() *OrgAddTeamMemberNotFound

NewOrgAddTeamMemberNotFound creates a OrgAddTeamMemberNotFound with default headers values

func (*OrgAddTeamMemberNotFound) Code

func (o *OrgAddTeamMemberNotFound) Code() int

Code gets the status code for the org add team member not found response

func (*OrgAddTeamMemberNotFound) Error

func (o *OrgAddTeamMemberNotFound) Error() string

func (*OrgAddTeamMemberNotFound) IsClientError

func (o *OrgAddTeamMemberNotFound) IsClientError() bool

IsClientError returns true when this org add team member not found response has a 4xx status code

func (*OrgAddTeamMemberNotFound) IsCode

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

IsCode returns true when this org add team member not found response a status code equal to that given

func (*OrgAddTeamMemberNotFound) IsRedirect

func (o *OrgAddTeamMemberNotFound) IsRedirect() bool

IsRedirect returns true when this org add team member not found response has a 3xx status code

func (*OrgAddTeamMemberNotFound) IsServerError

func (o *OrgAddTeamMemberNotFound) IsServerError() bool

IsServerError returns true when this org add team member not found response has a 5xx status code

func (*OrgAddTeamMemberNotFound) IsSuccess

func (o *OrgAddTeamMemberNotFound) IsSuccess() bool

IsSuccess returns true when this org add team member not found response has a 2xx status code

func (*OrgAddTeamMemberNotFound) String

func (o *OrgAddTeamMemberNotFound) String() string

type OrgAddTeamMemberParams

type OrgAddTeamMemberParams struct {

	/* ID.

	   id of the team

	   Format: int64
	*/
	ID int64

	/* Username.

	   username of the user to add
	*/
	Username string

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

OrgAddTeamMemberParams contains all the parameters to send to the API endpoint

for the org add team member operation.

Typically these are written to a http.Request.

func NewOrgAddTeamMemberParams

func NewOrgAddTeamMemberParams() *OrgAddTeamMemberParams

NewOrgAddTeamMemberParams creates a new OrgAddTeamMemberParams 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 NewOrgAddTeamMemberParamsWithContext

func NewOrgAddTeamMemberParamsWithContext(ctx context.Context) *OrgAddTeamMemberParams

NewOrgAddTeamMemberParamsWithContext creates a new OrgAddTeamMemberParams object with the ability to set a context for a request.

func NewOrgAddTeamMemberParamsWithHTTPClient

func NewOrgAddTeamMemberParamsWithHTTPClient(client *http.Client) *OrgAddTeamMemberParams

NewOrgAddTeamMemberParamsWithHTTPClient creates a new OrgAddTeamMemberParams object with the ability to set a custom HTTPClient for a request.

func NewOrgAddTeamMemberParamsWithTimeout

func NewOrgAddTeamMemberParamsWithTimeout(timeout time.Duration) *OrgAddTeamMemberParams

NewOrgAddTeamMemberParamsWithTimeout creates a new OrgAddTeamMemberParams object with the ability to set a timeout on a request.

func (*OrgAddTeamMemberParams) SetContext

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

SetContext adds the context to the org add team member params

func (*OrgAddTeamMemberParams) SetDefaults

func (o *OrgAddTeamMemberParams) SetDefaults()

SetDefaults hydrates default values in the org add team member params (not the query body).

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

func (*OrgAddTeamMemberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org add team member params

func (*OrgAddTeamMemberParams) SetID

func (o *OrgAddTeamMemberParams) SetID(id int64)

SetID adds the id to the org add team member params

func (*OrgAddTeamMemberParams) SetTimeout

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

SetTimeout adds the timeout to the org add team member params

func (*OrgAddTeamMemberParams) SetUsername

func (o *OrgAddTeamMemberParams) SetUsername(username string)

SetUsername adds the username to the org add team member params

func (*OrgAddTeamMemberParams) WithContext

WithContext adds the context to the org add team member params

func (*OrgAddTeamMemberParams) WithDefaults

WithDefaults hydrates default values in the org add team member params (not the query body).

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

func (*OrgAddTeamMemberParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org add team member params

func (*OrgAddTeamMemberParams) WithID

WithID adds the id to the org add team member params

func (*OrgAddTeamMemberParams) WithTimeout

WithTimeout adds the timeout to the org add team member params

func (*OrgAddTeamMemberParams) WithUsername

func (o *OrgAddTeamMemberParams) WithUsername(username string) *OrgAddTeamMemberParams

WithUsername adds the username to the org add team member params

func (*OrgAddTeamMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrgAddTeamMemberReader

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

OrgAddTeamMemberReader is a Reader for the OrgAddTeamMember structure.

func (*OrgAddTeamMemberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgAddTeamRepositoryForbidden

type OrgAddTeamRepositoryForbidden struct {
	Message string
	URL     string
}

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

APIForbiddenError is a forbidden error response

func NewOrgAddTeamRepositoryForbidden

func NewOrgAddTeamRepositoryForbidden() *OrgAddTeamRepositoryForbidden

NewOrgAddTeamRepositoryForbidden creates a OrgAddTeamRepositoryForbidden with default headers values

func (*OrgAddTeamRepositoryForbidden) Code

Code gets the status code for the org add team repository forbidden response

func (*OrgAddTeamRepositoryForbidden) Error

func (*OrgAddTeamRepositoryForbidden) IsClientError

func (o *OrgAddTeamRepositoryForbidden) IsClientError() bool

IsClientError returns true when this org add team repository forbidden response has a 4xx status code

func (*OrgAddTeamRepositoryForbidden) IsCode

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

IsCode returns true when this org add team repository forbidden response a status code equal to that given

func (*OrgAddTeamRepositoryForbidden) IsRedirect

func (o *OrgAddTeamRepositoryForbidden) IsRedirect() bool

IsRedirect returns true when this org add team repository forbidden response has a 3xx status code

func (*OrgAddTeamRepositoryForbidden) IsServerError

func (o *OrgAddTeamRepositoryForbidden) IsServerError() bool

IsServerError returns true when this org add team repository forbidden response has a 5xx status code

func (*OrgAddTeamRepositoryForbidden) IsSuccess

func (o *OrgAddTeamRepositoryForbidden) IsSuccess() bool

IsSuccess returns true when this org add team repository forbidden response has a 2xx status code

func (*OrgAddTeamRepositoryForbidden) String

type OrgAddTeamRepositoryNoContent

type OrgAddTeamRepositoryNoContent struct {
}

OrgAddTeamRepositoryNoContent describes a response with status code 204, with default header values.

APIEmpty is an empty response

func NewOrgAddTeamRepositoryNoContent

func NewOrgAddTeamRepositoryNoContent() *OrgAddTeamRepositoryNoContent

NewOrgAddTeamRepositoryNoContent creates a OrgAddTeamRepositoryNoContent with default headers values

func (*OrgAddTeamRepositoryNoContent) Code

Code gets the status code for the org add team repository no content response

func (*OrgAddTeamRepositoryNoContent) Error

func (*OrgAddTeamRepositoryNoContent) IsClientError

func (o *OrgAddTeamRepositoryNoContent) IsClientError() bool

IsClientError returns true when this org add team repository no content response has a 4xx status code

func (*OrgAddTeamRepositoryNoContent) IsCode

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

IsCode returns true when this org add team repository no content response a status code equal to that given

func (*OrgAddTeamRepositoryNoContent) IsRedirect

func (o *OrgAddTeamRepositoryNoContent) IsRedirect() bool

IsRedirect returns true when this org add team repository no content response has a 3xx status code

func (*OrgAddTeamRepositoryNoContent) IsServerError

func (o *OrgAddTeamRepositoryNoContent) IsServerError() bool

IsServerError returns true when this org add team repository no content response has a 5xx status code

func (*OrgAddTeamRepositoryNoContent) IsSuccess

func (o *OrgAddTeamRepositoryNoContent) IsSuccess() bool

IsSuccess returns true when this org add team repository no content response has a 2xx status code

func (*OrgAddTeamRepositoryNoContent) String

type OrgAddTeamRepositoryNotFound

type OrgAddTeamRepositoryNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgAddTeamRepositoryNotFound

func NewOrgAddTeamRepositoryNotFound() *OrgAddTeamRepositoryNotFound

NewOrgAddTeamRepositoryNotFound creates a OrgAddTeamRepositoryNotFound with default headers values

func (*OrgAddTeamRepositoryNotFound) Code

Code gets the status code for the org add team repository not found response

func (*OrgAddTeamRepositoryNotFound) Error

func (*OrgAddTeamRepositoryNotFound) IsClientError

func (o *OrgAddTeamRepositoryNotFound) IsClientError() bool

IsClientError returns true when this org add team repository not found response has a 4xx status code

func (*OrgAddTeamRepositoryNotFound) IsCode

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

IsCode returns true when this org add team repository not found response a status code equal to that given

func (*OrgAddTeamRepositoryNotFound) IsRedirect

func (o *OrgAddTeamRepositoryNotFound) IsRedirect() bool

IsRedirect returns true when this org add team repository not found response has a 3xx status code

func (*OrgAddTeamRepositoryNotFound) IsServerError

func (o *OrgAddTeamRepositoryNotFound) IsServerError() bool

IsServerError returns true when this org add team repository not found response has a 5xx status code

func (*OrgAddTeamRepositoryNotFound) IsSuccess

func (o *OrgAddTeamRepositoryNotFound) IsSuccess() bool

IsSuccess returns true when this org add team repository not found response has a 2xx status code

func (*OrgAddTeamRepositoryNotFound) String

type OrgAddTeamRepositoryParams

type OrgAddTeamRepositoryParams struct {

	/* ID.

	   id of the team

	   Format: int64
	*/
	ID int64

	/* Org.

	   organization that owns the repo to add
	*/
	Org string

	/* Repo.

	   name of the repo to add
	*/
	Repo string

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

OrgAddTeamRepositoryParams contains all the parameters to send to the API endpoint

for the org add team repository operation.

Typically these are written to a http.Request.

func NewOrgAddTeamRepositoryParams

func NewOrgAddTeamRepositoryParams() *OrgAddTeamRepositoryParams

NewOrgAddTeamRepositoryParams creates a new OrgAddTeamRepositoryParams 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 NewOrgAddTeamRepositoryParamsWithContext

func NewOrgAddTeamRepositoryParamsWithContext(ctx context.Context) *OrgAddTeamRepositoryParams

NewOrgAddTeamRepositoryParamsWithContext creates a new OrgAddTeamRepositoryParams object with the ability to set a context for a request.

func NewOrgAddTeamRepositoryParamsWithHTTPClient

func NewOrgAddTeamRepositoryParamsWithHTTPClient(client *http.Client) *OrgAddTeamRepositoryParams

NewOrgAddTeamRepositoryParamsWithHTTPClient creates a new OrgAddTeamRepositoryParams object with the ability to set a custom HTTPClient for a request.

func NewOrgAddTeamRepositoryParamsWithTimeout

func NewOrgAddTeamRepositoryParamsWithTimeout(timeout time.Duration) *OrgAddTeamRepositoryParams

NewOrgAddTeamRepositoryParamsWithTimeout creates a new OrgAddTeamRepositoryParams object with the ability to set a timeout on a request.

func (*OrgAddTeamRepositoryParams) SetContext

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

SetContext adds the context to the org add team repository params

func (*OrgAddTeamRepositoryParams) SetDefaults

func (o *OrgAddTeamRepositoryParams) SetDefaults()

SetDefaults hydrates default values in the org add team repository params (not the query body).

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

func (*OrgAddTeamRepositoryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org add team repository params

func (*OrgAddTeamRepositoryParams) SetID

func (o *OrgAddTeamRepositoryParams) SetID(id int64)

SetID adds the id to the org add team repository params

func (*OrgAddTeamRepositoryParams) SetOrg

func (o *OrgAddTeamRepositoryParams) SetOrg(org string)

SetOrg adds the org to the org add team repository params

func (*OrgAddTeamRepositoryParams) SetRepo

func (o *OrgAddTeamRepositoryParams) SetRepo(repo string)

SetRepo adds the repo to the org add team repository params

func (*OrgAddTeamRepositoryParams) SetTimeout

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

SetTimeout adds the timeout to the org add team repository params

func (*OrgAddTeamRepositoryParams) WithContext

WithContext adds the context to the org add team repository params

func (*OrgAddTeamRepositoryParams) WithDefaults

WithDefaults hydrates default values in the org add team repository params (not the query body).

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

func (*OrgAddTeamRepositoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the org add team repository params

func (*OrgAddTeamRepositoryParams) WithID

WithID adds the id to the org add team repository params

func (*OrgAddTeamRepositoryParams) WithOrg

WithOrg adds the org to the org add team repository params

func (*OrgAddTeamRepositoryParams) WithRepo

WithRepo adds the repo to the org add team repository params

func (*OrgAddTeamRepositoryParams) WithTimeout

WithTimeout adds the timeout to the org add team repository params

func (*OrgAddTeamRepositoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrgAddTeamRepositoryReader

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

OrgAddTeamRepositoryReader is a Reader for the OrgAddTeamRepository structure.

func (*OrgAddTeamRepositoryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgConcealMemberForbidden

type OrgConcealMemberForbidden struct {
	Message string
	URL     string
}

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

APIForbiddenError is a forbidden error response

func NewOrgConcealMemberForbidden

func NewOrgConcealMemberForbidden() *OrgConcealMemberForbidden

NewOrgConcealMemberForbidden creates a OrgConcealMemberForbidden with default headers values

func (*OrgConcealMemberForbidden) Code

func (o *OrgConcealMemberForbidden) Code() int

Code gets the status code for the org conceal member forbidden response

func (*OrgConcealMemberForbidden) Error

func (o *OrgConcealMemberForbidden) Error() string

func (*OrgConcealMemberForbidden) IsClientError

func (o *OrgConcealMemberForbidden) IsClientError() bool

IsClientError returns true when this org conceal member forbidden response has a 4xx status code

func (*OrgConcealMemberForbidden) IsCode

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

IsCode returns true when this org conceal member forbidden response a status code equal to that given

func (*OrgConcealMemberForbidden) IsRedirect

func (o *OrgConcealMemberForbidden) IsRedirect() bool

IsRedirect returns true when this org conceal member forbidden response has a 3xx status code

func (*OrgConcealMemberForbidden) IsServerError

func (o *OrgConcealMemberForbidden) IsServerError() bool

IsServerError returns true when this org conceal member forbidden response has a 5xx status code

func (*OrgConcealMemberForbidden) IsSuccess

func (o *OrgConcealMemberForbidden) IsSuccess() bool

IsSuccess returns true when this org conceal member forbidden response has a 2xx status code

func (*OrgConcealMemberForbidden) String

func (o *OrgConcealMemberForbidden) String() string

type OrgConcealMemberNoContent

type OrgConcealMemberNoContent struct {
}

OrgConcealMemberNoContent describes a response with status code 204, with default header values.

APIEmpty is an empty response

func NewOrgConcealMemberNoContent

func NewOrgConcealMemberNoContent() *OrgConcealMemberNoContent

NewOrgConcealMemberNoContent creates a OrgConcealMemberNoContent with default headers values

func (*OrgConcealMemberNoContent) Code

func (o *OrgConcealMemberNoContent) Code() int

Code gets the status code for the org conceal member no content response

func (*OrgConcealMemberNoContent) Error

func (o *OrgConcealMemberNoContent) Error() string

func (*OrgConcealMemberNoContent) IsClientError

func (o *OrgConcealMemberNoContent) IsClientError() bool

IsClientError returns true when this org conceal member no content response has a 4xx status code

func (*OrgConcealMemberNoContent) IsCode

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

IsCode returns true when this org conceal member no content response a status code equal to that given

func (*OrgConcealMemberNoContent) IsRedirect

func (o *OrgConcealMemberNoContent) IsRedirect() bool

IsRedirect returns true when this org conceal member no content response has a 3xx status code

func (*OrgConcealMemberNoContent) IsServerError

func (o *OrgConcealMemberNoContent) IsServerError() bool

IsServerError returns true when this org conceal member no content response has a 5xx status code

func (*OrgConcealMemberNoContent) IsSuccess

func (o *OrgConcealMemberNoContent) IsSuccess() bool

IsSuccess returns true when this org conceal member no content response has a 2xx status code

func (*OrgConcealMemberNoContent) String

func (o *OrgConcealMemberNoContent) String() string

type OrgConcealMemberNotFound

type OrgConcealMemberNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgConcealMemberNotFound

func NewOrgConcealMemberNotFound() *OrgConcealMemberNotFound

NewOrgConcealMemberNotFound creates a OrgConcealMemberNotFound with default headers values

func (*OrgConcealMemberNotFound) Code

func (o *OrgConcealMemberNotFound) Code() int

Code gets the status code for the org conceal member not found response

func (*OrgConcealMemberNotFound) Error

func (o *OrgConcealMemberNotFound) Error() string

func (*OrgConcealMemberNotFound) IsClientError

func (o *OrgConcealMemberNotFound) IsClientError() bool

IsClientError returns true when this org conceal member not found response has a 4xx status code

func (*OrgConcealMemberNotFound) IsCode

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

IsCode returns true when this org conceal member not found response a status code equal to that given

func (*OrgConcealMemberNotFound) IsRedirect

func (o *OrgConcealMemberNotFound) IsRedirect() bool

IsRedirect returns true when this org conceal member not found response has a 3xx status code

func (*OrgConcealMemberNotFound) IsServerError

func (o *OrgConcealMemberNotFound) IsServerError() bool

IsServerError returns true when this org conceal member not found response has a 5xx status code

func (*OrgConcealMemberNotFound) IsSuccess

func (o *OrgConcealMemberNotFound) IsSuccess() bool

IsSuccess returns true when this org conceal member not found response has a 2xx status code

func (*OrgConcealMemberNotFound) String

func (o *OrgConcealMemberNotFound) String() string

type OrgConcealMemberParams

type OrgConcealMemberParams struct {

	/* Org.

	   name of the organization
	*/
	Org string

	/* Username.

	   username of the user
	*/
	Username string

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

OrgConcealMemberParams contains all the parameters to send to the API endpoint

for the org conceal member operation.

Typically these are written to a http.Request.

func NewOrgConcealMemberParams

func NewOrgConcealMemberParams() *OrgConcealMemberParams

NewOrgConcealMemberParams creates a new OrgConcealMemberParams 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 NewOrgConcealMemberParamsWithContext

func NewOrgConcealMemberParamsWithContext(ctx context.Context) *OrgConcealMemberParams

NewOrgConcealMemberParamsWithContext creates a new OrgConcealMemberParams object with the ability to set a context for a request.

func NewOrgConcealMemberParamsWithHTTPClient

func NewOrgConcealMemberParamsWithHTTPClient(client *http.Client) *OrgConcealMemberParams

NewOrgConcealMemberParamsWithHTTPClient creates a new OrgConcealMemberParams object with the ability to set a custom HTTPClient for a request.

func NewOrgConcealMemberParamsWithTimeout

func NewOrgConcealMemberParamsWithTimeout(timeout time.Duration) *OrgConcealMemberParams

NewOrgConcealMemberParamsWithTimeout creates a new OrgConcealMemberParams object with the ability to set a timeout on a request.

func (*OrgConcealMemberParams) SetContext

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

SetContext adds the context to the org conceal member params

func (*OrgConcealMemberParams) SetDefaults

func (o *OrgConcealMemberParams) SetDefaults()

SetDefaults hydrates default values in the org conceal member params (not the query body).

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

func (*OrgConcealMemberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org conceal member params

func (*OrgConcealMemberParams) SetOrg

func (o *OrgConcealMemberParams) SetOrg(org string)

SetOrg adds the org to the org conceal member params

func (*OrgConcealMemberParams) SetTimeout

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

SetTimeout adds the timeout to the org conceal member params

func (*OrgConcealMemberParams) SetUsername

func (o *OrgConcealMemberParams) SetUsername(username string)

SetUsername adds the username to the org conceal member params

func (*OrgConcealMemberParams) WithContext

WithContext adds the context to the org conceal member params

func (*OrgConcealMemberParams) WithDefaults

WithDefaults hydrates default values in the org conceal member params (not the query body).

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

func (*OrgConcealMemberParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org conceal member params

func (*OrgConcealMemberParams) WithOrg

WithOrg adds the org to the org conceal member params

func (*OrgConcealMemberParams) WithTimeout

WithTimeout adds the timeout to the org conceal member params

func (*OrgConcealMemberParams) WithUsername

func (o *OrgConcealMemberParams) WithUsername(username string) *OrgConcealMemberParams

WithUsername adds the username to the org conceal member params

func (*OrgConcealMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrgConcealMemberReader

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

OrgConcealMemberReader is a Reader for the OrgConcealMember structure.

func (*OrgConcealMemberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgCreateCreated

type OrgCreateCreated struct {
	Payload *models.Organization
}

OrgCreateCreated describes a response with status code 201, with default header values.

Organization

func NewOrgCreateCreated

func NewOrgCreateCreated() *OrgCreateCreated

NewOrgCreateCreated creates a OrgCreateCreated with default headers values

func (*OrgCreateCreated) Code

func (o *OrgCreateCreated) Code() int

Code gets the status code for the org create created response

func (*OrgCreateCreated) Error

func (o *OrgCreateCreated) Error() string

func (*OrgCreateCreated) GetPayload

func (o *OrgCreateCreated) GetPayload() *models.Organization

func (*OrgCreateCreated) IsClientError

func (o *OrgCreateCreated) IsClientError() bool

IsClientError returns true when this org create created response has a 4xx status code

func (*OrgCreateCreated) IsCode

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

IsCode returns true when this org create created response a status code equal to that given

func (*OrgCreateCreated) IsRedirect

func (o *OrgCreateCreated) IsRedirect() bool

IsRedirect returns true when this org create created response has a 3xx status code

func (*OrgCreateCreated) IsServerError

func (o *OrgCreateCreated) IsServerError() bool

IsServerError returns true when this org create created response has a 5xx status code

func (*OrgCreateCreated) IsSuccess

func (o *OrgCreateCreated) IsSuccess() bool

IsSuccess returns true when this org create created response has a 2xx status code

func (*OrgCreateCreated) String

func (o *OrgCreateCreated) String() string

type OrgCreateForbidden

type OrgCreateForbidden struct {
	Message string
	URL     string
}

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

APIForbiddenError is a forbidden error response

func NewOrgCreateForbidden

func NewOrgCreateForbidden() *OrgCreateForbidden

NewOrgCreateForbidden creates a OrgCreateForbidden with default headers values

func (*OrgCreateForbidden) Code

func (o *OrgCreateForbidden) Code() int

Code gets the status code for the org create forbidden response

func (*OrgCreateForbidden) Error

func (o *OrgCreateForbidden) Error() string

func (*OrgCreateForbidden) IsClientError

func (o *OrgCreateForbidden) IsClientError() bool

IsClientError returns true when this org create forbidden response has a 4xx status code

func (*OrgCreateForbidden) IsCode

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

IsCode returns true when this org create forbidden response a status code equal to that given

func (*OrgCreateForbidden) IsRedirect

func (o *OrgCreateForbidden) IsRedirect() bool

IsRedirect returns true when this org create forbidden response has a 3xx status code

func (*OrgCreateForbidden) IsServerError

func (o *OrgCreateForbidden) IsServerError() bool

IsServerError returns true when this org create forbidden response has a 5xx status code

func (*OrgCreateForbidden) IsSuccess

func (o *OrgCreateForbidden) IsSuccess() bool

IsSuccess returns true when this org create forbidden response has a 2xx status code

func (*OrgCreateForbidden) String

func (o *OrgCreateForbidden) String() string

type OrgCreateHookCreated

type OrgCreateHookCreated struct {
	Payload *models.Hook
}

OrgCreateHookCreated describes a response with status code 201, with default header values.

Hook

func NewOrgCreateHookCreated

func NewOrgCreateHookCreated() *OrgCreateHookCreated

NewOrgCreateHookCreated creates a OrgCreateHookCreated with default headers values

func (*OrgCreateHookCreated) Code

func (o *OrgCreateHookCreated) Code() int

Code gets the status code for the org create hook created response

func (*OrgCreateHookCreated) Error

func (o *OrgCreateHookCreated) Error() string

func (*OrgCreateHookCreated) GetPayload

func (o *OrgCreateHookCreated) GetPayload() *models.Hook

func (*OrgCreateHookCreated) IsClientError

func (o *OrgCreateHookCreated) IsClientError() bool

IsClientError returns true when this org create hook created response has a 4xx status code

func (*OrgCreateHookCreated) IsCode

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

IsCode returns true when this org create hook created response a status code equal to that given

func (*OrgCreateHookCreated) IsRedirect

func (o *OrgCreateHookCreated) IsRedirect() bool

IsRedirect returns true when this org create hook created response has a 3xx status code

func (*OrgCreateHookCreated) IsServerError

func (o *OrgCreateHookCreated) IsServerError() bool

IsServerError returns true when this org create hook created response has a 5xx status code

func (*OrgCreateHookCreated) IsSuccess

func (o *OrgCreateHookCreated) IsSuccess() bool

IsSuccess returns true when this org create hook created response has a 2xx status code

func (*OrgCreateHookCreated) String

func (o *OrgCreateHookCreated) String() string

type OrgCreateHookNotFound

type OrgCreateHookNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgCreateHookNotFound

func NewOrgCreateHookNotFound() *OrgCreateHookNotFound

NewOrgCreateHookNotFound creates a OrgCreateHookNotFound with default headers values

func (*OrgCreateHookNotFound) Code

func (o *OrgCreateHookNotFound) Code() int

Code gets the status code for the org create hook not found response

func (*OrgCreateHookNotFound) Error

func (o *OrgCreateHookNotFound) Error() string

func (*OrgCreateHookNotFound) IsClientError

func (o *OrgCreateHookNotFound) IsClientError() bool

IsClientError returns true when this org create hook not found response has a 4xx status code

func (*OrgCreateHookNotFound) IsCode

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

IsCode returns true when this org create hook not found response a status code equal to that given

func (*OrgCreateHookNotFound) IsRedirect

func (o *OrgCreateHookNotFound) IsRedirect() bool

IsRedirect returns true when this org create hook not found response has a 3xx status code

func (*OrgCreateHookNotFound) IsServerError

func (o *OrgCreateHookNotFound) IsServerError() bool

IsServerError returns true when this org create hook not found response has a 5xx status code

func (*OrgCreateHookNotFound) IsSuccess

func (o *OrgCreateHookNotFound) IsSuccess() bool

IsSuccess returns true when this org create hook not found response has a 2xx status code

func (*OrgCreateHookNotFound) String

func (o *OrgCreateHookNotFound) String() string

type OrgCreateHookParams

type OrgCreateHookParams struct {

	// Body.
	Body *models.CreateHookOption

	/* Org.

	   name of the organization
	*/
	Org string

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

OrgCreateHookParams contains all the parameters to send to the API endpoint

for the org create hook operation.

Typically these are written to a http.Request.

func NewOrgCreateHookParams

func NewOrgCreateHookParams() *OrgCreateHookParams

NewOrgCreateHookParams creates a new OrgCreateHookParams 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 NewOrgCreateHookParamsWithContext

func NewOrgCreateHookParamsWithContext(ctx context.Context) *OrgCreateHookParams

NewOrgCreateHookParamsWithContext creates a new OrgCreateHookParams object with the ability to set a context for a request.

func NewOrgCreateHookParamsWithHTTPClient

func NewOrgCreateHookParamsWithHTTPClient(client *http.Client) *OrgCreateHookParams

NewOrgCreateHookParamsWithHTTPClient creates a new OrgCreateHookParams object with the ability to set a custom HTTPClient for a request.

func NewOrgCreateHookParamsWithTimeout

func NewOrgCreateHookParamsWithTimeout(timeout time.Duration) *OrgCreateHookParams

NewOrgCreateHookParamsWithTimeout creates a new OrgCreateHookParams object with the ability to set a timeout on a request.

func (*OrgCreateHookParams) SetBody

func (o *OrgCreateHookParams) SetBody(body *models.CreateHookOption)

SetBody adds the body to the org create hook params

func (*OrgCreateHookParams) SetContext

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

SetContext adds the context to the org create hook params

func (*OrgCreateHookParams) SetDefaults

func (o *OrgCreateHookParams) SetDefaults()

SetDefaults hydrates default values in the org create hook params (not the query body).

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

func (*OrgCreateHookParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org create hook params

func (*OrgCreateHookParams) SetOrg

func (o *OrgCreateHookParams) SetOrg(org string)

SetOrg adds the org to the org create hook params

func (*OrgCreateHookParams) SetTimeout

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

SetTimeout adds the timeout to the org create hook params

func (*OrgCreateHookParams) WithBody

WithBody adds the body to the org create hook params

func (*OrgCreateHookParams) WithContext

WithContext adds the context to the org create hook params

func (*OrgCreateHookParams) WithDefaults

func (o *OrgCreateHookParams) WithDefaults() *OrgCreateHookParams

WithDefaults hydrates default values in the org create hook params (not the query body).

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

func (*OrgCreateHookParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org create hook params

func (*OrgCreateHookParams) WithOrg

WithOrg adds the org to the org create hook params

func (*OrgCreateHookParams) WithTimeout

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

WithTimeout adds the timeout to the org create hook params

func (*OrgCreateHookParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgCreateHookReader

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

OrgCreateHookReader is a Reader for the OrgCreateHook structure.

func (*OrgCreateHookReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgCreateLabelCreated

type OrgCreateLabelCreated struct {
	Payload *models.Label
}

OrgCreateLabelCreated describes a response with status code 201, with default header values.

Label

func NewOrgCreateLabelCreated

func NewOrgCreateLabelCreated() *OrgCreateLabelCreated

NewOrgCreateLabelCreated creates a OrgCreateLabelCreated with default headers values

func (*OrgCreateLabelCreated) Code

func (o *OrgCreateLabelCreated) Code() int

Code gets the status code for the org create label created response

func (*OrgCreateLabelCreated) Error

func (o *OrgCreateLabelCreated) Error() string

func (*OrgCreateLabelCreated) GetPayload

func (o *OrgCreateLabelCreated) GetPayload() *models.Label

func (*OrgCreateLabelCreated) IsClientError

func (o *OrgCreateLabelCreated) IsClientError() bool

IsClientError returns true when this org create label created response has a 4xx status code

func (*OrgCreateLabelCreated) IsCode

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

IsCode returns true when this org create label created response a status code equal to that given

func (*OrgCreateLabelCreated) IsRedirect

func (o *OrgCreateLabelCreated) IsRedirect() bool

IsRedirect returns true when this org create label created response has a 3xx status code

func (*OrgCreateLabelCreated) IsServerError

func (o *OrgCreateLabelCreated) IsServerError() bool

IsServerError returns true when this org create label created response has a 5xx status code

func (*OrgCreateLabelCreated) IsSuccess

func (o *OrgCreateLabelCreated) IsSuccess() bool

IsSuccess returns true when this org create label created response has a 2xx status code

func (*OrgCreateLabelCreated) String

func (o *OrgCreateLabelCreated) String() string

type OrgCreateLabelNotFound

type OrgCreateLabelNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgCreateLabelNotFound

func NewOrgCreateLabelNotFound() *OrgCreateLabelNotFound

NewOrgCreateLabelNotFound creates a OrgCreateLabelNotFound with default headers values

func (*OrgCreateLabelNotFound) Code

func (o *OrgCreateLabelNotFound) Code() int

Code gets the status code for the org create label not found response

func (*OrgCreateLabelNotFound) Error

func (o *OrgCreateLabelNotFound) Error() string

func (*OrgCreateLabelNotFound) IsClientError

func (o *OrgCreateLabelNotFound) IsClientError() bool

IsClientError returns true when this org create label not found response has a 4xx status code

func (*OrgCreateLabelNotFound) IsCode

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

IsCode returns true when this org create label not found response a status code equal to that given

func (*OrgCreateLabelNotFound) IsRedirect

func (o *OrgCreateLabelNotFound) IsRedirect() bool

IsRedirect returns true when this org create label not found response has a 3xx status code

func (*OrgCreateLabelNotFound) IsServerError

func (o *OrgCreateLabelNotFound) IsServerError() bool

IsServerError returns true when this org create label not found response has a 5xx status code

func (*OrgCreateLabelNotFound) IsSuccess

func (o *OrgCreateLabelNotFound) IsSuccess() bool

IsSuccess returns true when this org create label not found response has a 2xx status code

func (*OrgCreateLabelNotFound) String

func (o *OrgCreateLabelNotFound) String() string

type OrgCreateLabelParams

type OrgCreateLabelParams struct {

	// Body.
	Body *models.CreateLabelOption

	/* Org.

	   name of the organization
	*/
	Org string

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

OrgCreateLabelParams contains all the parameters to send to the API endpoint

for the org create label operation.

Typically these are written to a http.Request.

func NewOrgCreateLabelParams

func NewOrgCreateLabelParams() *OrgCreateLabelParams

NewOrgCreateLabelParams creates a new OrgCreateLabelParams 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 NewOrgCreateLabelParamsWithContext

func NewOrgCreateLabelParamsWithContext(ctx context.Context) *OrgCreateLabelParams

NewOrgCreateLabelParamsWithContext creates a new OrgCreateLabelParams object with the ability to set a context for a request.

func NewOrgCreateLabelParamsWithHTTPClient

func NewOrgCreateLabelParamsWithHTTPClient(client *http.Client) *OrgCreateLabelParams

NewOrgCreateLabelParamsWithHTTPClient creates a new OrgCreateLabelParams object with the ability to set a custom HTTPClient for a request.

func NewOrgCreateLabelParamsWithTimeout

func NewOrgCreateLabelParamsWithTimeout(timeout time.Duration) *OrgCreateLabelParams

NewOrgCreateLabelParamsWithTimeout creates a new OrgCreateLabelParams object with the ability to set a timeout on a request.

func (*OrgCreateLabelParams) SetBody

func (o *OrgCreateLabelParams) SetBody(body *models.CreateLabelOption)

SetBody adds the body to the org create label params

func (*OrgCreateLabelParams) SetContext

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

SetContext adds the context to the org create label params

func (*OrgCreateLabelParams) SetDefaults

func (o *OrgCreateLabelParams) SetDefaults()

SetDefaults hydrates default values in the org create label params (not the query body).

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

func (*OrgCreateLabelParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org create label params

func (*OrgCreateLabelParams) SetOrg

func (o *OrgCreateLabelParams) SetOrg(org string)

SetOrg adds the org to the org create label params

func (*OrgCreateLabelParams) SetTimeout

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

SetTimeout adds the timeout to the org create label params

func (*OrgCreateLabelParams) WithBody

WithBody adds the body to the org create label params

func (*OrgCreateLabelParams) WithContext

WithContext adds the context to the org create label params

func (*OrgCreateLabelParams) WithDefaults

func (o *OrgCreateLabelParams) WithDefaults() *OrgCreateLabelParams

WithDefaults hydrates default values in the org create label params (not the query body).

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

func (*OrgCreateLabelParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org create label params

func (*OrgCreateLabelParams) WithOrg

WithOrg adds the org to the org create label params

func (*OrgCreateLabelParams) WithTimeout

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

WithTimeout adds the timeout to the org create label params

func (*OrgCreateLabelParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgCreateLabelReader

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

OrgCreateLabelReader is a Reader for the OrgCreateLabel structure.

func (*OrgCreateLabelReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgCreateLabelUnprocessableEntity

type OrgCreateLabelUnprocessableEntity struct {
	Message string
	URL     string
}

OrgCreateLabelUnprocessableEntity describes a response with status code 422, with default header values.

APIValidationError is error format response related to input validation

func NewOrgCreateLabelUnprocessableEntity

func NewOrgCreateLabelUnprocessableEntity() *OrgCreateLabelUnprocessableEntity

NewOrgCreateLabelUnprocessableEntity creates a OrgCreateLabelUnprocessableEntity with default headers values

func (*OrgCreateLabelUnprocessableEntity) Code

Code gets the status code for the org create label unprocessable entity response

func (*OrgCreateLabelUnprocessableEntity) Error

func (*OrgCreateLabelUnprocessableEntity) IsClientError

func (o *OrgCreateLabelUnprocessableEntity) IsClientError() bool

IsClientError returns true when this org create label unprocessable entity response has a 4xx status code

func (*OrgCreateLabelUnprocessableEntity) IsCode

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

IsCode returns true when this org create label unprocessable entity response a status code equal to that given

func (*OrgCreateLabelUnprocessableEntity) IsRedirect

func (o *OrgCreateLabelUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this org create label unprocessable entity response has a 3xx status code

func (*OrgCreateLabelUnprocessableEntity) IsServerError

func (o *OrgCreateLabelUnprocessableEntity) IsServerError() bool

IsServerError returns true when this org create label unprocessable entity response has a 5xx status code

func (*OrgCreateLabelUnprocessableEntity) IsSuccess

func (o *OrgCreateLabelUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this org create label unprocessable entity response has a 2xx status code

func (*OrgCreateLabelUnprocessableEntity) String

type OrgCreateParams

type OrgCreateParams struct {

	// Organization.
	Organization *models.CreateOrgOption

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

OrgCreateParams contains all the parameters to send to the API endpoint

for the org create operation.

Typically these are written to a http.Request.

func NewOrgCreateParams

func NewOrgCreateParams() *OrgCreateParams

NewOrgCreateParams creates a new OrgCreateParams 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 NewOrgCreateParamsWithContext

func NewOrgCreateParamsWithContext(ctx context.Context) *OrgCreateParams

NewOrgCreateParamsWithContext creates a new OrgCreateParams object with the ability to set a context for a request.

func NewOrgCreateParamsWithHTTPClient

func NewOrgCreateParamsWithHTTPClient(client *http.Client) *OrgCreateParams

NewOrgCreateParamsWithHTTPClient creates a new OrgCreateParams object with the ability to set a custom HTTPClient for a request.

func NewOrgCreateParamsWithTimeout

func NewOrgCreateParamsWithTimeout(timeout time.Duration) *OrgCreateParams

NewOrgCreateParamsWithTimeout creates a new OrgCreateParams object with the ability to set a timeout on a request.

func (*OrgCreateParams) SetContext

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

SetContext adds the context to the org create params

func (*OrgCreateParams) SetDefaults

func (o *OrgCreateParams) SetDefaults()

SetDefaults hydrates default values in the org create params (not the query body).

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

func (*OrgCreateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org create params

func (*OrgCreateParams) SetOrganization

func (o *OrgCreateParams) SetOrganization(organization *models.CreateOrgOption)

SetOrganization adds the organization to the org create params

func (*OrgCreateParams) SetTimeout

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

SetTimeout adds the timeout to the org create params

func (*OrgCreateParams) WithContext

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

WithContext adds the context to the org create params

func (*OrgCreateParams) WithDefaults

func (o *OrgCreateParams) WithDefaults() *OrgCreateParams

WithDefaults hydrates default values in the org create params (not the query body).

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

func (*OrgCreateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org create params

func (*OrgCreateParams) WithOrganization

func (o *OrgCreateParams) WithOrganization(organization *models.CreateOrgOption) *OrgCreateParams

WithOrganization adds the organization to the org create params

func (*OrgCreateParams) WithTimeout

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

WithTimeout adds the timeout to the org create params

func (*OrgCreateParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgCreateReader

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

OrgCreateReader is a Reader for the OrgCreate structure.

func (*OrgCreateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgCreateTeamCreated

type OrgCreateTeamCreated struct {
	Payload *models.Team
}

OrgCreateTeamCreated describes a response with status code 201, with default header values.

Team

func NewOrgCreateTeamCreated

func NewOrgCreateTeamCreated() *OrgCreateTeamCreated

NewOrgCreateTeamCreated creates a OrgCreateTeamCreated with default headers values

func (*OrgCreateTeamCreated) Code

func (o *OrgCreateTeamCreated) Code() int

Code gets the status code for the org create team created response

func (*OrgCreateTeamCreated) Error

func (o *OrgCreateTeamCreated) Error() string

func (*OrgCreateTeamCreated) GetPayload

func (o *OrgCreateTeamCreated) GetPayload() *models.Team

func (*OrgCreateTeamCreated) IsClientError

func (o *OrgCreateTeamCreated) IsClientError() bool

IsClientError returns true when this org create team created response has a 4xx status code

func (*OrgCreateTeamCreated) IsCode

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

IsCode returns true when this org create team created response a status code equal to that given

func (*OrgCreateTeamCreated) IsRedirect

func (o *OrgCreateTeamCreated) IsRedirect() bool

IsRedirect returns true when this org create team created response has a 3xx status code

func (*OrgCreateTeamCreated) IsServerError

func (o *OrgCreateTeamCreated) IsServerError() bool

IsServerError returns true when this org create team created response has a 5xx status code

func (*OrgCreateTeamCreated) IsSuccess

func (o *OrgCreateTeamCreated) IsSuccess() bool

IsSuccess returns true when this org create team created response has a 2xx status code

func (*OrgCreateTeamCreated) String

func (o *OrgCreateTeamCreated) String() string

type OrgCreateTeamNotFound

type OrgCreateTeamNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgCreateTeamNotFound

func NewOrgCreateTeamNotFound() *OrgCreateTeamNotFound

NewOrgCreateTeamNotFound creates a OrgCreateTeamNotFound with default headers values

func (*OrgCreateTeamNotFound) Code

func (o *OrgCreateTeamNotFound) Code() int

Code gets the status code for the org create team not found response

func (*OrgCreateTeamNotFound) Error

func (o *OrgCreateTeamNotFound) Error() string

func (*OrgCreateTeamNotFound) IsClientError

func (o *OrgCreateTeamNotFound) IsClientError() bool

IsClientError returns true when this org create team not found response has a 4xx status code

func (*OrgCreateTeamNotFound) IsCode

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

IsCode returns true when this org create team not found response a status code equal to that given

func (*OrgCreateTeamNotFound) IsRedirect

func (o *OrgCreateTeamNotFound) IsRedirect() bool

IsRedirect returns true when this org create team not found response has a 3xx status code

func (*OrgCreateTeamNotFound) IsServerError

func (o *OrgCreateTeamNotFound) IsServerError() bool

IsServerError returns true when this org create team not found response has a 5xx status code

func (*OrgCreateTeamNotFound) IsSuccess

func (o *OrgCreateTeamNotFound) IsSuccess() bool

IsSuccess returns true when this org create team not found response has a 2xx status code

func (*OrgCreateTeamNotFound) String

func (o *OrgCreateTeamNotFound) String() string

type OrgCreateTeamParams

type OrgCreateTeamParams struct {

	// Body.
	Body *models.CreateTeamOption

	/* Org.

	   name of the organization
	*/
	Org string

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

OrgCreateTeamParams contains all the parameters to send to the API endpoint

for the org create team operation.

Typically these are written to a http.Request.

func NewOrgCreateTeamParams

func NewOrgCreateTeamParams() *OrgCreateTeamParams

NewOrgCreateTeamParams creates a new OrgCreateTeamParams 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 NewOrgCreateTeamParamsWithContext

func NewOrgCreateTeamParamsWithContext(ctx context.Context) *OrgCreateTeamParams

NewOrgCreateTeamParamsWithContext creates a new OrgCreateTeamParams object with the ability to set a context for a request.

func NewOrgCreateTeamParamsWithHTTPClient

func NewOrgCreateTeamParamsWithHTTPClient(client *http.Client) *OrgCreateTeamParams

NewOrgCreateTeamParamsWithHTTPClient creates a new OrgCreateTeamParams object with the ability to set a custom HTTPClient for a request.

func NewOrgCreateTeamParamsWithTimeout

func NewOrgCreateTeamParamsWithTimeout(timeout time.Duration) *OrgCreateTeamParams

NewOrgCreateTeamParamsWithTimeout creates a new OrgCreateTeamParams object with the ability to set a timeout on a request.

func (*OrgCreateTeamParams) SetBody

func (o *OrgCreateTeamParams) SetBody(body *models.CreateTeamOption)

SetBody adds the body to the org create team params

func (*OrgCreateTeamParams) SetContext

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

SetContext adds the context to the org create team params

func (*OrgCreateTeamParams) SetDefaults

func (o *OrgCreateTeamParams) SetDefaults()

SetDefaults hydrates default values in the org create team params (not the query body).

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

func (*OrgCreateTeamParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org create team params

func (*OrgCreateTeamParams) SetOrg

func (o *OrgCreateTeamParams) SetOrg(org string)

SetOrg adds the org to the org create team params

func (*OrgCreateTeamParams) SetTimeout

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

SetTimeout adds the timeout to the org create team params

func (*OrgCreateTeamParams) WithBody

WithBody adds the body to the org create team params

func (*OrgCreateTeamParams) WithContext

WithContext adds the context to the org create team params

func (*OrgCreateTeamParams) WithDefaults

func (o *OrgCreateTeamParams) WithDefaults() *OrgCreateTeamParams

WithDefaults hydrates default values in the org create team params (not the query body).

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

func (*OrgCreateTeamParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org create team params

func (*OrgCreateTeamParams) WithOrg

WithOrg adds the org to the org create team params

func (*OrgCreateTeamParams) WithTimeout

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

WithTimeout adds the timeout to the org create team params

func (*OrgCreateTeamParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgCreateTeamReader

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

OrgCreateTeamReader is a Reader for the OrgCreateTeam structure.

func (*OrgCreateTeamReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgCreateTeamUnprocessableEntity

type OrgCreateTeamUnprocessableEntity struct {
	Message string
	URL     string
}

OrgCreateTeamUnprocessableEntity describes a response with status code 422, with default header values.

APIValidationError is error format response related to input validation

func NewOrgCreateTeamUnprocessableEntity

func NewOrgCreateTeamUnprocessableEntity() *OrgCreateTeamUnprocessableEntity

NewOrgCreateTeamUnprocessableEntity creates a OrgCreateTeamUnprocessableEntity with default headers values

func (*OrgCreateTeamUnprocessableEntity) Code

Code gets the status code for the org create team unprocessable entity response

func (*OrgCreateTeamUnprocessableEntity) Error

func (*OrgCreateTeamUnprocessableEntity) IsClientError

func (o *OrgCreateTeamUnprocessableEntity) IsClientError() bool

IsClientError returns true when this org create team unprocessable entity response has a 4xx status code

func (*OrgCreateTeamUnprocessableEntity) IsCode

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

IsCode returns true when this org create team unprocessable entity response a status code equal to that given

func (*OrgCreateTeamUnprocessableEntity) IsRedirect

func (o *OrgCreateTeamUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this org create team unprocessable entity response has a 3xx status code

func (*OrgCreateTeamUnprocessableEntity) IsServerError

func (o *OrgCreateTeamUnprocessableEntity) IsServerError() bool

IsServerError returns true when this org create team unprocessable entity response has a 5xx status code

func (*OrgCreateTeamUnprocessableEntity) IsSuccess

func (o *OrgCreateTeamUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this org create team unprocessable entity response has a 2xx status code

func (*OrgCreateTeamUnprocessableEntity) String

type OrgCreateUnprocessableEntity

type OrgCreateUnprocessableEntity struct {
	Message string
	URL     string
}

OrgCreateUnprocessableEntity describes a response with status code 422, with default header values.

APIValidationError is error format response related to input validation

func NewOrgCreateUnprocessableEntity

func NewOrgCreateUnprocessableEntity() *OrgCreateUnprocessableEntity

NewOrgCreateUnprocessableEntity creates a OrgCreateUnprocessableEntity with default headers values

func (*OrgCreateUnprocessableEntity) Code

Code gets the status code for the org create unprocessable entity response

func (*OrgCreateUnprocessableEntity) Error

func (*OrgCreateUnprocessableEntity) IsClientError

func (o *OrgCreateUnprocessableEntity) IsClientError() bool

IsClientError returns true when this org create unprocessable entity response has a 4xx status code

func (*OrgCreateUnprocessableEntity) IsCode

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

IsCode returns true when this org create unprocessable entity response a status code equal to that given

func (*OrgCreateUnprocessableEntity) IsRedirect

func (o *OrgCreateUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this org create unprocessable entity response has a 3xx status code

func (*OrgCreateUnprocessableEntity) IsServerError

func (o *OrgCreateUnprocessableEntity) IsServerError() bool

IsServerError returns true when this org create unprocessable entity response has a 5xx status code

func (*OrgCreateUnprocessableEntity) IsSuccess

func (o *OrgCreateUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this org create unprocessable entity response has a 2xx status code

func (*OrgCreateUnprocessableEntity) String

type OrgDeleteAvatarNoContent

type OrgDeleteAvatarNoContent struct {
}

OrgDeleteAvatarNoContent describes a response with status code 204, with default header values.

APIEmpty is an empty response

func NewOrgDeleteAvatarNoContent

func NewOrgDeleteAvatarNoContent() *OrgDeleteAvatarNoContent

NewOrgDeleteAvatarNoContent creates a OrgDeleteAvatarNoContent with default headers values

func (*OrgDeleteAvatarNoContent) Code

func (o *OrgDeleteAvatarNoContent) Code() int

Code gets the status code for the org delete avatar no content response

func (*OrgDeleteAvatarNoContent) Error

func (o *OrgDeleteAvatarNoContent) Error() string

func (*OrgDeleteAvatarNoContent) IsClientError

func (o *OrgDeleteAvatarNoContent) IsClientError() bool

IsClientError returns true when this org delete avatar no content response has a 4xx status code

func (*OrgDeleteAvatarNoContent) IsCode

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

IsCode returns true when this org delete avatar no content response a status code equal to that given

func (*OrgDeleteAvatarNoContent) IsRedirect

func (o *OrgDeleteAvatarNoContent) IsRedirect() bool

IsRedirect returns true when this org delete avatar no content response has a 3xx status code

func (*OrgDeleteAvatarNoContent) IsServerError

func (o *OrgDeleteAvatarNoContent) IsServerError() bool

IsServerError returns true when this org delete avatar no content response has a 5xx status code

func (*OrgDeleteAvatarNoContent) IsSuccess

func (o *OrgDeleteAvatarNoContent) IsSuccess() bool

IsSuccess returns true when this org delete avatar no content response has a 2xx status code

func (*OrgDeleteAvatarNoContent) String

func (o *OrgDeleteAvatarNoContent) String() string

type OrgDeleteAvatarNotFound

type OrgDeleteAvatarNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgDeleteAvatarNotFound

func NewOrgDeleteAvatarNotFound() *OrgDeleteAvatarNotFound

NewOrgDeleteAvatarNotFound creates a OrgDeleteAvatarNotFound with default headers values

func (*OrgDeleteAvatarNotFound) Code

func (o *OrgDeleteAvatarNotFound) Code() int

Code gets the status code for the org delete avatar not found response

func (*OrgDeleteAvatarNotFound) Error

func (o *OrgDeleteAvatarNotFound) Error() string

func (*OrgDeleteAvatarNotFound) IsClientError

func (o *OrgDeleteAvatarNotFound) IsClientError() bool

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

func (*OrgDeleteAvatarNotFound) IsCode

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

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

func (*OrgDeleteAvatarNotFound) IsRedirect

func (o *OrgDeleteAvatarNotFound) IsRedirect() bool

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

func (*OrgDeleteAvatarNotFound) IsServerError

func (o *OrgDeleteAvatarNotFound) IsServerError() bool

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

func (*OrgDeleteAvatarNotFound) IsSuccess

func (o *OrgDeleteAvatarNotFound) IsSuccess() bool

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

func (*OrgDeleteAvatarNotFound) String

func (o *OrgDeleteAvatarNotFound) String() string

type OrgDeleteAvatarParams

type OrgDeleteAvatarParams struct {

	/* Org.

	   name of the organization
	*/
	Org string

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

OrgDeleteAvatarParams contains all the parameters to send to the API endpoint

for the org delete avatar operation.

Typically these are written to a http.Request.

func NewOrgDeleteAvatarParams

func NewOrgDeleteAvatarParams() *OrgDeleteAvatarParams

NewOrgDeleteAvatarParams creates a new OrgDeleteAvatarParams 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 NewOrgDeleteAvatarParamsWithContext

func NewOrgDeleteAvatarParamsWithContext(ctx context.Context) *OrgDeleteAvatarParams

NewOrgDeleteAvatarParamsWithContext creates a new OrgDeleteAvatarParams object with the ability to set a context for a request.

func NewOrgDeleteAvatarParamsWithHTTPClient

func NewOrgDeleteAvatarParamsWithHTTPClient(client *http.Client) *OrgDeleteAvatarParams

NewOrgDeleteAvatarParamsWithHTTPClient creates a new OrgDeleteAvatarParams object with the ability to set a custom HTTPClient for a request.

func NewOrgDeleteAvatarParamsWithTimeout

func NewOrgDeleteAvatarParamsWithTimeout(timeout time.Duration) *OrgDeleteAvatarParams

NewOrgDeleteAvatarParamsWithTimeout creates a new OrgDeleteAvatarParams object with the ability to set a timeout on a request.

func (*OrgDeleteAvatarParams) SetContext

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

SetContext adds the context to the org delete avatar params

func (*OrgDeleteAvatarParams) SetDefaults

func (o *OrgDeleteAvatarParams) SetDefaults()

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

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

func (*OrgDeleteAvatarParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org delete avatar params

func (*OrgDeleteAvatarParams) SetOrg

func (o *OrgDeleteAvatarParams) SetOrg(org string)

SetOrg adds the org to the org delete avatar params

func (*OrgDeleteAvatarParams) SetTimeout

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

SetTimeout adds the timeout to the org delete avatar params

func (*OrgDeleteAvatarParams) WithContext

WithContext adds the context to the org delete avatar params

func (*OrgDeleteAvatarParams) WithDefaults

func (o *OrgDeleteAvatarParams) WithDefaults() *OrgDeleteAvatarParams

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

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

func (*OrgDeleteAvatarParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org delete avatar params

func (*OrgDeleteAvatarParams) WithOrg

WithOrg adds the org to the org delete avatar params

func (*OrgDeleteAvatarParams) WithTimeout

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

WithTimeout adds the timeout to the org delete avatar params

func (*OrgDeleteAvatarParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgDeleteAvatarReader

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

OrgDeleteAvatarReader is a Reader for the OrgDeleteAvatar structure.

func (*OrgDeleteAvatarReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgDeleteHookNoContent

type OrgDeleteHookNoContent struct {
}

OrgDeleteHookNoContent describes a response with status code 204, with default header values.

APIEmpty is an empty response

func NewOrgDeleteHookNoContent

func NewOrgDeleteHookNoContent() *OrgDeleteHookNoContent

NewOrgDeleteHookNoContent creates a OrgDeleteHookNoContent with default headers values

func (*OrgDeleteHookNoContent) Code

func (o *OrgDeleteHookNoContent) Code() int

Code gets the status code for the org delete hook no content response

func (*OrgDeleteHookNoContent) Error

func (o *OrgDeleteHookNoContent) Error() string

func (*OrgDeleteHookNoContent) IsClientError

func (o *OrgDeleteHookNoContent) IsClientError() bool

IsClientError returns true when this org delete hook no content response has a 4xx status code

func (*OrgDeleteHookNoContent) IsCode

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

IsCode returns true when this org delete hook no content response a status code equal to that given

func (*OrgDeleteHookNoContent) IsRedirect

func (o *OrgDeleteHookNoContent) IsRedirect() bool

IsRedirect returns true when this org delete hook no content response has a 3xx status code

func (*OrgDeleteHookNoContent) IsServerError

func (o *OrgDeleteHookNoContent) IsServerError() bool

IsServerError returns true when this org delete hook no content response has a 5xx status code

func (*OrgDeleteHookNoContent) IsSuccess

func (o *OrgDeleteHookNoContent) IsSuccess() bool

IsSuccess returns true when this org delete hook no content response has a 2xx status code

func (*OrgDeleteHookNoContent) String

func (o *OrgDeleteHookNoContent) String() string

type OrgDeleteHookNotFound

type OrgDeleteHookNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgDeleteHookNotFound

func NewOrgDeleteHookNotFound() *OrgDeleteHookNotFound

NewOrgDeleteHookNotFound creates a OrgDeleteHookNotFound with default headers values

func (*OrgDeleteHookNotFound) Code

func (o *OrgDeleteHookNotFound) Code() int

Code gets the status code for the org delete hook not found response

func (*OrgDeleteHookNotFound) Error

func (o *OrgDeleteHookNotFound) Error() string

func (*OrgDeleteHookNotFound) IsClientError

func (o *OrgDeleteHookNotFound) IsClientError() bool

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

func (*OrgDeleteHookNotFound) IsCode

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

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

func (*OrgDeleteHookNotFound) IsRedirect

func (o *OrgDeleteHookNotFound) IsRedirect() bool

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

func (*OrgDeleteHookNotFound) IsServerError

func (o *OrgDeleteHookNotFound) IsServerError() bool

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

func (*OrgDeleteHookNotFound) IsSuccess

func (o *OrgDeleteHookNotFound) IsSuccess() bool

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

func (*OrgDeleteHookNotFound) String

func (o *OrgDeleteHookNotFound) String() string

type OrgDeleteHookParams

type OrgDeleteHookParams struct {

	/* ID.

	   id of the hook to delete

	   Format: int64
	*/
	ID int64

	/* Org.

	   name of the organization
	*/
	Org string

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

OrgDeleteHookParams contains all the parameters to send to the API endpoint

for the org delete hook operation.

Typically these are written to a http.Request.

func NewOrgDeleteHookParams

func NewOrgDeleteHookParams() *OrgDeleteHookParams

NewOrgDeleteHookParams creates a new OrgDeleteHookParams 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 NewOrgDeleteHookParamsWithContext

func NewOrgDeleteHookParamsWithContext(ctx context.Context) *OrgDeleteHookParams

NewOrgDeleteHookParamsWithContext creates a new OrgDeleteHookParams object with the ability to set a context for a request.

func NewOrgDeleteHookParamsWithHTTPClient

func NewOrgDeleteHookParamsWithHTTPClient(client *http.Client) *OrgDeleteHookParams

NewOrgDeleteHookParamsWithHTTPClient creates a new OrgDeleteHookParams object with the ability to set a custom HTTPClient for a request.

func NewOrgDeleteHookParamsWithTimeout

func NewOrgDeleteHookParamsWithTimeout(timeout time.Duration) *OrgDeleteHookParams

NewOrgDeleteHookParamsWithTimeout creates a new OrgDeleteHookParams object with the ability to set a timeout on a request.

func (*OrgDeleteHookParams) SetContext

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

SetContext adds the context to the org delete hook params

func (*OrgDeleteHookParams) SetDefaults

func (o *OrgDeleteHookParams) SetDefaults()

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

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

func (*OrgDeleteHookParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org delete hook params

func (*OrgDeleteHookParams) SetID

func (o *OrgDeleteHookParams) SetID(id int64)

SetID adds the id to the org delete hook params

func (*OrgDeleteHookParams) SetOrg

func (o *OrgDeleteHookParams) SetOrg(org string)

SetOrg adds the org to the org delete hook params

func (*OrgDeleteHookParams) SetTimeout

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

SetTimeout adds the timeout to the org delete hook params

func (*OrgDeleteHookParams) WithContext

WithContext adds the context to the org delete hook params

func (*OrgDeleteHookParams) WithDefaults

func (o *OrgDeleteHookParams) WithDefaults() *OrgDeleteHookParams

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

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

func (*OrgDeleteHookParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org delete hook params

func (*OrgDeleteHookParams) WithID

WithID adds the id to the org delete hook params

func (*OrgDeleteHookParams) WithOrg

WithOrg adds the org to the org delete hook params

func (*OrgDeleteHookParams) WithTimeout

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

WithTimeout adds the timeout to the org delete hook params

func (*OrgDeleteHookParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgDeleteHookReader

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

OrgDeleteHookReader is a Reader for the OrgDeleteHook structure.

func (*OrgDeleteHookReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgDeleteLabelNoContent

type OrgDeleteLabelNoContent struct {
}

OrgDeleteLabelNoContent describes a response with status code 204, with default header values.

APIEmpty is an empty response

func NewOrgDeleteLabelNoContent

func NewOrgDeleteLabelNoContent() *OrgDeleteLabelNoContent

NewOrgDeleteLabelNoContent creates a OrgDeleteLabelNoContent with default headers values

func (*OrgDeleteLabelNoContent) Code

func (o *OrgDeleteLabelNoContent) Code() int

Code gets the status code for the org delete label no content response

func (*OrgDeleteLabelNoContent) Error

func (o *OrgDeleteLabelNoContent) Error() string

func (*OrgDeleteLabelNoContent) IsClientError

func (o *OrgDeleteLabelNoContent) IsClientError() bool

IsClientError returns true when this org delete label no content response has a 4xx status code

func (*OrgDeleteLabelNoContent) IsCode

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

IsCode returns true when this org delete label no content response a status code equal to that given

func (*OrgDeleteLabelNoContent) IsRedirect

func (o *OrgDeleteLabelNoContent) IsRedirect() bool

IsRedirect returns true when this org delete label no content response has a 3xx status code

func (*OrgDeleteLabelNoContent) IsServerError

func (o *OrgDeleteLabelNoContent) IsServerError() bool

IsServerError returns true when this org delete label no content response has a 5xx status code

func (*OrgDeleteLabelNoContent) IsSuccess

func (o *OrgDeleteLabelNoContent) IsSuccess() bool

IsSuccess returns true when this org delete label no content response has a 2xx status code

func (*OrgDeleteLabelNoContent) String

func (o *OrgDeleteLabelNoContent) String() string

type OrgDeleteLabelNotFound

type OrgDeleteLabelNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgDeleteLabelNotFound

func NewOrgDeleteLabelNotFound() *OrgDeleteLabelNotFound

NewOrgDeleteLabelNotFound creates a OrgDeleteLabelNotFound with default headers values

func (*OrgDeleteLabelNotFound) Code

func (o *OrgDeleteLabelNotFound) Code() int

Code gets the status code for the org delete label not found response

func (*OrgDeleteLabelNotFound) Error

func (o *OrgDeleteLabelNotFound) Error() string

func (*OrgDeleteLabelNotFound) IsClientError

func (o *OrgDeleteLabelNotFound) IsClientError() bool

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

func (*OrgDeleteLabelNotFound) IsCode

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

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

func (*OrgDeleteLabelNotFound) IsRedirect

func (o *OrgDeleteLabelNotFound) IsRedirect() bool

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

func (*OrgDeleteLabelNotFound) IsServerError

func (o *OrgDeleteLabelNotFound) IsServerError() bool

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

func (*OrgDeleteLabelNotFound) IsSuccess

func (o *OrgDeleteLabelNotFound) IsSuccess() bool

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

func (*OrgDeleteLabelNotFound) String

func (o *OrgDeleteLabelNotFound) String() string

type OrgDeleteLabelParams

type OrgDeleteLabelParams struct {

	/* ID.

	   id of the label to delete

	   Format: int64
	*/
	ID int64

	/* Org.

	   name of the organization
	*/
	Org string

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

OrgDeleteLabelParams contains all the parameters to send to the API endpoint

for the org delete label operation.

Typically these are written to a http.Request.

func NewOrgDeleteLabelParams

func NewOrgDeleteLabelParams() *OrgDeleteLabelParams

NewOrgDeleteLabelParams creates a new OrgDeleteLabelParams 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 NewOrgDeleteLabelParamsWithContext

func NewOrgDeleteLabelParamsWithContext(ctx context.Context) *OrgDeleteLabelParams

NewOrgDeleteLabelParamsWithContext creates a new OrgDeleteLabelParams object with the ability to set a context for a request.

func NewOrgDeleteLabelParamsWithHTTPClient

func NewOrgDeleteLabelParamsWithHTTPClient(client *http.Client) *OrgDeleteLabelParams

NewOrgDeleteLabelParamsWithHTTPClient creates a new OrgDeleteLabelParams object with the ability to set a custom HTTPClient for a request.

func NewOrgDeleteLabelParamsWithTimeout

func NewOrgDeleteLabelParamsWithTimeout(timeout time.Duration) *OrgDeleteLabelParams

NewOrgDeleteLabelParamsWithTimeout creates a new OrgDeleteLabelParams object with the ability to set a timeout on a request.

func (*OrgDeleteLabelParams) SetContext

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

SetContext adds the context to the org delete label params

func (*OrgDeleteLabelParams) SetDefaults

func (o *OrgDeleteLabelParams) SetDefaults()

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

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

func (*OrgDeleteLabelParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org delete label params

func (*OrgDeleteLabelParams) SetID

func (o *OrgDeleteLabelParams) SetID(id int64)

SetID adds the id to the org delete label params

func (*OrgDeleteLabelParams) SetOrg

func (o *OrgDeleteLabelParams) SetOrg(org string)

SetOrg adds the org to the org delete label params

func (*OrgDeleteLabelParams) SetTimeout

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

SetTimeout adds the timeout to the org delete label params

func (*OrgDeleteLabelParams) WithContext

WithContext adds the context to the org delete label params

func (*OrgDeleteLabelParams) WithDefaults

func (o *OrgDeleteLabelParams) WithDefaults() *OrgDeleteLabelParams

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

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

func (*OrgDeleteLabelParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org delete label params

func (*OrgDeleteLabelParams) WithID

WithID adds the id to the org delete label params

func (*OrgDeleteLabelParams) WithOrg

WithOrg adds the org to the org delete label params

func (*OrgDeleteLabelParams) WithTimeout

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

WithTimeout adds the timeout to the org delete label params

func (*OrgDeleteLabelParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgDeleteLabelReader

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

OrgDeleteLabelReader is a Reader for the OrgDeleteLabel structure.

func (*OrgDeleteLabelReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgDeleteMemberNoContent

type OrgDeleteMemberNoContent struct {
}

OrgDeleteMemberNoContent describes a response with status code 204, with default header values.

member removed

func NewOrgDeleteMemberNoContent

func NewOrgDeleteMemberNoContent() *OrgDeleteMemberNoContent

NewOrgDeleteMemberNoContent creates a OrgDeleteMemberNoContent with default headers values

func (*OrgDeleteMemberNoContent) Code

func (o *OrgDeleteMemberNoContent) Code() int

Code gets the status code for the org delete member no content response

func (*OrgDeleteMemberNoContent) Error

func (o *OrgDeleteMemberNoContent) Error() string

func (*OrgDeleteMemberNoContent) IsClientError

func (o *OrgDeleteMemberNoContent) IsClientError() bool

IsClientError returns true when this org delete member no content response has a 4xx status code

func (*OrgDeleteMemberNoContent) IsCode

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

IsCode returns true when this org delete member no content response a status code equal to that given

func (*OrgDeleteMemberNoContent) IsRedirect

func (o *OrgDeleteMemberNoContent) IsRedirect() bool

IsRedirect returns true when this org delete member no content response has a 3xx status code

func (*OrgDeleteMemberNoContent) IsServerError

func (o *OrgDeleteMemberNoContent) IsServerError() bool

IsServerError returns true when this org delete member no content response has a 5xx status code

func (*OrgDeleteMemberNoContent) IsSuccess

func (o *OrgDeleteMemberNoContent) IsSuccess() bool

IsSuccess returns true when this org delete member no content response has a 2xx status code

func (*OrgDeleteMemberNoContent) String

func (o *OrgDeleteMemberNoContent) String() string

type OrgDeleteMemberNotFound

type OrgDeleteMemberNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgDeleteMemberNotFound

func NewOrgDeleteMemberNotFound() *OrgDeleteMemberNotFound

NewOrgDeleteMemberNotFound creates a OrgDeleteMemberNotFound with default headers values

func (*OrgDeleteMemberNotFound) Code

func (o *OrgDeleteMemberNotFound) Code() int

Code gets the status code for the org delete member not found response

func (*OrgDeleteMemberNotFound) Error

func (o *OrgDeleteMemberNotFound) Error() string

func (*OrgDeleteMemberNotFound) IsClientError

func (o *OrgDeleteMemberNotFound) IsClientError() bool

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

func (*OrgDeleteMemberNotFound) IsCode

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

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

func (*OrgDeleteMemberNotFound) IsRedirect

func (o *OrgDeleteMemberNotFound) IsRedirect() bool

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

func (*OrgDeleteMemberNotFound) IsServerError

func (o *OrgDeleteMemberNotFound) IsServerError() bool

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

func (*OrgDeleteMemberNotFound) IsSuccess

func (o *OrgDeleteMemberNotFound) IsSuccess() bool

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

func (*OrgDeleteMemberNotFound) String

func (o *OrgDeleteMemberNotFound) String() string

type OrgDeleteMemberParams

type OrgDeleteMemberParams struct {

	/* Org.

	   name of the organization
	*/
	Org string

	/* Username.

	   username of the user
	*/
	Username string

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

OrgDeleteMemberParams contains all the parameters to send to the API endpoint

for the org delete member operation.

Typically these are written to a http.Request.

func NewOrgDeleteMemberParams

func NewOrgDeleteMemberParams() *OrgDeleteMemberParams

NewOrgDeleteMemberParams creates a new OrgDeleteMemberParams 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 NewOrgDeleteMemberParamsWithContext

func NewOrgDeleteMemberParamsWithContext(ctx context.Context) *OrgDeleteMemberParams

NewOrgDeleteMemberParamsWithContext creates a new OrgDeleteMemberParams object with the ability to set a context for a request.

func NewOrgDeleteMemberParamsWithHTTPClient

func NewOrgDeleteMemberParamsWithHTTPClient(client *http.Client) *OrgDeleteMemberParams

NewOrgDeleteMemberParamsWithHTTPClient creates a new OrgDeleteMemberParams object with the ability to set a custom HTTPClient for a request.

func NewOrgDeleteMemberParamsWithTimeout

func NewOrgDeleteMemberParamsWithTimeout(timeout time.Duration) *OrgDeleteMemberParams

NewOrgDeleteMemberParamsWithTimeout creates a new OrgDeleteMemberParams object with the ability to set a timeout on a request.

func (*OrgDeleteMemberParams) SetContext

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

SetContext adds the context to the org delete member params

func (*OrgDeleteMemberParams) SetDefaults

func (o *OrgDeleteMemberParams) SetDefaults()

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

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

func (*OrgDeleteMemberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org delete member params

func (*OrgDeleteMemberParams) SetOrg

func (o *OrgDeleteMemberParams) SetOrg(org string)

SetOrg adds the org to the org delete member params

func (*OrgDeleteMemberParams) SetTimeout

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

SetTimeout adds the timeout to the org delete member params

func (*OrgDeleteMemberParams) SetUsername

func (o *OrgDeleteMemberParams) SetUsername(username string)

SetUsername adds the username to the org delete member params

func (*OrgDeleteMemberParams) WithContext

WithContext adds the context to the org delete member params

func (*OrgDeleteMemberParams) WithDefaults

func (o *OrgDeleteMemberParams) WithDefaults() *OrgDeleteMemberParams

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

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

func (*OrgDeleteMemberParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org delete member params

func (*OrgDeleteMemberParams) WithOrg

WithOrg adds the org to the org delete member params

func (*OrgDeleteMemberParams) WithTimeout

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

WithTimeout adds the timeout to the org delete member params

func (*OrgDeleteMemberParams) WithUsername

func (o *OrgDeleteMemberParams) WithUsername(username string) *OrgDeleteMemberParams

WithUsername adds the username to the org delete member params

func (*OrgDeleteMemberParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgDeleteMemberReader

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

OrgDeleteMemberReader is a Reader for the OrgDeleteMember structure.

func (*OrgDeleteMemberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgDeleteNoContent

type OrgDeleteNoContent struct {
}

OrgDeleteNoContent describes a response with status code 204, with default header values.

APIEmpty is an empty response

func NewOrgDeleteNoContent

func NewOrgDeleteNoContent() *OrgDeleteNoContent

NewOrgDeleteNoContent creates a OrgDeleteNoContent with default headers values

func (*OrgDeleteNoContent) Code

func (o *OrgDeleteNoContent) Code() int

Code gets the status code for the org delete no content response

func (*OrgDeleteNoContent) Error

func (o *OrgDeleteNoContent) Error() string

func (*OrgDeleteNoContent) IsClientError

func (o *OrgDeleteNoContent) IsClientError() bool

IsClientError returns true when this org delete no content response has a 4xx status code

func (*OrgDeleteNoContent) IsCode

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

IsCode returns true when this org delete no content response a status code equal to that given

func (*OrgDeleteNoContent) IsRedirect

func (o *OrgDeleteNoContent) IsRedirect() bool

IsRedirect returns true when this org delete no content response has a 3xx status code

func (*OrgDeleteNoContent) IsServerError

func (o *OrgDeleteNoContent) IsServerError() bool

IsServerError returns true when this org delete no content response has a 5xx status code

func (*OrgDeleteNoContent) IsSuccess

func (o *OrgDeleteNoContent) IsSuccess() bool

IsSuccess returns true when this org delete no content response has a 2xx status code

func (*OrgDeleteNoContent) String

func (o *OrgDeleteNoContent) String() string

type OrgDeleteNotFound

type OrgDeleteNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgDeleteNotFound

func NewOrgDeleteNotFound() *OrgDeleteNotFound

NewOrgDeleteNotFound creates a OrgDeleteNotFound with default headers values

func (*OrgDeleteNotFound) Code

func (o *OrgDeleteNotFound) Code() int

Code gets the status code for the org delete not found response

func (*OrgDeleteNotFound) Error

func (o *OrgDeleteNotFound) Error() string

func (*OrgDeleteNotFound) IsClientError

func (o *OrgDeleteNotFound) IsClientError() bool

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

func (*OrgDeleteNotFound) IsCode

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

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

func (*OrgDeleteNotFound) IsRedirect

func (o *OrgDeleteNotFound) IsRedirect() bool

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

func (*OrgDeleteNotFound) IsServerError

func (o *OrgDeleteNotFound) IsServerError() bool

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

func (*OrgDeleteNotFound) IsSuccess

func (o *OrgDeleteNotFound) IsSuccess() bool

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

func (*OrgDeleteNotFound) String

func (o *OrgDeleteNotFound) String() string

type OrgDeleteParams

type OrgDeleteParams struct {

	/* Org.

	   organization that is to be deleted
	*/
	Org string

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

OrgDeleteParams contains all the parameters to send to the API endpoint

for the org delete operation.

Typically these are written to a http.Request.

func NewOrgDeleteParams

func NewOrgDeleteParams() *OrgDeleteParams

NewOrgDeleteParams creates a new OrgDeleteParams 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 NewOrgDeleteParamsWithContext

func NewOrgDeleteParamsWithContext(ctx context.Context) *OrgDeleteParams

NewOrgDeleteParamsWithContext creates a new OrgDeleteParams object with the ability to set a context for a request.

func NewOrgDeleteParamsWithHTTPClient

func NewOrgDeleteParamsWithHTTPClient(client *http.Client) *OrgDeleteParams

NewOrgDeleteParamsWithHTTPClient creates a new OrgDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewOrgDeleteParamsWithTimeout

func NewOrgDeleteParamsWithTimeout(timeout time.Duration) *OrgDeleteParams

NewOrgDeleteParamsWithTimeout creates a new OrgDeleteParams object with the ability to set a timeout on a request.

func (*OrgDeleteParams) SetContext

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

SetContext adds the context to the org delete params

func (*OrgDeleteParams) SetDefaults

func (o *OrgDeleteParams) SetDefaults()

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

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

func (*OrgDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org delete params

func (*OrgDeleteParams) SetOrg

func (o *OrgDeleteParams) SetOrg(org string)

SetOrg adds the org to the org delete params

func (*OrgDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the org delete params

func (*OrgDeleteParams) WithContext

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

WithContext adds the context to the org delete params

func (*OrgDeleteParams) WithDefaults

func (o *OrgDeleteParams) WithDefaults() *OrgDeleteParams

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

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

func (*OrgDeleteParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org delete params

func (*OrgDeleteParams) WithOrg

func (o *OrgDeleteParams) WithOrg(org string) *OrgDeleteParams

WithOrg adds the org to the org delete params

func (*OrgDeleteParams) WithTimeout

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

WithTimeout adds the timeout to the org delete params

func (*OrgDeleteParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgDeleteReader

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

OrgDeleteReader is a Reader for the OrgDelete structure.

func (*OrgDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgDeleteTeamNoContent

type OrgDeleteTeamNoContent struct {
}

OrgDeleteTeamNoContent describes a response with status code 204, with default header values.

team deleted

func NewOrgDeleteTeamNoContent

func NewOrgDeleteTeamNoContent() *OrgDeleteTeamNoContent

NewOrgDeleteTeamNoContent creates a OrgDeleteTeamNoContent with default headers values

func (*OrgDeleteTeamNoContent) Code

func (o *OrgDeleteTeamNoContent) Code() int

Code gets the status code for the org delete team no content response

func (*OrgDeleteTeamNoContent) Error

func (o *OrgDeleteTeamNoContent) Error() string

func (*OrgDeleteTeamNoContent) IsClientError

func (o *OrgDeleteTeamNoContent) IsClientError() bool

IsClientError returns true when this org delete team no content response has a 4xx status code

func (*OrgDeleteTeamNoContent) IsCode

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

IsCode returns true when this org delete team no content response a status code equal to that given

func (*OrgDeleteTeamNoContent) IsRedirect

func (o *OrgDeleteTeamNoContent) IsRedirect() bool

IsRedirect returns true when this org delete team no content response has a 3xx status code

func (*OrgDeleteTeamNoContent) IsServerError

func (o *OrgDeleteTeamNoContent) IsServerError() bool

IsServerError returns true when this org delete team no content response has a 5xx status code

func (*OrgDeleteTeamNoContent) IsSuccess

func (o *OrgDeleteTeamNoContent) IsSuccess() bool

IsSuccess returns true when this org delete team no content response has a 2xx status code

func (*OrgDeleteTeamNoContent) String

func (o *OrgDeleteTeamNoContent) String() string

type OrgDeleteTeamNotFound

type OrgDeleteTeamNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgDeleteTeamNotFound

func NewOrgDeleteTeamNotFound() *OrgDeleteTeamNotFound

NewOrgDeleteTeamNotFound creates a OrgDeleteTeamNotFound with default headers values

func (*OrgDeleteTeamNotFound) Code

func (o *OrgDeleteTeamNotFound) Code() int

Code gets the status code for the org delete team not found response

func (*OrgDeleteTeamNotFound) Error

func (o *OrgDeleteTeamNotFound) Error() string

func (*OrgDeleteTeamNotFound) IsClientError

func (o *OrgDeleteTeamNotFound) IsClientError() bool

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

func (*OrgDeleteTeamNotFound) IsCode

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

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

func (*OrgDeleteTeamNotFound) IsRedirect

func (o *OrgDeleteTeamNotFound) IsRedirect() bool

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

func (*OrgDeleteTeamNotFound) IsServerError

func (o *OrgDeleteTeamNotFound) IsServerError() bool

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

func (*OrgDeleteTeamNotFound) IsSuccess

func (o *OrgDeleteTeamNotFound) IsSuccess() bool

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

func (*OrgDeleteTeamNotFound) String

func (o *OrgDeleteTeamNotFound) String() string

type OrgDeleteTeamParams

type OrgDeleteTeamParams struct {

	/* ID.

	   id of the team to delete

	   Format: int64
	*/
	ID int64

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

OrgDeleteTeamParams contains all the parameters to send to the API endpoint

for the org delete team operation.

Typically these are written to a http.Request.

func NewOrgDeleteTeamParams

func NewOrgDeleteTeamParams() *OrgDeleteTeamParams

NewOrgDeleteTeamParams creates a new OrgDeleteTeamParams 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 NewOrgDeleteTeamParamsWithContext

func NewOrgDeleteTeamParamsWithContext(ctx context.Context) *OrgDeleteTeamParams

NewOrgDeleteTeamParamsWithContext creates a new OrgDeleteTeamParams object with the ability to set a context for a request.

func NewOrgDeleteTeamParamsWithHTTPClient

func NewOrgDeleteTeamParamsWithHTTPClient(client *http.Client) *OrgDeleteTeamParams

NewOrgDeleteTeamParamsWithHTTPClient creates a new OrgDeleteTeamParams object with the ability to set a custom HTTPClient for a request.

func NewOrgDeleteTeamParamsWithTimeout

func NewOrgDeleteTeamParamsWithTimeout(timeout time.Duration) *OrgDeleteTeamParams

NewOrgDeleteTeamParamsWithTimeout creates a new OrgDeleteTeamParams object with the ability to set a timeout on a request.

func (*OrgDeleteTeamParams) SetContext

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

SetContext adds the context to the org delete team params

func (*OrgDeleteTeamParams) SetDefaults

func (o *OrgDeleteTeamParams) SetDefaults()

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

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

func (*OrgDeleteTeamParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org delete team params

func (*OrgDeleteTeamParams) SetID

func (o *OrgDeleteTeamParams) SetID(id int64)

SetID adds the id to the org delete team params

func (*OrgDeleteTeamParams) SetTimeout

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

SetTimeout adds the timeout to the org delete team params

func (*OrgDeleteTeamParams) WithContext

WithContext adds the context to the org delete team params

func (*OrgDeleteTeamParams) WithDefaults

func (o *OrgDeleteTeamParams) WithDefaults() *OrgDeleteTeamParams

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

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

func (*OrgDeleteTeamParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org delete team params

func (*OrgDeleteTeamParams) WithID

WithID adds the id to the org delete team params

func (*OrgDeleteTeamParams) WithTimeout

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

WithTimeout adds the timeout to the org delete team params

func (*OrgDeleteTeamParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgDeleteTeamReader

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

OrgDeleteTeamReader is a Reader for the OrgDeleteTeam structure.

func (*OrgDeleteTeamReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgEditHookNotFound

type OrgEditHookNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgEditHookNotFound

func NewOrgEditHookNotFound() *OrgEditHookNotFound

NewOrgEditHookNotFound creates a OrgEditHookNotFound with default headers values

func (*OrgEditHookNotFound) Code

func (o *OrgEditHookNotFound) Code() int

Code gets the status code for the org edit hook not found response

func (*OrgEditHookNotFound) Error

func (o *OrgEditHookNotFound) Error() string

func (*OrgEditHookNotFound) IsClientError

func (o *OrgEditHookNotFound) IsClientError() bool

IsClientError returns true when this org edit hook not found response has a 4xx status code

func (*OrgEditHookNotFound) IsCode

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

IsCode returns true when this org edit hook not found response a status code equal to that given

func (*OrgEditHookNotFound) IsRedirect

func (o *OrgEditHookNotFound) IsRedirect() bool

IsRedirect returns true when this org edit hook not found response has a 3xx status code

func (*OrgEditHookNotFound) IsServerError

func (o *OrgEditHookNotFound) IsServerError() bool

IsServerError returns true when this org edit hook not found response has a 5xx status code

func (*OrgEditHookNotFound) IsSuccess

func (o *OrgEditHookNotFound) IsSuccess() bool

IsSuccess returns true when this org edit hook not found response has a 2xx status code

func (*OrgEditHookNotFound) String

func (o *OrgEditHookNotFound) String() string

type OrgEditHookOK

type OrgEditHookOK struct {
	Payload *models.Hook
}

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

Hook

func NewOrgEditHookOK

func NewOrgEditHookOK() *OrgEditHookOK

NewOrgEditHookOK creates a OrgEditHookOK with default headers values

func (*OrgEditHookOK) Code

func (o *OrgEditHookOK) Code() int

Code gets the status code for the org edit hook o k response

func (*OrgEditHookOK) Error

func (o *OrgEditHookOK) Error() string

func (*OrgEditHookOK) GetPayload

func (o *OrgEditHookOK) GetPayload() *models.Hook

func (*OrgEditHookOK) IsClientError

func (o *OrgEditHookOK) IsClientError() bool

IsClientError returns true when this org edit hook o k response has a 4xx status code

func (*OrgEditHookOK) IsCode

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

IsCode returns true when this org edit hook o k response a status code equal to that given

func (*OrgEditHookOK) IsRedirect

func (o *OrgEditHookOK) IsRedirect() bool

IsRedirect returns true when this org edit hook o k response has a 3xx status code

func (*OrgEditHookOK) IsServerError

func (o *OrgEditHookOK) IsServerError() bool

IsServerError returns true when this org edit hook o k response has a 5xx status code

func (*OrgEditHookOK) IsSuccess

func (o *OrgEditHookOK) IsSuccess() bool

IsSuccess returns true when this org edit hook o k response has a 2xx status code

func (*OrgEditHookOK) String

func (o *OrgEditHookOK) String() string

type OrgEditHookParams

type OrgEditHookParams struct {

	// Body.
	Body *models.EditHookOption

	/* ID.

	   id of the hook to update

	   Format: int64
	*/
	ID int64

	/* Org.

	   name of the organization
	*/
	Org string

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

OrgEditHookParams contains all the parameters to send to the API endpoint

for the org edit hook operation.

Typically these are written to a http.Request.

func NewOrgEditHookParams

func NewOrgEditHookParams() *OrgEditHookParams

NewOrgEditHookParams creates a new OrgEditHookParams 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 NewOrgEditHookParamsWithContext

func NewOrgEditHookParamsWithContext(ctx context.Context) *OrgEditHookParams

NewOrgEditHookParamsWithContext creates a new OrgEditHookParams object with the ability to set a context for a request.

func NewOrgEditHookParamsWithHTTPClient

func NewOrgEditHookParamsWithHTTPClient(client *http.Client) *OrgEditHookParams

NewOrgEditHookParamsWithHTTPClient creates a new OrgEditHookParams object with the ability to set a custom HTTPClient for a request.

func NewOrgEditHookParamsWithTimeout

func NewOrgEditHookParamsWithTimeout(timeout time.Duration) *OrgEditHookParams

NewOrgEditHookParamsWithTimeout creates a new OrgEditHookParams object with the ability to set a timeout on a request.

func (*OrgEditHookParams) SetBody

func (o *OrgEditHookParams) SetBody(body *models.EditHookOption)

SetBody adds the body to the org edit hook params

func (*OrgEditHookParams) SetContext

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

SetContext adds the context to the org edit hook params

func (*OrgEditHookParams) SetDefaults

func (o *OrgEditHookParams) SetDefaults()

SetDefaults hydrates default values in the org edit hook params (not the query body).

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

func (*OrgEditHookParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org edit hook params

func (*OrgEditHookParams) SetID

func (o *OrgEditHookParams) SetID(id int64)

SetID adds the id to the org edit hook params

func (*OrgEditHookParams) SetOrg

func (o *OrgEditHookParams) SetOrg(org string)

SetOrg adds the org to the org edit hook params

func (*OrgEditHookParams) SetTimeout

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

SetTimeout adds the timeout to the org edit hook params

func (*OrgEditHookParams) WithBody

WithBody adds the body to the org edit hook params

func (*OrgEditHookParams) WithContext

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

WithContext adds the context to the org edit hook params

func (*OrgEditHookParams) WithDefaults

func (o *OrgEditHookParams) WithDefaults() *OrgEditHookParams

WithDefaults hydrates default values in the org edit hook params (not the query body).

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

func (*OrgEditHookParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org edit hook params

func (*OrgEditHookParams) WithID

func (o *OrgEditHookParams) WithID(id int64) *OrgEditHookParams

WithID adds the id to the org edit hook params

func (*OrgEditHookParams) WithOrg

func (o *OrgEditHookParams) WithOrg(org string) *OrgEditHookParams

WithOrg adds the org to the org edit hook params

func (*OrgEditHookParams) WithTimeout

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

WithTimeout adds the timeout to the org edit hook params

func (*OrgEditHookParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgEditHookReader

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

OrgEditHookReader is a Reader for the OrgEditHook structure.

func (*OrgEditHookReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgEditLabelNotFound

type OrgEditLabelNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgEditLabelNotFound

func NewOrgEditLabelNotFound() *OrgEditLabelNotFound

NewOrgEditLabelNotFound creates a OrgEditLabelNotFound with default headers values

func (*OrgEditLabelNotFound) Code

func (o *OrgEditLabelNotFound) Code() int

Code gets the status code for the org edit label not found response

func (*OrgEditLabelNotFound) Error

func (o *OrgEditLabelNotFound) Error() string

func (*OrgEditLabelNotFound) IsClientError

func (o *OrgEditLabelNotFound) IsClientError() bool

IsClientError returns true when this org edit label not found response has a 4xx status code

func (*OrgEditLabelNotFound) IsCode

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

IsCode returns true when this org edit label not found response a status code equal to that given

func (*OrgEditLabelNotFound) IsRedirect

func (o *OrgEditLabelNotFound) IsRedirect() bool

IsRedirect returns true when this org edit label not found response has a 3xx status code

func (*OrgEditLabelNotFound) IsServerError

func (o *OrgEditLabelNotFound) IsServerError() bool

IsServerError returns true when this org edit label not found response has a 5xx status code

func (*OrgEditLabelNotFound) IsSuccess

func (o *OrgEditLabelNotFound) IsSuccess() bool

IsSuccess returns true when this org edit label not found response has a 2xx status code

func (*OrgEditLabelNotFound) String

func (o *OrgEditLabelNotFound) String() string

type OrgEditLabelOK

type OrgEditLabelOK struct {
	Payload *models.Label
}

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

Label

func NewOrgEditLabelOK

func NewOrgEditLabelOK() *OrgEditLabelOK

NewOrgEditLabelOK creates a OrgEditLabelOK with default headers values

func (*OrgEditLabelOK) Code

func (o *OrgEditLabelOK) Code() int

Code gets the status code for the org edit label o k response

func (*OrgEditLabelOK) Error

func (o *OrgEditLabelOK) Error() string

func (*OrgEditLabelOK) GetPayload

func (o *OrgEditLabelOK) GetPayload() *models.Label

func (*OrgEditLabelOK) IsClientError

func (o *OrgEditLabelOK) IsClientError() bool

IsClientError returns true when this org edit label o k response has a 4xx status code

func (*OrgEditLabelOK) IsCode

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

IsCode returns true when this org edit label o k response a status code equal to that given

func (*OrgEditLabelOK) IsRedirect

func (o *OrgEditLabelOK) IsRedirect() bool

IsRedirect returns true when this org edit label o k response has a 3xx status code

func (*OrgEditLabelOK) IsServerError

func (o *OrgEditLabelOK) IsServerError() bool

IsServerError returns true when this org edit label o k response has a 5xx status code

func (*OrgEditLabelOK) IsSuccess

func (o *OrgEditLabelOK) IsSuccess() bool

IsSuccess returns true when this org edit label o k response has a 2xx status code

func (*OrgEditLabelOK) String

func (o *OrgEditLabelOK) String() string

type OrgEditLabelParams

type OrgEditLabelParams struct {

	// Body.
	Body *models.EditLabelOption

	/* ID.

	   id of the label to edit

	   Format: int64
	*/
	ID int64

	/* Org.

	   name of the organization
	*/
	Org string

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

OrgEditLabelParams contains all the parameters to send to the API endpoint

for the org edit label operation.

Typically these are written to a http.Request.

func NewOrgEditLabelParams

func NewOrgEditLabelParams() *OrgEditLabelParams

NewOrgEditLabelParams creates a new OrgEditLabelParams 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 NewOrgEditLabelParamsWithContext

func NewOrgEditLabelParamsWithContext(ctx context.Context) *OrgEditLabelParams

NewOrgEditLabelParamsWithContext creates a new OrgEditLabelParams object with the ability to set a context for a request.

func NewOrgEditLabelParamsWithHTTPClient

func NewOrgEditLabelParamsWithHTTPClient(client *http.Client) *OrgEditLabelParams

NewOrgEditLabelParamsWithHTTPClient creates a new OrgEditLabelParams object with the ability to set a custom HTTPClient for a request.

func NewOrgEditLabelParamsWithTimeout

func NewOrgEditLabelParamsWithTimeout(timeout time.Duration) *OrgEditLabelParams

NewOrgEditLabelParamsWithTimeout creates a new OrgEditLabelParams object with the ability to set a timeout on a request.

func (*OrgEditLabelParams) SetBody

func (o *OrgEditLabelParams) SetBody(body *models.EditLabelOption)

SetBody adds the body to the org edit label params

func (*OrgEditLabelParams) SetContext

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

SetContext adds the context to the org edit label params

func (*OrgEditLabelParams) SetDefaults

func (o *OrgEditLabelParams) SetDefaults()

SetDefaults hydrates default values in the org edit label params (not the query body).

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

func (*OrgEditLabelParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org edit label params

func (*OrgEditLabelParams) SetID

func (o *OrgEditLabelParams) SetID(id int64)

SetID adds the id to the org edit label params

func (*OrgEditLabelParams) SetOrg

func (o *OrgEditLabelParams) SetOrg(org string)

SetOrg adds the org to the org edit label params

func (*OrgEditLabelParams) SetTimeout

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

SetTimeout adds the timeout to the org edit label params

func (*OrgEditLabelParams) WithBody

WithBody adds the body to the org edit label params

func (*OrgEditLabelParams) WithContext

WithContext adds the context to the org edit label params

func (*OrgEditLabelParams) WithDefaults

func (o *OrgEditLabelParams) WithDefaults() *OrgEditLabelParams

WithDefaults hydrates default values in the org edit label params (not the query body).

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

func (*OrgEditLabelParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org edit label params

func (*OrgEditLabelParams) WithID

WithID adds the id to the org edit label params

func (*OrgEditLabelParams) WithOrg

func (o *OrgEditLabelParams) WithOrg(org string) *OrgEditLabelParams

WithOrg adds the org to the org edit label params

func (*OrgEditLabelParams) WithTimeout

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

WithTimeout adds the timeout to the org edit label params

func (*OrgEditLabelParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgEditLabelReader

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

OrgEditLabelReader is a Reader for the OrgEditLabel structure.

func (*OrgEditLabelReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgEditLabelUnprocessableEntity

type OrgEditLabelUnprocessableEntity struct {
	Message string
	URL     string
}

OrgEditLabelUnprocessableEntity describes a response with status code 422, with default header values.

APIValidationError is error format response related to input validation

func NewOrgEditLabelUnprocessableEntity

func NewOrgEditLabelUnprocessableEntity() *OrgEditLabelUnprocessableEntity

NewOrgEditLabelUnprocessableEntity creates a OrgEditLabelUnprocessableEntity with default headers values

func (*OrgEditLabelUnprocessableEntity) Code

Code gets the status code for the org edit label unprocessable entity response

func (*OrgEditLabelUnprocessableEntity) Error

func (*OrgEditLabelUnprocessableEntity) IsClientError

func (o *OrgEditLabelUnprocessableEntity) IsClientError() bool

IsClientError returns true when this org edit label unprocessable entity response has a 4xx status code

func (*OrgEditLabelUnprocessableEntity) IsCode

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

IsCode returns true when this org edit label unprocessable entity response a status code equal to that given

func (*OrgEditLabelUnprocessableEntity) IsRedirect

func (o *OrgEditLabelUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this org edit label unprocessable entity response has a 3xx status code

func (*OrgEditLabelUnprocessableEntity) IsServerError

func (o *OrgEditLabelUnprocessableEntity) IsServerError() bool

IsServerError returns true when this org edit label unprocessable entity response has a 5xx status code

func (*OrgEditLabelUnprocessableEntity) IsSuccess

func (o *OrgEditLabelUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this org edit label unprocessable entity response has a 2xx status code

func (*OrgEditLabelUnprocessableEntity) String

type OrgEditNotFound

type OrgEditNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgEditNotFound

func NewOrgEditNotFound() *OrgEditNotFound

NewOrgEditNotFound creates a OrgEditNotFound with default headers values

func (*OrgEditNotFound) Code

func (o *OrgEditNotFound) Code() int

Code gets the status code for the org edit not found response

func (*OrgEditNotFound) Error

func (o *OrgEditNotFound) Error() string

func (*OrgEditNotFound) IsClientError

func (o *OrgEditNotFound) IsClientError() bool

IsClientError returns true when this org edit not found response has a 4xx status code

func (*OrgEditNotFound) IsCode

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

IsCode returns true when this org edit not found response a status code equal to that given

func (*OrgEditNotFound) IsRedirect

func (o *OrgEditNotFound) IsRedirect() bool

IsRedirect returns true when this org edit not found response has a 3xx status code

func (*OrgEditNotFound) IsServerError

func (o *OrgEditNotFound) IsServerError() bool

IsServerError returns true when this org edit not found response has a 5xx status code

func (*OrgEditNotFound) IsSuccess

func (o *OrgEditNotFound) IsSuccess() bool

IsSuccess returns true when this org edit not found response has a 2xx status code

func (*OrgEditNotFound) String

func (o *OrgEditNotFound) String() string

type OrgEditOK

type OrgEditOK struct {
	Payload *models.Organization
}

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

Organization

func NewOrgEditOK

func NewOrgEditOK() *OrgEditOK

NewOrgEditOK creates a OrgEditOK with default headers values

func (*OrgEditOK) Code

func (o *OrgEditOK) Code() int

Code gets the status code for the org edit o k response

func (*OrgEditOK) Error

func (o *OrgEditOK) Error() string

func (*OrgEditOK) GetPayload

func (o *OrgEditOK) GetPayload() *models.Organization

func (*OrgEditOK) IsClientError

func (o *OrgEditOK) IsClientError() bool

IsClientError returns true when this org edit o k response has a 4xx status code

func (*OrgEditOK) IsCode

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

IsCode returns true when this org edit o k response a status code equal to that given

func (*OrgEditOK) IsRedirect

func (o *OrgEditOK) IsRedirect() bool

IsRedirect returns true when this org edit o k response has a 3xx status code

func (*OrgEditOK) IsServerError

func (o *OrgEditOK) IsServerError() bool

IsServerError returns true when this org edit o k response has a 5xx status code

func (*OrgEditOK) IsSuccess

func (o *OrgEditOK) IsSuccess() bool

IsSuccess returns true when this org edit o k response has a 2xx status code

func (*OrgEditOK) String

func (o *OrgEditOK) String() string

type OrgEditParams

type OrgEditParams struct {

	// Body.
	Body *models.EditOrgOption

	/* Org.

	   name of the organization to edit
	*/
	Org string

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

OrgEditParams contains all the parameters to send to the API endpoint

for the org edit operation.

Typically these are written to a http.Request.

func NewOrgEditParams

func NewOrgEditParams() *OrgEditParams

NewOrgEditParams creates a new OrgEditParams 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 NewOrgEditParamsWithContext

func NewOrgEditParamsWithContext(ctx context.Context) *OrgEditParams

NewOrgEditParamsWithContext creates a new OrgEditParams object with the ability to set a context for a request.

func NewOrgEditParamsWithHTTPClient

func NewOrgEditParamsWithHTTPClient(client *http.Client) *OrgEditParams

NewOrgEditParamsWithHTTPClient creates a new OrgEditParams object with the ability to set a custom HTTPClient for a request.

func NewOrgEditParamsWithTimeout

func NewOrgEditParamsWithTimeout(timeout time.Duration) *OrgEditParams

NewOrgEditParamsWithTimeout creates a new OrgEditParams object with the ability to set a timeout on a request.

func (*OrgEditParams) SetBody

func (o *OrgEditParams) SetBody(body *models.EditOrgOption)

SetBody adds the body to the org edit params

func (*OrgEditParams) SetContext

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

SetContext adds the context to the org edit params

func (*OrgEditParams) SetDefaults

func (o *OrgEditParams) SetDefaults()

SetDefaults hydrates default values in the org edit params (not the query body).

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

func (*OrgEditParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org edit params

func (*OrgEditParams) SetOrg

func (o *OrgEditParams) SetOrg(org string)

SetOrg adds the org to the org edit params

func (*OrgEditParams) SetTimeout

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

SetTimeout adds the timeout to the org edit params

func (*OrgEditParams) WithBody

func (o *OrgEditParams) WithBody(body *models.EditOrgOption) *OrgEditParams

WithBody adds the body to the org edit params

func (*OrgEditParams) WithContext

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

WithContext adds the context to the org edit params

func (*OrgEditParams) WithDefaults

func (o *OrgEditParams) WithDefaults() *OrgEditParams

WithDefaults hydrates default values in the org edit params (not the query body).

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

func (*OrgEditParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org edit params

func (*OrgEditParams) WithOrg

func (o *OrgEditParams) WithOrg(org string) *OrgEditParams

WithOrg adds the org to the org edit params

func (*OrgEditParams) WithTimeout

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

WithTimeout adds the timeout to the org edit params

func (*OrgEditParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgEditReader

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

OrgEditReader is a Reader for the OrgEdit structure.

func (*OrgEditReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgEditTeamNotFound

type OrgEditTeamNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgEditTeamNotFound

func NewOrgEditTeamNotFound() *OrgEditTeamNotFound

NewOrgEditTeamNotFound creates a OrgEditTeamNotFound with default headers values

func (*OrgEditTeamNotFound) Code

func (o *OrgEditTeamNotFound) Code() int

Code gets the status code for the org edit team not found response

func (*OrgEditTeamNotFound) Error

func (o *OrgEditTeamNotFound) Error() string

func (*OrgEditTeamNotFound) IsClientError

func (o *OrgEditTeamNotFound) IsClientError() bool

IsClientError returns true when this org edit team not found response has a 4xx status code

func (*OrgEditTeamNotFound) IsCode

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

IsCode returns true when this org edit team not found response a status code equal to that given

func (*OrgEditTeamNotFound) IsRedirect

func (o *OrgEditTeamNotFound) IsRedirect() bool

IsRedirect returns true when this org edit team not found response has a 3xx status code

func (*OrgEditTeamNotFound) IsServerError

func (o *OrgEditTeamNotFound) IsServerError() bool

IsServerError returns true when this org edit team not found response has a 5xx status code

func (*OrgEditTeamNotFound) IsSuccess

func (o *OrgEditTeamNotFound) IsSuccess() bool

IsSuccess returns true when this org edit team not found response has a 2xx status code

func (*OrgEditTeamNotFound) String

func (o *OrgEditTeamNotFound) String() string

type OrgEditTeamOK

type OrgEditTeamOK struct {
	Payload *models.Team
}

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

Team

func NewOrgEditTeamOK

func NewOrgEditTeamOK() *OrgEditTeamOK

NewOrgEditTeamOK creates a OrgEditTeamOK with default headers values

func (*OrgEditTeamOK) Code

func (o *OrgEditTeamOK) Code() int

Code gets the status code for the org edit team o k response

func (*OrgEditTeamOK) Error

func (o *OrgEditTeamOK) Error() string

func (*OrgEditTeamOK) GetPayload

func (o *OrgEditTeamOK) GetPayload() *models.Team

func (*OrgEditTeamOK) IsClientError

func (o *OrgEditTeamOK) IsClientError() bool

IsClientError returns true when this org edit team o k response has a 4xx status code

func (*OrgEditTeamOK) IsCode

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

IsCode returns true when this org edit team o k response a status code equal to that given

func (*OrgEditTeamOK) IsRedirect

func (o *OrgEditTeamOK) IsRedirect() bool

IsRedirect returns true when this org edit team o k response has a 3xx status code

func (*OrgEditTeamOK) IsServerError

func (o *OrgEditTeamOK) IsServerError() bool

IsServerError returns true when this org edit team o k response has a 5xx status code

func (*OrgEditTeamOK) IsSuccess

func (o *OrgEditTeamOK) IsSuccess() bool

IsSuccess returns true when this org edit team o k response has a 2xx status code

func (*OrgEditTeamOK) String

func (o *OrgEditTeamOK) String() string

type OrgEditTeamParams

type OrgEditTeamParams struct {

	// Body.
	Body *models.EditTeamOption

	/* ID.

	   id of the team to edit
	*/
	ID int64

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

OrgEditTeamParams contains all the parameters to send to the API endpoint

for the org edit team operation.

Typically these are written to a http.Request.

func NewOrgEditTeamParams

func NewOrgEditTeamParams() *OrgEditTeamParams

NewOrgEditTeamParams creates a new OrgEditTeamParams 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 NewOrgEditTeamParamsWithContext

func NewOrgEditTeamParamsWithContext(ctx context.Context) *OrgEditTeamParams

NewOrgEditTeamParamsWithContext creates a new OrgEditTeamParams object with the ability to set a context for a request.

func NewOrgEditTeamParamsWithHTTPClient

func NewOrgEditTeamParamsWithHTTPClient(client *http.Client) *OrgEditTeamParams

NewOrgEditTeamParamsWithHTTPClient creates a new OrgEditTeamParams object with the ability to set a custom HTTPClient for a request.

func NewOrgEditTeamParamsWithTimeout

func NewOrgEditTeamParamsWithTimeout(timeout time.Duration) *OrgEditTeamParams

NewOrgEditTeamParamsWithTimeout creates a new OrgEditTeamParams object with the ability to set a timeout on a request.

func (*OrgEditTeamParams) SetBody

func (o *OrgEditTeamParams) SetBody(body *models.EditTeamOption)

SetBody adds the body to the org edit team params

func (*OrgEditTeamParams) SetContext

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

SetContext adds the context to the org edit team params

func (*OrgEditTeamParams) SetDefaults

func (o *OrgEditTeamParams) SetDefaults()

SetDefaults hydrates default values in the org edit team params (not the query body).

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

func (*OrgEditTeamParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org edit team params

func (*OrgEditTeamParams) SetID

func (o *OrgEditTeamParams) SetID(id int64)

SetID adds the id to the org edit team params

func (*OrgEditTeamParams) SetTimeout

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

SetTimeout adds the timeout to the org edit team params

func (*OrgEditTeamParams) WithBody

WithBody adds the body to the org edit team params

func (*OrgEditTeamParams) WithContext

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

WithContext adds the context to the org edit team params

func (*OrgEditTeamParams) WithDefaults

func (o *OrgEditTeamParams) WithDefaults() *OrgEditTeamParams

WithDefaults hydrates default values in the org edit team params (not the query body).

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

func (*OrgEditTeamParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org edit team params

func (*OrgEditTeamParams) WithID

func (o *OrgEditTeamParams) WithID(id int64) *OrgEditTeamParams

WithID adds the id to the org edit team params

func (*OrgEditTeamParams) WithTimeout

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

WithTimeout adds the timeout to the org edit team params

func (*OrgEditTeamParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgEditTeamReader

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

OrgEditTeamReader is a Reader for the OrgEditTeam structure.

func (*OrgEditTeamReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgGetAllOK

type OrgGetAllOK struct {
	Payload []*models.Organization
}

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

OrganizationList

func NewOrgGetAllOK

func NewOrgGetAllOK() *OrgGetAllOK

NewOrgGetAllOK creates a OrgGetAllOK with default headers values

func (*OrgGetAllOK) Code

func (o *OrgGetAllOK) Code() int

Code gets the status code for the org get all o k response

func (*OrgGetAllOK) Error

func (o *OrgGetAllOK) Error() string

func (*OrgGetAllOK) GetPayload

func (o *OrgGetAllOK) GetPayload() []*models.Organization

func (*OrgGetAllOK) IsClientError

func (o *OrgGetAllOK) IsClientError() bool

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

func (*OrgGetAllOK) IsCode

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

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

func (*OrgGetAllOK) IsRedirect

func (o *OrgGetAllOK) IsRedirect() bool

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

func (*OrgGetAllOK) IsServerError

func (o *OrgGetAllOK) IsServerError() bool

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

func (*OrgGetAllOK) IsSuccess

func (o *OrgGetAllOK) IsSuccess() bool

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

func (*OrgGetAllOK) String

func (o *OrgGetAllOK) String() string

type OrgGetAllParams

type OrgGetAllParams struct {

	/* Limit.

	   page size of results
	*/
	Limit *int64

	/* Page.

	   page number of results to return (1-based)
	*/
	Page *int64

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

OrgGetAllParams contains all the parameters to send to the API endpoint

for the org get all operation.

Typically these are written to a http.Request.

func NewOrgGetAllParams

func NewOrgGetAllParams() *OrgGetAllParams

NewOrgGetAllParams creates a new OrgGetAllParams 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 NewOrgGetAllParamsWithContext

func NewOrgGetAllParamsWithContext(ctx context.Context) *OrgGetAllParams

NewOrgGetAllParamsWithContext creates a new OrgGetAllParams object with the ability to set a context for a request.

func NewOrgGetAllParamsWithHTTPClient

func NewOrgGetAllParamsWithHTTPClient(client *http.Client) *OrgGetAllParams

NewOrgGetAllParamsWithHTTPClient creates a new OrgGetAllParams object with the ability to set a custom HTTPClient for a request.

func NewOrgGetAllParamsWithTimeout

func NewOrgGetAllParamsWithTimeout(timeout time.Duration) *OrgGetAllParams

NewOrgGetAllParamsWithTimeout creates a new OrgGetAllParams object with the ability to set a timeout on a request.

func (*OrgGetAllParams) SetContext

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

SetContext adds the context to the org get all params

func (*OrgGetAllParams) SetDefaults

func (o *OrgGetAllParams) SetDefaults()

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

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

func (*OrgGetAllParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org get all params

func (*OrgGetAllParams) SetLimit

func (o *OrgGetAllParams) SetLimit(limit *int64)

SetLimit adds the limit to the org get all params

func (*OrgGetAllParams) SetPage

func (o *OrgGetAllParams) SetPage(page *int64)

SetPage adds the page to the org get all params

func (*OrgGetAllParams) SetTimeout

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

SetTimeout adds the timeout to the org get all params

func (*OrgGetAllParams) WithContext

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

WithContext adds the context to the org get all params

func (*OrgGetAllParams) WithDefaults

func (o *OrgGetAllParams) WithDefaults() *OrgGetAllParams

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

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

func (*OrgGetAllParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org get all params

func (*OrgGetAllParams) WithLimit

func (o *OrgGetAllParams) WithLimit(limit *int64) *OrgGetAllParams

WithLimit adds the limit to the org get all params

func (*OrgGetAllParams) WithPage

func (o *OrgGetAllParams) WithPage(page *int64) *OrgGetAllParams

WithPage adds the page to the org get all params

func (*OrgGetAllParams) WithTimeout

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

WithTimeout adds the timeout to the org get all params

func (*OrgGetAllParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgGetAllReader

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

OrgGetAllReader is a Reader for the OrgGetAll structure.

func (*OrgGetAllReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgGetHookNotFound

type OrgGetHookNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgGetHookNotFound

func NewOrgGetHookNotFound() *OrgGetHookNotFound

NewOrgGetHookNotFound creates a OrgGetHookNotFound with default headers values

func (*OrgGetHookNotFound) Code

func (o *OrgGetHookNotFound) Code() int

Code gets the status code for the org get hook not found response

func (*OrgGetHookNotFound) Error

func (o *OrgGetHookNotFound) Error() string

func (*OrgGetHookNotFound) IsClientError

func (o *OrgGetHookNotFound) IsClientError() bool

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

func (*OrgGetHookNotFound) IsCode

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

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

func (*OrgGetHookNotFound) IsRedirect

func (o *OrgGetHookNotFound) IsRedirect() bool

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

func (*OrgGetHookNotFound) IsServerError

func (o *OrgGetHookNotFound) IsServerError() bool

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

func (*OrgGetHookNotFound) IsSuccess

func (o *OrgGetHookNotFound) IsSuccess() bool

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

func (*OrgGetHookNotFound) String

func (o *OrgGetHookNotFound) String() string

type OrgGetHookOK

type OrgGetHookOK struct {
	Payload *models.Hook
}

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

Hook

func NewOrgGetHookOK

func NewOrgGetHookOK() *OrgGetHookOK

NewOrgGetHookOK creates a OrgGetHookOK with default headers values

func (*OrgGetHookOK) Code

func (o *OrgGetHookOK) Code() int

Code gets the status code for the org get hook o k response

func (*OrgGetHookOK) Error

func (o *OrgGetHookOK) Error() string

func (*OrgGetHookOK) GetPayload

func (o *OrgGetHookOK) GetPayload() *models.Hook

func (*OrgGetHookOK) IsClientError

func (o *OrgGetHookOK) IsClientError() bool

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

func (*OrgGetHookOK) IsCode

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

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

func (*OrgGetHookOK) IsRedirect

func (o *OrgGetHookOK) IsRedirect() bool

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

func (*OrgGetHookOK) IsServerError

func (o *OrgGetHookOK) IsServerError() bool

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

func (*OrgGetHookOK) IsSuccess

func (o *OrgGetHookOK) IsSuccess() bool

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

func (*OrgGetHookOK) String

func (o *OrgGetHookOK) String() string

type OrgGetHookParams

type OrgGetHookParams struct {

	/* ID.

	   id of the hook to get

	   Format: int64
	*/
	ID int64

	/* Org.

	   name of the organization
	*/
	Org string

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

OrgGetHookParams contains all the parameters to send to the API endpoint

for the org get hook operation.

Typically these are written to a http.Request.

func NewOrgGetHookParams

func NewOrgGetHookParams() *OrgGetHookParams

NewOrgGetHookParams creates a new OrgGetHookParams 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 NewOrgGetHookParamsWithContext

func NewOrgGetHookParamsWithContext(ctx context.Context) *OrgGetHookParams

NewOrgGetHookParamsWithContext creates a new OrgGetHookParams object with the ability to set a context for a request.

func NewOrgGetHookParamsWithHTTPClient

func NewOrgGetHookParamsWithHTTPClient(client *http.Client) *OrgGetHookParams

NewOrgGetHookParamsWithHTTPClient creates a new OrgGetHookParams object with the ability to set a custom HTTPClient for a request.

func NewOrgGetHookParamsWithTimeout

func NewOrgGetHookParamsWithTimeout(timeout time.Duration) *OrgGetHookParams

NewOrgGetHookParamsWithTimeout creates a new OrgGetHookParams object with the ability to set a timeout on a request.

func (*OrgGetHookParams) SetContext

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

SetContext adds the context to the org get hook params

func (*OrgGetHookParams) SetDefaults

func (o *OrgGetHookParams) SetDefaults()

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

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

func (*OrgGetHookParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org get hook params

func (*OrgGetHookParams) SetID

func (o *OrgGetHookParams) SetID(id int64)

SetID adds the id to the org get hook params

func (*OrgGetHookParams) SetOrg

func (o *OrgGetHookParams) SetOrg(org string)

SetOrg adds the org to the org get hook params

func (*OrgGetHookParams) SetTimeout

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

SetTimeout adds the timeout to the org get hook params

func (*OrgGetHookParams) WithContext

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

WithContext adds the context to the org get hook params

func (*OrgGetHookParams) WithDefaults

func (o *OrgGetHookParams) WithDefaults() *OrgGetHookParams

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

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

func (*OrgGetHookParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org get hook params

func (*OrgGetHookParams) WithID

func (o *OrgGetHookParams) WithID(id int64) *OrgGetHookParams

WithID adds the id to the org get hook params

func (*OrgGetHookParams) WithOrg

func (o *OrgGetHookParams) WithOrg(org string) *OrgGetHookParams

WithOrg adds the org to the org get hook params

func (*OrgGetHookParams) WithTimeout

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

WithTimeout adds the timeout to the org get hook params

func (*OrgGetHookParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgGetHookReader

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

OrgGetHookReader is a Reader for the OrgGetHook structure.

func (*OrgGetHookReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgGetLabelNotFound

type OrgGetLabelNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgGetLabelNotFound

func NewOrgGetLabelNotFound() *OrgGetLabelNotFound

NewOrgGetLabelNotFound creates a OrgGetLabelNotFound with default headers values

func (*OrgGetLabelNotFound) Code

func (o *OrgGetLabelNotFound) Code() int

Code gets the status code for the org get label not found response

func (*OrgGetLabelNotFound) Error

func (o *OrgGetLabelNotFound) Error() string

func (*OrgGetLabelNotFound) IsClientError

func (o *OrgGetLabelNotFound) IsClientError() bool

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

func (*OrgGetLabelNotFound) IsCode

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

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

func (*OrgGetLabelNotFound) IsRedirect

func (o *OrgGetLabelNotFound) IsRedirect() bool

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

func (*OrgGetLabelNotFound) IsServerError

func (o *OrgGetLabelNotFound) IsServerError() bool

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

func (*OrgGetLabelNotFound) IsSuccess

func (o *OrgGetLabelNotFound) IsSuccess() bool

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

func (*OrgGetLabelNotFound) String

func (o *OrgGetLabelNotFound) String() string

type OrgGetLabelOK

type OrgGetLabelOK struct {
	Payload *models.Label
}

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

Label

func NewOrgGetLabelOK

func NewOrgGetLabelOK() *OrgGetLabelOK

NewOrgGetLabelOK creates a OrgGetLabelOK with default headers values

func (*OrgGetLabelOK) Code

func (o *OrgGetLabelOK) Code() int

Code gets the status code for the org get label o k response

func (*OrgGetLabelOK) Error

func (o *OrgGetLabelOK) Error() string

func (*OrgGetLabelOK) GetPayload

func (o *OrgGetLabelOK) GetPayload() *models.Label

func (*OrgGetLabelOK) IsClientError

func (o *OrgGetLabelOK) IsClientError() bool

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

func (*OrgGetLabelOK) IsCode

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

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

func (*OrgGetLabelOK) IsRedirect

func (o *OrgGetLabelOK) IsRedirect() bool

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

func (*OrgGetLabelOK) IsServerError

func (o *OrgGetLabelOK) IsServerError() bool

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

func (*OrgGetLabelOK) IsSuccess

func (o *OrgGetLabelOK) IsSuccess() bool

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

func (*OrgGetLabelOK) String

func (o *OrgGetLabelOK) String() string

type OrgGetLabelParams

type OrgGetLabelParams struct {

	/* ID.

	   id of the label to get

	   Format: int64
	*/
	ID int64

	/* Org.

	   name of the organization
	*/
	Org string

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

OrgGetLabelParams contains all the parameters to send to the API endpoint

for the org get label operation.

Typically these are written to a http.Request.

func NewOrgGetLabelParams

func NewOrgGetLabelParams() *OrgGetLabelParams

NewOrgGetLabelParams creates a new OrgGetLabelParams 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 NewOrgGetLabelParamsWithContext

func NewOrgGetLabelParamsWithContext(ctx context.Context) *OrgGetLabelParams

NewOrgGetLabelParamsWithContext creates a new OrgGetLabelParams object with the ability to set a context for a request.

func NewOrgGetLabelParamsWithHTTPClient

func NewOrgGetLabelParamsWithHTTPClient(client *http.Client) *OrgGetLabelParams

NewOrgGetLabelParamsWithHTTPClient creates a new OrgGetLabelParams object with the ability to set a custom HTTPClient for a request.

func NewOrgGetLabelParamsWithTimeout

func NewOrgGetLabelParamsWithTimeout(timeout time.Duration) *OrgGetLabelParams

NewOrgGetLabelParamsWithTimeout creates a new OrgGetLabelParams object with the ability to set a timeout on a request.

func (*OrgGetLabelParams) SetContext

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

SetContext adds the context to the org get label params

func (*OrgGetLabelParams) SetDefaults

func (o *OrgGetLabelParams) SetDefaults()

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

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

func (*OrgGetLabelParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org get label params

func (*OrgGetLabelParams) SetID

func (o *OrgGetLabelParams) SetID(id int64)

SetID adds the id to the org get label params

func (*OrgGetLabelParams) SetOrg

func (o *OrgGetLabelParams) SetOrg(org string)

SetOrg adds the org to the org get label params

func (*OrgGetLabelParams) SetTimeout

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

SetTimeout adds the timeout to the org get label params

func (*OrgGetLabelParams) WithContext

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

WithContext adds the context to the org get label params

func (*OrgGetLabelParams) WithDefaults

func (o *OrgGetLabelParams) WithDefaults() *OrgGetLabelParams

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

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

func (*OrgGetLabelParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org get label params

func (*OrgGetLabelParams) WithID

func (o *OrgGetLabelParams) WithID(id int64) *OrgGetLabelParams

WithID adds the id to the org get label params

func (*OrgGetLabelParams) WithOrg

func (o *OrgGetLabelParams) WithOrg(org string) *OrgGetLabelParams

WithOrg adds the org to the org get label params

func (*OrgGetLabelParams) WithTimeout

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

WithTimeout adds the timeout to the org get label params

func (*OrgGetLabelParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgGetLabelReader

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

OrgGetLabelReader is a Reader for the OrgGetLabel structure.

func (*OrgGetLabelReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgGetNotFound

type OrgGetNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgGetNotFound

func NewOrgGetNotFound() *OrgGetNotFound

NewOrgGetNotFound creates a OrgGetNotFound with default headers values

func (*OrgGetNotFound) Code

func (o *OrgGetNotFound) Code() int

Code gets the status code for the org get not found response

func (*OrgGetNotFound) Error

func (o *OrgGetNotFound) Error() string

func (*OrgGetNotFound) IsClientError

func (o *OrgGetNotFound) IsClientError() bool

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

func (*OrgGetNotFound) IsCode

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

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

func (*OrgGetNotFound) IsRedirect

func (o *OrgGetNotFound) IsRedirect() bool

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

func (*OrgGetNotFound) IsServerError

func (o *OrgGetNotFound) IsServerError() bool

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

func (*OrgGetNotFound) IsSuccess

func (o *OrgGetNotFound) IsSuccess() bool

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

func (*OrgGetNotFound) String

func (o *OrgGetNotFound) String() string

type OrgGetOK

type OrgGetOK struct {
	Payload *models.Organization
}

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

Organization

func NewOrgGetOK

func NewOrgGetOK() *OrgGetOK

NewOrgGetOK creates a OrgGetOK with default headers values

func (*OrgGetOK) Code

func (o *OrgGetOK) Code() int

Code gets the status code for the org get o k response

func (*OrgGetOK) Error

func (o *OrgGetOK) Error() string

func (*OrgGetOK) GetPayload

func (o *OrgGetOK) GetPayload() *models.Organization

func (*OrgGetOK) IsClientError

func (o *OrgGetOK) IsClientError() bool

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

func (*OrgGetOK) IsCode

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

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

func (*OrgGetOK) IsRedirect

func (o *OrgGetOK) IsRedirect() bool

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

func (*OrgGetOK) IsServerError

func (o *OrgGetOK) IsServerError() bool

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

func (*OrgGetOK) IsSuccess

func (o *OrgGetOK) IsSuccess() bool

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

func (*OrgGetOK) String

func (o *OrgGetOK) String() string

type OrgGetParams

type OrgGetParams struct {

	/* Org.

	   name of the organization to get
	*/
	Org string

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

OrgGetParams contains all the parameters to send to the API endpoint

for the org get operation.

Typically these are written to a http.Request.

func NewOrgGetParams

func NewOrgGetParams() *OrgGetParams

NewOrgGetParams creates a new OrgGetParams 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 NewOrgGetParamsWithContext

func NewOrgGetParamsWithContext(ctx context.Context) *OrgGetParams

NewOrgGetParamsWithContext creates a new OrgGetParams object with the ability to set a context for a request.

func NewOrgGetParamsWithHTTPClient

func NewOrgGetParamsWithHTTPClient(client *http.Client) *OrgGetParams

NewOrgGetParamsWithHTTPClient creates a new OrgGetParams object with the ability to set a custom HTTPClient for a request.

func NewOrgGetParamsWithTimeout

func NewOrgGetParamsWithTimeout(timeout time.Duration) *OrgGetParams

NewOrgGetParamsWithTimeout creates a new OrgGetParams object with the ability to set a timeout on a request.

func (*OrgGetParams) SetContext

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

SetContext adds the context to the org get params

func (*OrgGetParams) SetDefaults

func (o *OrgGetParams) SetDefaults()

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

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

func (*OrgGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org get params

func (*OrgGetParams) SetOrg

func (o *OrgGetParams) SetOrg(org string)

SetOrg adds the org to the org get params

func (*OrgGetParams) SetTimeout

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

SetTimeout adds the timeout to the org get params

func (*OrgGetParams) WithContext

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

WithContext adds the context to the org get params

func (*OrgGetParams) WithDefaults

func (o *OrgGetParams) WithDefaults() *OrgGetParams

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

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

func (*OrgGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org get params

func (*OrgGetParams) WithOrg

func (o *OrgGetParams) WithOrg(org string) *OrgGetParams

WithOrg adds the org to the org get params

func (*OrgGetParams) WithTimeout

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

WithTimeout adds the timeout to the org get params

func (*OrgGetParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgGetReader

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

OrgGetReader is a Reader for the OrgGet structure.

func (*OrgGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgGetRunnerRegistrationTokenOK

type OrgGetRunnerRegistrationTokenOK struct {
	Token string
}

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

RegistrationToken is response related to registration token

func NewOrgGetRunnerRegistrationTokenOK

func NewOrgGetRunnerRegistrationTokenOK() *OrgGetRunnerRegistrationTokenOK

NewOrgGetRunnerRegistrationTokenOK creates a OrgGetRunnerRegistrationTokenOK with default headers values

func (*OrgGetRunnerRegistrationTokenOK) Code

Code gets the status code for the org get runner registration token o k response

func (*OrgGetRunnerRegistrationTokenOK) Error

func (*OrgGetRunnerRegistrationTokenOK) IsClientError

func (o *OrgGetRunnerRegistrationTokenOK) IsClientError() bool

IsClientError returns true when this org get runner registration token o k response has a 4xx status code

func (*OrgGetRunnerRegistrationTokenOK) IsCode

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

IsCode returns true when this org get runner registration token o k response a status code equal to that given

func (*OrgGetRunnerRegistrationTokenOK) IsRedirect

func (o *OrgGetRunnerRegistrationTokenOK) IsRedirect() bool

IsRedirect returns true when this org get runner registration token o k response has a 3xx status code

func (*OrgGetRunnerRegistrationTokenOK) IsServerError

func (o *OrgGetRunnerRegistrationTokenOK) IsServerError() bool

IsServerError returns true when this org get runner registration token o k response has a 5xx status code

func (*OrgGetRunnerRegistrationTokenOK) IsSuccess

func (o *OrgGetRunnerRegistrationTokenOK) IsSuccess() bool

IsSuccess returns true when this org get runner registration token o k response has a 2xx status code

func (*OrgGetRunnerRegistrationTokenOK) String

type OrgGetRunnerRegistrationTokenParams

type OrgGetRunnerRegistrationTokenParams struct {

	/* Org.

	   name of the organization
	*/
	Org string

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

OrgGetRunnerRegistrationTokenParams contains all the parameters to send to the API endpoint

for the org get runner registration token operation.

Typically these are written to a http.Request.

func NewOrgGetRunnerRegistrationTokenParams

func NewOrgGetRunnerRegistrationTokenParams() *OrgGetRunnerRegistrationTokenParams

NewOrgGetRunnerRegistrationTokenParams creates a new OrgGetRunnerRegistrationTokenParams 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 NewOrgGetRunnerRegistrationTokenParamsWithContext

func NewOrgGetRunnerRegistrationTokenParamsWithContext(ctx context.Context) *OrgGetRunnerRegistrationTokenParams

NewOrgGetRunnerRegistrationTokenParamsWithContext creates a new OrgGetRunnerRegistrationTokenParams object with the ability to set a context for a request.

func NewOrgGetRunnerRegistrationTokenParamsWithHTTPClient

func NewOrgGetRunnerRegistrationTokenParamsWithHTTPClient(client *http.Client) *OrgGetRunnerRegistrationTokenParams

NewOrgGetRunnerRegistrationTokenParamsWithHTTPClient creates a new OrgGetRunnerRegistrationTokenParams object with the ability to set a custom HTTPClient for a request.

func NewOrgGetRunnerRegistrationTokenParamsWithTimeout

func NewOrgGetRunnerRegistrationTokenParamsWithTimeout(timeout time.Duration) *OrgGetRunnerRegistrationTokenParams

NewOrgGetRunnerRegistrationTokenParamsWithTimeout creates a new OrgGetRunnerRegistrationTokenParams object with the ability to set a timeout on a request.

func (*OrgGetRunnerRegistrationTokenParams) SetContext

SetContext adds the context to the org get runner registration token params

func (*OrgGetRunnerRegistrationTokenParams) SetDefaults

func (o *OrgGetRunnerRegistrationTokenParams) SetDefaults()

SetDefaults hydrates default values in the org get runner registration token params (not the query body).

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

func (*OrgGetRunnerRegistrationTokenParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org get runner registration token params

func (*OrgGetRunnerRegistrationTokenParams) SetOrg

SetOrg adds the org to the org get runner registration token params

func (*OrgGetRunnerRegistrationTokenParams) SetTimeout

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

SetTimeout adds the timeout to the org get runner registration token params

func (*OrgGetRunnerRegistrationTokenParams) WithContext

WithContext adds the context to the org get runner registration token params

func (*OrgGetRunnerRegistrationTokenParams) WithDefaults

WithDefaults hydrates default values in the org get runner registration token params (not the query body).

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

func (*OrgGetRunnerRegistrationTokenParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the org get runner registration token params

func (*OrgGetRunnerRegistrationTokenParams) WithOrg

WithOrg adds the org to the org get runner registration token params

func (*OrgGetRunnerRegistrationTokenParams) WithTimeout

WithTimeout adds the timeout to the org get runner registration token params

func (*OrgGetRunnerRegistrationTokenParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrgGetRunnerRegistrationTokenReader

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

OrgGetRunnerRegistrationTokenReader is a Reader for the OrgGetRunnerRegistrationToken structure.

func (*OrgGetRunnerRegistrationTokenReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgGetTeamNotFound

type OrgGetTeamNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgGetTeamNotFound

func NewOrgGetTeamNotFound() *OrgGetTeamNotFound

NewOrgGetTeamNotFound creates a OrgGetTeamNotFound with default headers values

func (*OrgGetTeamNotFound) Code

func (o *OrgGetTeamNotFound) Code() int

Code gets the status code for the org get team not found response

func (*OrgGetTeamNotFound) Error

func (o *OrgGetTeamNotFound) Error() string

func (*OrgGetTeamNotFound) IsClientError

func (o *OrgGetTeamNotFound) IsClientError() bool

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

func (*OrgGetTeamNotFound) IsCode

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

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

func (*OrgGetTeamNotFound) IsRedirect

func (o *OrgGetTeamNotFound) IsRedirect() bool

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

func (*OrgGetTeamNotFound) IsServerError

func (o *OrgGetTeamNotFound) IsServerError() bool

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

func (*OrgGetTeamNotFound) IsSuccess

func (o *OrgGetTeamNotFound) IsSuccess() bool

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

func (*OrgGetTeamNotFound) String

func (o *OrgGetTeamNotFound) String() string

type OrgGetTeamOK

type OrgGetTeamOK struct {
	Payload *models.Team
}

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

Team

func NewOrgGetTeamOK

func NewOrgGetTeamOK() *OrgGetTeamOK

NewOrgGetTeamOK creates a OrgGetTeamOK with default headers values

func (*OrgGetTeamOK) Code

func (o *OrgGetTeamOK) Code() int

Code gets the status code for the org get team o k response

func (*OrgGetTeamOK) Error

func (o *OrgGetTeamOK) Error() string

func (*OrgGetTeamOK) GetPayload

func (o *OrgGetTeamOK) GetPayload() *models.Team

func (*OrgGetTeamOK) IsClientError

func (o *OrgGetTeamOK) IsClientError() bool

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

func (*OrgGetTeamOK) IsCode

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

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

func (*OrgGetTeamOK) IsRedirect

func (o *OrgGetTeamOK) IsRedirect() bool

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

func (*OrgGetTeamOK) IsServerError

func (o *OrgGetTeamOK) IsServerError() bool

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

func (*OrgGetTeamOK) IsSuccess

func (o *OrgGetTeamOK) IsSuccess() bool

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

func (*OrgGetTeamOK) String

func (o *OrgGetTeamOK) String() string

type OrgGetTeamParams

type OrgGetTeamParams struct {

	/* ID.

	   id of the team to get

	   Format: int64
	*/
	ID int64

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

OrgGetTeamParams contains all the parameters to send to the API endpoint

for the org get team operation.

Typically these are written to a http.Request.

func NewOrgGetTeamParams

func NewOrgGetTeamParams() *OrgGetTeamParams

NewOrgGetTeamParams creates a new OrgGetTeamParams 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 NewOrgGetTeamParamsWithContext

func NewOrgGetTeamParamsWithContext(ctx context.Context) *OrgGetTeamParams

NewOrgGetTeamParamsWithContext creates a new OrgGetTeamParams object with the ability to set a context for a request.

func NewOrgGetTeamParamsWithHTTPClient

func NewOrgGetTeamParamsWithHTTPClient(client *http.Client) *OrgGetTeamParams

NewOrgGetTeamParamsWithHTTPClient creates a new OrgGetTeamParams object with the ability to set a custom HTTPClient for a request.

func NewOrgGetTeamParamsWithTimeout

func NewOrgGetTeamParamsWithTimeout(timeout time.Duration) *OrgGetTeamParams

NewOrgGetTeamParamsWithTimeout creates a new OrgGetTeamParams object with the ability to set a timeout on a request.

func (*OrgGetTeamParams) SetContext

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

SetContext adds the context to the org get team params

func (*OrgGetTeamParams) SetDefaults

func (o *OrgGetTeamParams) SetDefaults()

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

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

func (*OrgGetTeamParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org get team params

func (*OrgGetTeamParams) SetID

func (o *OrgGetTeamParams) SetID(id int64)

SetID adds the id to the org get team params

func (*OrgGetTeamParams) SetTimeout

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

SetTimeout adds the timeout to the org get team params

func (*OrgGetTeamParams) WithContext

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

WithContext adds the context to the org get team params

func (*OrgGetTeamParams) WithDefaults

func (o *OrgGetTeamParams) WithDefaults() *OrgGetTeamParams

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

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

func (*OrgGetTeamParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org get team params

func (*OrgGetTeamParams) WithID

func (o *OrgGetTeamParams) WithID(id int64) *OrgGetTeamParams

WithID adds the id to the org get team params

func (*OrgGetTeamParams) WithTimeout

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

WithTimeout adds the timeout to the org get team params

func (*OrgGetTeamParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgGetTeamReader

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

OrgGetTeamReader is a Reader for the OrgGetTeam structure.

func (*OrgGetTeamReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgGetUserPermissionsForbidden

type OrgGetUserPermissionsForbidden struct {
	Message string
	URL     string
}

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

APIForbiddenError is a forbidden error response

func NewOrgGetUserPermissionsForbidden

func NewOrgGetUserPermissionsForbidden() *OrgGetUserPermissionsForbidden

NewOrgGetUserPermissionsForbidden creates a OrgGetUserPermissionsForbidden with default headers values

func (*OrgGetUserPermissionsForbidden) Code

Code gets the status code for the org get user permissions forbidden response

func (*OrgGetUserPermissionsForbidden) Error

func (*OrgGetUserPermissionsForbidden) IsClientError

func (o *OrgGetUserPermissionsForbidden) IsClientError() bool

IsClientError returns true when this org get user permissions forbidden response has a 4xx status code

func (*OrgGetUserPermissionsForbidden) IsCode

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

IsCode returns true when this org get user permissions forbidden response a status code equal to that given

func (*OrgGetUserPermissionsForbidden) IsRedirect

func (o *OrgGetUserPermissionsForbidden) IsRedirect() bool

IsRedirect returns true when this org get user permissions forbidden response has a 3xx status code

func (*OrgGetUserPermissionsForbidden) IsServerError

func (o *OrgGetUserPermissionsForbidden) IsServerError() bool

IsServerError returns true when this org get user permissions forbidden response has a 5xx status code

func (*OrgGetUserPermissionsForbidden) IsSuccess

func (o *OrgGetUserPermissionsForbidden) IsSuccess() bool

IsSuccess returns true when this org get user permissions forbidden response has a 2xx status code

func (*OrgGetUserPermissionsForbidden) String

type OrgGetUserPermissionsNotFound

type OrgGetUserPermissionsNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgGetUserPermissionsNotFound

func NewOrgGetUserPermissionsNotFound() *OrgGetUserPermissionsNotFound

NewOrgGetUserPermissionsNotFound creates a OrgGetUserPermissionsNotFound with default headers values

func (*OrgGetUserPermissionsNotFound) Code

Code gets the status code for the org get user permissions not found response

func (*OrgGetUserPermissionsNotFound) Error

func (*OrgGetUserPermissionsNotFound) IsClientError

func (o *OrgGetUserPermissionsNotFound) IsClientError() bool

IsClientError returns true when this org get user permissions not found response has a 4xx status code

func (*OrgGetUserPermissionsNotFound) IsCode

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

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

func (*OrgGetUserPermissionsNotFound) IsRedirect

func (o *OrgGetUserPermissionsNotFound) IsRedirect() bool

IsRedirect returns true when this org get user permissions not found response has a 3xx status code

func (*OrgGetUserPermissionsNotFound) IsServerError

func (o *OrgGetUserPermissionsNotFound) IsServerError() bool

IsServerError returns true when this org get user permissions not found response has a 5xx status code

func (*OrgGetUserPermissionsNotFound) IsSuccess

func (o *OrgGetUserPermissionsNotFound) IsSuccess() bool

IsSuccess returns true when this org get user permissions not found response has a 2xx status code

func (*OrgGetUserPermissionsNotFound) String

type OrgGetUserPermissionsOK

type OrgGetUserPermissionsOK struct {
	Payload *models.OrganizationPermissions
}

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

OrganizationPermissions

func NewOrgGetUserPermissionsOK

func NewOrgGetUserPermissionsOK() *OrgGetUserPermissionsOK

NewOrgGetUserPermissionsOK creates a OrgGetUserPermissionsOK with default headers values

func (*OrgGetUserPermissionsOK) Code

func (o *OrgGetUserPermissionsOK) Code() int

Code gets the status code for the org get user permissions o k response

func (*OrgGetUserPermissionsOK) Error

func (o *OrgGetUserPermissionsOK) Error() string

func (*OrgGetUserPermissionsOK) GetPayload

func (*OrgGetUserPermissionsOK) IsClientError

func (o *OrgGetUserPermissionsOK) IsClientError() bool

IsClientError returns true when this org get user permissions o k response has a 4xx status code

func (*OrgGetUserPermissionsOK) IsCode

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

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

func (*OrgGetUserPermissionsOK) IsRedirect

func (o *OrgGetUserPermissionsOK) IsRedirect() bool

IsRedirect returns true when this org get user permissions o k response has a 3xx status code

func (*OrgGetUserPermissionsOK) IsServerError

func (o *OrgGetUserPermissionsOK) IsServerError() bool

IsServerError returns true when this org get user permissions o k response has a 5xx status code

func (*OrgGetUserPermissionsOK) IsSuccess

func (o *OrgGetUserPermissionsOK) IsSuccess() bool

IsSuccess returns true when this org get user permissions o k response has a 2xx status code

func (*OrgGetUserPermissionsOK) String

func (o *OrgGetUserPermissionsOK) String() string

type OrgGetUserPermissionsParams

type OrgGetUserPermissionsParams struct {

	/* Org.

	   name of the organization
	*/
	Org string

	/* Username.

	   username of user
	*/
	Username string

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

OrgGetUserPermissionsParams contains all the parameters to send to the API endpoint

for the org get user permissions operation.

Typically these are written to a http.Request.

func NewOrgGetUserPermissionsParams

func NewOrgGetUserPermissionsParams() *OrgGetUserPermissionsParams

NewOrgGetUserPermissionsParams creates a new OrgGetUserPermissionsParams 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 NewOrgGetUserPermissionsParamsWithContext

func NewOrgGetUserPermissionsParamsWithContext(ctx context.Context) *OrgGetUserPermissionsParams

NewOrgGetUserPermissionsParamsWithContext creates a new OrgGetUserPermissionsParams object with the ability to set a context for a request.

func NewOrgGetUserPermissionsParamsWithHTTPClient

func NewOrgGetUserPermissionsParamsWithHTTPClient(client *http.Client) *OrgGetUserPermissionsParams

NewOrgGetUserPermissionsParamsWithHTTPClient creates a new OrgGetUserPermissionsParams object with the ability to set a custom HTTPClient for a request.

func NewOrgGetUserPermissionsParamsWithTimeout

func NewOrgGetUserPermissionsParamsWithTimeout(timeout time.Duration) *OrgGetUserPermissionsParams

NewOrgGetUserPermissionsParamsWithTimeout creates a new OrgGetUserPermissionsParams object with the ability to set a timeout on a request.

func (*OrgGetUserPermissionsParams) SetContext

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

SetContext adds the context to the org get user permissions params

func (*OrgGetUserPermissionsParams) SetDefaults

func (o *OrgGetUserPermissionsParams) SetDefaults()

SetDefaults hydrates default values in the org get user permissions params (not the query body).

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

func (*OrgGetUserPermissionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org get user permissions params

func (*OrgGetUserPermissionsParams) SetOrg

func (o *OrgGetUserPermissionsParams) SetOrg(org string)

SetOrg adds the org to the org get user permissions params

func (*OrgGetUserPermissionsParams) SetTimeout

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

SetTimeout adds the timeout to the org get user permissions params

func (*OrgGetUserPermissionsParams) SetUsername

func (o *OrgGetUserPermissionsParams) SetUsername(username string)

SetUsername adds the username to the org get user permissions params

func (*OrgGetUserPermissionsParams) WithContext

WithContext adds the context to the org get user permissions params

func (*OrgGetUserPermissionsParams) WithDefaults

WithDefaults hydrates default values in the org get user permissions params (not the query body).

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

func (*OrgGetUserPermissionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the org get user permissions params

func (*OrgGetUserPermissionsParams) WithOrg

WithOrg adds the org to the org get user permissions params

func (*OrgGetUserPermissionsParams) WithTimeout

WithTimeout adds the timeout to the org get user permissions params

func (*OrgGetUserPermissionsParams) WithUsername

WithUsername adds the username to the org get user permissions params

func (*OrgGetUserPermissionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrgGetUserPermissionsReader

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

OrgGetUserPermissionsReader is a Reader for the OrgGetUserPermissions structure.

func (*OrgGetUserPermissionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgIsMemberNoContent

type OrgIsMemberNoContent struct {
}

OrgIsMemberNoContent describes a response with status code 204, with default header values.

user is a member

func NewOrgIsMemberNoContent

func NewOrgIsMemberNoContent() *OrgIsMemberNoContent

NewOrgIsMemberNoContent creates a OrgIsMemberNoContent with default headers values

func (*OrgIsMemberNoContent) Code

func (o *OrgIsMemberNoContent) Code() int

Code gets the status code for the org is member no content response

func (*OrgIsMemberNoContent) Error

func (o *OrgIsMemberNoContent) Error() string

func (*OrgIsMemberNoContent) IsClientError

func (o *OrgIsMemberNoContent) IsClientError() bool

IsClientError returns true when this org is member no content response has a 4xx status code

func (*OrgIsMemberNoContent) IsCode

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

IsCode returns true when this org is member no content response a status code equal to that given

func (*OrgIsMemberNoContent) IsRedirect

func (o *OrgIsMemberNoContent) IsRedirect() bool

IsRedirect returns true when this org is member no content response has a 3xx status code

func (*OrgIsMemberNoContent) IsServerError

func (o *OrgIsMemberNoContent) IsServerError() bool

IsServerError returns true when this org is member no content response has a 5xx status code

func (*OrgIsMemberNoContent) IsSuccess

func (o *OrgIsMemberNoContent) IsSuccess() bool

IsSuccess returns true when this org is member no content response has a 2xx status code

func (*OrgIsMemberNoContent) String

func (o *OrgIsMemberNoContent) String() string

type OrgIsMemberNotFound

type OrgIsMemberNotFound struct {
}

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

user is not a member

func NewOrgIsMemberNotFound

func NewOrgIsMemberNotFound() *OrgIsMemberNotFound

NewOrgIsMemberNotFound creates a OrgIsMemberNotFound with default headers values

func (*OrgIsMemberNotFound) Code

func (o *OrgIsMemberNotFound) Code() int

Code gets the status code for the org is member not found response

func (*OrgIsMemberNotFound) Error

func (o *OrgIsMemberNotFound) Error() string

func (*OrgIsMemberNotFound) IsClientError

func (o *OrgIsMemberNotFound) IsClientError() bool

IsClientError returns true when this org is member not found response has a 4xx status code

func (*OrgIsMemberNotFound) IsCode

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

IsCode returns true when this org is member not found response a status code equal to that given

func (*OrgIsMemberNotFound) IsRedirect

func (o *OrgIsMemberNotFound) IsRedirect() bool

IsRedirect returns true when this org is member not found response has a 3xx status code

func (*OrgIsMemberNotFound) IsServerError

func (o *OrgIsMemberNotFound) IsServerError() bool

IsServerError returns true when this org is member not found response has a 5xx status code

func (*OrgIsMemberNotFound) IsSuccess

func (o *OrgIsMemberNotFound) IsSuccess() bool

IsSuccess returns true when this org is member not found response has a 2xx status code

func (*OrgIsMemberNotFound) String

func (o *OrgIsMemberNotFound) String() string

type OrgIsMemberParams

type OrgIsMemberParams struct {

	/* Org.

	   name of the organization
	*/
	Org string

	/* Username.

	   username of the user
	*/
	Username string

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

OrgIsMemberParams contains all the parameters to send to the API endpoint

for the org is member operation.

Typically these are written to a http.Request.

func NewOrgIsMemberParams

func NewOrgIsMemberParams() *OrgIsMemberParams

NewOrgIsMemberParams creates a new OrgIsMemberParams 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 NewOrgIsMemberParamsWithContext

func NewOrgIsMemberParamsWithContext(ctx context.Context) *OrgIsMemberParams

NewOrgIsMemberParamsWithContext creates a new OrgIsMemberParams object with the ability to set a context for a request.

func NewOrgIsMemberParamsWithHTTPClient

func NewOrgIsMemberParamsWithHTTPClient(client *http.Client) *OrgIsMemberParams

NewOrgIsMemberParamsWithHTTPClient creates a new OrgIsMemberParams object with the ability to set a custom HTTPClient for a request.

func NewOrgIsMemberParamsWithTimeout

func NewOrgIsMemberParamsWithTimeout(timeout time.Duration) *OrgIsMemberParams

NewOrgIsMemberParamsWithTimeout creates a new OrgIsMemberParams object with the ability to set a timeout on a request.

func (*OrgIsMemberParams) SetContext

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

SetContext adds the context to the org is member params

func (*OrgIsMemberParams) SetDefaults

func (o *OrgIsMemberParams) SetDefaults()

SetDefaults hydrates default values in the org is member params (not the query body).

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

func (*OrgIsMemberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org is member params

func (*OrgIsMemberParams) SetOrg

func (o *OrgIsMemberParams) SetOrg(org string)

SetOrg adds the org to the org is member params

func (*OrgIsMemberParams) SetTimeout

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

SetTimeout adds the timeout to the org is member params

func (*OrgIsMemberParams) SetUsername

func (o *OrgIsMemberParams) SetUsername(username string)

SetUsername adds the username to the org is member params

func (*OrgIsMemberParams) WithContext

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

WithContext adds the context to the org is member params

func (*OrgIsMemberParams) WithDefaults

func (o *OrgIsMemberParams) WithDefaults() *OrgIsMemberParams

WithDefaults hydrates default values in the org is member params (not the query body).

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

func (*OrgIsMemberParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org is member params

func (*OrgIsMemberParams) WithOrg

func (o *OrgIsMemberParams) WithOrg(org string) *OrgIsMemberParams

WithOrg adds the org to the org is member params

func (*OrgIsMemberParams) WithTimeout

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

WithTimeout adds the timeout to the org is member params

func (*OrgIsMemberParams) WithUsername

func (o *OrgIsMemberParams) WithUsername(username string) *OrgIsMemberParams

WithUsername adds the username to the org is member params

func (*OrgIsMemberParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgIsMemberReader

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

OrgIsMemberReader is a Reader for the OrgIsMember structure.

func (*OrgIsMemberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgIsMemberSeeOther

type OrgIsMemberSeeOther struct {
}

OrgIsMemberSeeOther describes a response with status code 303, with default header values.

redirection to /orgs/{org}/public_members/{username}

func NewOrgIsMemberSeeOther

func NewOrgIsMemberSeeOther() *OrgIsMemberSeeOther

NewOrgIsMemberSeeOther creates a OrgIsMemberSeeOther with default headers values

func (*OrgIsMemberSeeOther) Code

func (o *OrgIsMemberSeeOther) Code() int

Code gets the status code for the org is member see other response

func (*OrgIsMemberSeeOther) Error

func (o *OrgIsMemberSeeOther) Error() string

func (*OrgIsMemberSeeOther) IsClientError

func (o *OrgIsMemberSeeOther) IsClientError() bool

IsClientError returns true when this org is member see other response has a 4xx status code

func (*OrgIsMemberSeeOther) IsCode

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

IsCode returns true when this org is member see other response a status code equal to that given

func (*OrgIsMemberSeeOther) IsRedirect

func (o *OrgIsMemberSeeOther) IsRedirect() bool

IsRedirect returns true when this org is member see other response has a 3xx status code

func (*OrgIsMemberSeeOther) IsServerError

func (o *OrgIsMemberSeeOther) IsServerError() bool

IsServerError returns true when this org is member see other response has a 5xx status code

func (*OrgIsMemberSeeOther) IsSuccess

func (o *OrgIsMemberSeeOther) IsSuccess() bool

IsSuccess returns true when this org is member see other response has a 2xx status code

func (*OrgIsMemberSeeOther) String

func (o *OrgIsMemberSeeOther) String() string

type OrgIsPublicMemberNoContent

type OrgIsPublicMemberNoContent struct {
}

OrgIsPublicMemberNoContent describes a response with status code 204, with default header values.

user is a public member

func NewOrgIsPublicMemberNoContent

func NewOrgIsPublicMemberNoContent() *OrgIsPublicMemberNoContent

NewOrgIsPublicMemberNoContent creates a OrgIsPublicMemberNoContent with default headers values

func (*OrgIsPublicMemberNoContent) Code

func (o *OrgIsPublicMemberNoContent) Code() int

Code gets the status code for the org is public member no content response

func (*OrgIsPublicMemberNoContent) Error

func (*OrgIsPublicMemberNoContent) IsClientError

func (o *OrgIsPublicMemberNoContent) IsClientError() bool

IsClientError returns true when this org is public member no content response has a 4xx status code

func (*OrgIsPublicMemberNoContent) IsCode

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

IsCode returns true when this org is public member no content response a status code equal to that given

func (*OrgIsPublicMemberNoContent) IsRedirect

func (o *OrgIsPublicMemberNoContent) IsRedirect() bool

IsRedirect returns true when this org is public member no content response has a 3xx status code

func (*OrgIsPublicMemberNoContent) IsServerError

func (o *OrgIsPublicMemberNoContent) IsServerError() bool

IsServerError returns true when this org is public member no content response has a 5xx status code

func (*OrgIsPublicMemberNoContent) IsSuccess

func (o *OrgIsPublicMemberNoContent) IsSuccess() bool

IsSuccess returns true when this org is public member no content response has a 2xx status code

func (*OrgIsPublicMemberNoContent) String

func (o *OrgIsPublicMemberNoContent) String() string

type OrgIsPublicMemberNotFound

type OrgIsPublicMemberNotFound struct {
}

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

user is not a public member

func NewOrgIsPublicMemberNotFound

func NewOrgIsPublicMemberNotFound() *OrgIsPublicMemberNotFound

NewOrgIsPublicMemberNotFound creates a OrgIsPublicMemberNotFound with default headers values

func (*OrgIsPublicMemberNotFound) Code

func (o *OrgIsPublicMemberNotFound) Code() int

Code gets the status code for the org is public member not found response

func (*OrgIsPublicMemberNotFound) Error

func (o *OrgIsPublicMemberNotFound) Error() string

func (*OrgIsPublicMemberNotFound) IsClientError

func (o *OrgIsPublicMemberNotFound) IsClientError() bool

IsClientError returns true when this org is public member not found response has a 4xx status code

func (*OrgIsPublicMemberNotFound) IsCode

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

IsCode returns true when this org is public member not found response a status code equal to that given

func (*OrgIsPublicMemberNotFound) IsRedirect

func (o *OrgIsPublicMemberNotFound) IsRedirect() bool

IsRedirect returns true when this org is public member not found response has a 3xx status code

func (*OrgIsPublicMemberNotFound) IsServerError

func (o *OrgIsPublicMemberNotFound) IsServerError() bool

IsServerError returns true when this org is public member not found response has a 5xx status code

func (*OrgIsPublicMemberNotFound) IsSuccess

func (o *OrgIsPublicMemberNotFound) IsSuccess() bool

IsSuccess returns true when this org is public member not found response has a 2xx status code

func (*OrgIsPublicMemberNotFound) String

func (o *OrgIsPublicMemberNotFound) String() string

type OrgIsPublicMemberParams

type OrgIsPublicMemberParams struct {

	/* Org.

	   name of the organization
	*/
	Org string

	/* Username.

	   username of the user
	*/
	Username string

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

OrgIsPublicMemberParams contains all the parameters to send to the API endpoint

for the org is public member operation.

Typically these are written to a http.Request.

func NewOrgIsPublicMemberParams

func NewOrgIsPublicMemberParams() *OrgIsPublicMemberParams

NewOrgIsPublicMemberParams creates a new OrgIsPublicMemberParams 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 NewOrgIsPublicMemberParamsWithContext

func NewOrgIsPublicMemberParamsWithContext(ctx context.Context) *OrgIsPublicMemberParams

NewOrgIsPublicMemberParamsWithContext creates a new OrgIsPublicMemberParams object with the ability to set a context for a request.

func NewOrgIsPublicMemberParamsWithHTTPClient

func NewOrgIsPublicMemberParamsWithHTTPClient(client *http.Client) *OrgIsPublicMemberParams

NewOrgIsPublicMemberParamsWithHTTPClient creates a new OrgIsPublicMemberParams object with the ability to set a custom HTTPClient for a request.

func NewOrgIsPublicMemberParamsWithTimeout

func NewOrgIsPublicMemberParamsWithTimeout(timeout time.Duration) *OrgIsPublicMemberParams

NewOrgIsPublicMemberParamsWithTimeout creates a new OrgIsPublicMemberParams object with the ability to set a timeout on a request.

func (*OrgIsPublicMemberParams) SetContext

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

SetContext adds the context to the org is public member params

func (*OrgIsPublicMemberParams) SetDefaults

func (o *OrgIsPublicMemberParams) SetDefaults()

SetDefaults hydrates default values in the org is public member params (not the query body).

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

func (*OrgIsPublicMemberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org is public member params

func (*OrgIsPublicMemberParams) SetOrg

func (o *OrgIsPublicMemberParams) SetOrg(org string)

SetOrg adds the org to the org is public member params

func (*OrgIsPublicMemberParams) SetTimeout

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

SetTimeout adds the timeout to the org is public member params

func (*OrgIsPublicMemberParams) SetUsername

func (o *OrgIsPublicMemberParams) SetUsername(username string)

SetUsername adds the username to the org is public member params

func (*OrgIsPublicMemberParams) WithContext

WithContext adds the context to the org is public member params

func (*OrgIsPublicMemberParams) WithDefaults

WithDefaults hydrates default values in the org is public member params (not the query body).

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

func (*OrgIsPublicMemberParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org is public member params

func (*OrgIsPublicMemberParams) WithOrg

WithOrg adds the org to the org is public member params

func (*OrgIsPublicMemberParams) WithTimeout

WithTimeout adds the timeout to the org is public member params

func (*OrgIsPublicMemberParams) WithUsername

func (o *OrgIsPublicMemberParams) WithUsername(username string) *OrgIsPublicMemberParams

WithUsername adds the username to the org is public member params

func (*OrgIsPublicMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrgIsPublicMemberReader

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

OrgIsPublicMemberReader is a Reader for the OrgIsPublicMember structure.

func (*OrgIsPublicMemberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgListActionsSecretsNotFound

type OrgListActionsSecretsNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgListActionsSecretsNotFound

func NewOrgListActionsSecretsNotFound() *OrgListActionsSecretsNotFound

NewOrgListActionsSecretsNotFound creates a OrgListActionsSecretsNotFound with default headers values

func (*OrgListActionsSecretsNotFound) Code

Code gets the status code for the org list actions secrets not found response

func (*OrgListActionsSecretsNotFound) Error

func (*OrgListActionsSecretsNotFound) IsClientError

func (o *OrgListActionsSecretsNotFound) IsClientError() bool

IsClientError returns true when this org list actions secrets not found response has a 4xx status code

func (*OrgListActionsSecretsNotFound) IsCode

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

IsCode returns true when this org list actions secrets not found response a status code equal to that given

func (*OrgListActionsSecretsNotFound) IsRedirect

func (o *OrgListActionsSecretsNotFound) IsRedirect() bool

IsRedirect returns true when this org list actions secrets not found response has a 3xx status code

func (*OrgListActionsSecretsNotFound) IsServerError

func (o *OrgListActionsSecretsNotFound) IsServerError() bool

IsServerError returns true when this org list actions secrets not found response has a 5xx status code

func (*OrgListActionsSecretsNotFound) IsSuccess

func (o *OrgListActionsSecretsNotFound) IsSuccess() bool

IsSuccess returns true when this org list actions secrets not found response has a 2xx status code

func (*OrgListActionsSecretsNotFound) String

type OrgListActionsSecretsOK

type OrgListActionsSecretsOK struct {
	Payload []*models.Secret
}

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

SecretList

func NewOrgListActionsSecretsOK

func NewOrgListActionsSecretsOK() *OrgListActionsSecretsOK

NewOrgListActionsSecretsOK creates a OrgListActionsSecretsOK with default headers values

func (*OrgListActionsSecretsOK) Code

func (o *OrgListActionsSecretsOK) Code() int

Code gets the status code for the org list actions secrets o k response

func (*OrgListActionsSecretsOK) Error

func (o *OrgListActionsSecretsOK) Error() string

func (*OrgListActionsSecretsOK) GetPayload

func (o *OrgListActionsSecretsOK) GetPayload() []*models.Secret

func (*OrgListActionsSecretsOK) IsClientError

func (o *OrgListActionsSecretsOK) IsClientError() bool

IsClientError returns true when this org list actions secrets o k response has a 4xx status code

func (*OrgListActionsSecretsOK) IsCode

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

IsCode returns true when this org list actions secrets o k response a status code equal to that given

func (*OrgListActionsSecretsOK) IsRedirect

func (o *OrgListActionsSecretsOK) IsRedirect() bool

IsRedirect returns true when this org list actions secrets o k response has a 3xx status code

func (*OrgListActionsSecretsOK) IsServerError

func (o *OrgListActionsSecretsOK) IsServerError() bool

IsServerError returns true when this org list actions secrets o k response has a 5xx status code

func (*OrgListActionsSecretsOK) IsSuccess

func (o *OrgListActionsSecretsOK) IsSuccess() bool

IsSuccess returns true when this org list actions secrets o k response has a 2xx status code

func (*OrgListActionsSecretsOK) String

func (o *OrgListActionsSecretsOK) String() string

type OrgListActionsSecretsParams

type OrgListActionsSecretsParams struct {

	/* Limit.

	   page size of results
	*/
	Limit *int64

	/* Org.

	   name of the organization
	*/
	Org string

	/* Page.

	   page number of results to return (1-based)
	*/
	Page *int64

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

OrgListActionsSecretsParams contains all the parameters to send to the API endpoint

for the org list actions secrets operation.

Typically these are written to a http.Request.

func NewOrgListActionsSecretsParams

func NewOrgListActionsSecretsParams() *OrgListActionsSecretsParams

NewOrgListActionsSecretsParams creates a new OrgListActionsSecretsParams 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 NewOrgListActionsSecretsParamsWithContext

func NewOrgListActionsSecretsParamsWithContext(ctx context.Context) *OrgListActionsSecretsParams

NewOrgListActionsSecretsParamsWithContext creates a new OrgListActionsSecretsParams object with the ability to set a context for a request.

func NewOrgListActionsSecretsParamsWithHTTPClient

func NewOrgListActionsSecretsParamsWithHTTPClient(client *http.Client) *OrgListActionsSecretsParams

NewOrgListActionsSecretsParamsWithHTTPClient creates a new OrgListActionsSecretsParams object with the ability to set a custom HTTPClient for a request.

func NewOrgListActionsSecretsParamsWithTimeout

func NewOrgListActionsSecretsParamsWithTimeout(timeout time.Duration) *OrgListActionsSecretsParams

NewOrgListActionsSecretsParamsWithTimeout creates a new OrgListActionsSecretsParams object with the ability to set a timeout on a request.

func (*OrgListActionsSecretsParams) SetContext

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

SetContext adds the context to the org list actions secrets params

func (*OrgListActionsSecretsParams) SetDefaults

func (o *OrgListActionsSecretsParams) SetDefaults()

SetDefaults hydrates default values in the org list actions secrets params (not the query body).

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

func (*OrgListActionsSecretsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org list actions secrets params

func (*OrgListActionsSecretsParams) SetLimit

func (o *OrgListActionsSecretsParams) SetLimit(limit *int64)

SetLimit adds the limit to the org list actions secrets params

func (*OrgListActionsSecretsParams) SetOrg

func (o *OrgListActionsSecretsParams) SetOrg(org string)

SetOrg adds the org to the org list actions secrets params

func (*OrgListActionsSecretsParams) SetPage

func (o *OrgListActionsSecretsParams) SetPage(page *int64)

SetPage adds the page to the org list actions secrets params

func (*OrgListActionsSecretsParams) SetTimeout

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

SetTimeout adds the timeout to the org list actions secrets params

func (*OrgListActionsSecretsParams) WithContext

WithContext adds the context to the org list actions secrets params

func (*OrgListActionsSecretsParams) WithDefaults

WithDefaults hydrates default values in the org list actions secrets params (not the query body).

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

func (*OrgListActionsSecretsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the org list actions secrets params

func (*OrgListActionsSecretsParams) WithLimit

WithLimit adds the limit to the org list actions secrets params

func (*OrgListActionsSecretsParams) WithOrg

WithOrg adds the org to the org list actions secrets params

func (*OrgListActionsSecretsParams) WithPage

WithPage adds the page to the org list actions secrets params

func (*OrgListActionsSecretsParams) WithTimeout

WithTimeout adds the timeout to the org list actions secrets params

func (*OrgListActionsSecretsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrgListActionsSecretsReader

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

OrgListActionsSecretsReader is a Reader for the OrgListActionsSecrets structure.

func (*OrgListActionsSecretsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgListActivityFeedsNotFound

type OrgListActivityFeedsNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgListActivityFeedsNotFound

func NewOrgListActivityFeedsNotFound() *OrgListActivityFeedsNotFound

NewOrgListActivityFeedsNotFound creates a OrgListActivityFeedsNotFound with default headers values

func (*OrgListActivityFeedsNotFound) Code

Code gets the status code for the org list activity feeds not found response

func (*OrgListActivityFeedsNotFound) Error

func (*OrgListActivityFeedsNotFound) IsClientError

func (o *OrgListActivityFeedsNotFound) IsClientError() bool

IsClientError returns true when this org list activity feeds not found response has a 4xx status code

func (*OrgListActivityFeedsNotFound) IsCode

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

IsCode returns true when this org list activity feeds not found response a status code equal to that given

func (*OrgListActivityFeedsNotFound) IsRedirect

func (o *OrgListActivityFeedsNotFound) IsRedirect() bool

IsRedirect returns true when this org list activity feeds not found response has a 3xx status code

func (*OrgListActivityFeedsNotFound) IsServerError

func (o *OrgListActivityFeedsNotFound) IsServerError() bool

IsServerError returns true when this org list activity feeds not found response has a 5xx status code

func (*OrgListActivityFeedsNotFound) IsSuccess

func (o *OrgListActivityFeedsNotFound) IsSuccess() bool

IsSuccess returns true when this org list activity feeds not found response has a 2xx status code

func (*OrgListActivityFeedsNotFound) String

type OrgListActivityFeedsOK

type OrgListActivityFeedsOK struct {
	Payload []*models.Activity
}

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

ActivityFeedsList

func NewOrgListActivityFeedsOK

func NewOrgListActivityFeedsOK() *OrgListActivityFeedsOK

NewOrgListActivityFeedsOK creates a OrgListActivityFeedsOK with default headers values

func (*OrgListActivityFeedsOK) Code

func (o *OrgListActivityFeedsOK) Code() int

Code gets the status code for the org list activity feeds o k response

func (*OrgListActivityFeedsOK) Error

func (o *OrgListActivityFeedsOK) Error() string

func (*OrgListActivityFeedsOK) GetPayload

func (o *OrgListActivityFeedsOK) GetPayload() []*models.Activity

func (*OrgListActivityFeedsOK) IsClientError

func (o *OrgListActivityFeedsOK) IsClientError() bool

IsClientError returns true when this org list activity feeds o k response has a 4xx status code

func (*OrgListActivityFeedsOK) IsCode

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

IsCode returns true when this org list activity feeds o k response a status code equal to that given

func (*OrgListActivityFeedsOK) IsRedirect

func (o *OrgListActivityFeedsOK) IsRedirect() bool

IsRedirect returns true when this org list activity feeds o k response has a 3xx status code

func (*OrgListActivityFeedsOK) IsServerError

func (o *OrgListActivityFeedsOK) IsServerError() bool

IsServerError returns true when this org list activity feeds o k response has a 5xx status code

func (*OrgListActivityFeedsOK) IsSuccess

func (o *OrgListActivityFeedsOK) IsSuccess() bool

IsSuccess returns true when this org list activity feeds o k response has a 2xx status code

func (*OrgListActivityFeedsOK) String

func (o *OrgListActivityFeedsOK) String() string

type OrgListActivityFeedsParams

type OrgListActivityFeedsParams struct {

	/* Date.

	   the date of the activities to be found

	   Format: date
	*/
	Date *strfmt.Date

	/* Limit.

	   page size of results
	*/
	Limit *int64

	/* Org.

	   name of the org
	*/
	Org string

	/* Page.

	   page number of results to return (1-based)
	*/
	Page *int64

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

OrgListActivityFeedsParams contains all the parameters to send to the API endpoint

for the org list activity feeds operation.

Typically these are written to a http.Request.

func NewOrgListActivityFeedsParams

func NewOrgListActivityFeedsParams() *OrgListActivityFeedsParams

NewOrgListActivityFeedsParams creates a new OrgListActivityFeedsParams 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 NewOrgListActivityFeedsParamsWithContext

func NewOrgListActivityFeedsParamsWithContext(ctx context.Context) *OrgListActivityFeedsParams

NewOrgListActivityFeedsParamsWithContext creates a new OrgListActivityFeedsParams object with the ability to set a context for a request.

func NewOrgListActivityFeedsParamsWithHTTPClient

func NewOrgListActivityFeedsParamsWithHTTPClient(client *http.Client) *OrgListActivityFeedsParams

NewOrgListActivityFeedsParamsWithHTTPClient creates a new OrgListActivityFeedsParams object with the ability to set a custom HTTPClient for a request.

func NewOrgListActivityFeedsParamsWithTimeout

func NewOrgListActivityFeedsParamsWithTimeout(timeout time.Duration) *OrgListActivityFeedsParams

NewOrgListActivityFeedsParamsWithTimeout creates a new OrgListActivityFeedsParams object with the ability to set a timeout on a request.

func (*OrgListActivityFeedsParams) SetContext

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

SetContext adds the context to the org list activity feeds params

func (*OrgListActivityFeedsParams) SetDate

func (o *OrgListActivityFeedsParams) SetDate(date *strfmt.Date)

SetDate adds the date to the org list activity feeds params

func (*OrgListActivityFeedsParams) SetDefaults

func (o *OrgListActivityFeedsParams) SetDefaults()

SetDefaults hydrates default values in the org list activity feeds params (not the query body).

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

func (*OrgListActivityFeedsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org list activity feeds params

func (*OrgListActivityFeedsParams) SetLimit

func (o *OrgListActivityFeedsParams) SetLimit(limit *int64)

SetLimit adds the limit to the org list activity feeds params

func (*OrgListActivityFeedsParams) SetOrg

func (o *OrgListActivityFeedsParams) SetOrg(org string)

SetOrg adds the org to the org list activity feeds params

func (*OrgListActivityFeedsParams) SetPage

func (o *OrgListActivityFeedsParams) SetPage(page *int64)

SetPage adds the page to the org list activity feeds params

func (*OrgListActivityFeedsParams) SetTimeout

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

SetTimeout adds the timeout to the org list activity feeds params

func (*OrgListActivityFeedsParams) WithContext

WithContext adds the context to the org list activity feeds params

func (*OrgListActivityFeedsParams) WithDate

WithDate adds the date to the org list activity feeds params

func (*OrgListActivityFeedsParams) WithDefaults

WithDefaults hydrates default values in the org list activity feeds params (not the query body).

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

func (*OrgListActivityFeedsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the org list activity feeds params

func (*OrgListActivityFeedsParams) WithLimit

WithLimit adds the limit to the org list activity feeds params

func (*OrgListActivityFeedsParams) WithOrg

WithOrg adds the org to the org list activity feeds params

func (*OrgListActivityFeedsParams) WithPage

WithPage adds the page to the org list activity feeds params

func (*OrgListActivityFeedsParams) WithTimeout

WithTimeout adds the timeout to the org list activity feeds params

func (*OrgListActivityFeedsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrgListActivityFeedsReader

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

OrgListActivityFeedsReader is a Reader for the OrgListActivityFeeds structure.

func (*OrgListActivityFeedsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgListCurrentUserOrgsNotFound

type OrgListCurrentUserOrgsNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgListCurrentUserOrgsNotFound

func NewOrgListCurrentUserOrgsNotFound() *OrgListCurrentUserOrgsNotFound

NewOrgListCurrentUserOrgsNotFound creates a OrgListCurrentUserOrgsNotFound with default headers values

func (*OrgListCurrentUserOrgsNotFound) Code

Code gets the status code for the org list current user orgs not found response

func (*OrgListCurrentUserOrgsNotFound) Error

func (*OrgListCurrentUserOrgsNotFound) IsClientError

func (o *OrgListCurrentUserOrgsNotFound) IsClientError() bool

IsClientError returns true when this org list current user orgs not found response has a 4xx status code

func (*OrgListCurrentUserOrgsNotFound) IsCode

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

IsCode returns true when this org list current user orgs not found response a status code equal to that given

func (*OrgListCurrentUserOrgsNotFound) IsRedirect

func (o *OrgListCurrentUserOrgsNotFound) IsRedirect() bool

IsRedirect returns true when this org list current user orgs not found response has a 3xx status code

func (*OrgListCurrentUserOrgsNotFound) IsServerError

func (o *OrgListCurrentUserOrgsNotFound) IsServerError() bool

IsServerError returns true when this org list current user orgs not found response has a 5xx status code

func (*OrgListCurrentUserOrgsNotFound) IsSuccess

func (o *OrgListCurrentUserOrgsNotFound) IsSuccess() bool

IsSuccess returns true when this org list current user orgs not found response has a 2xx status code

func (*OrgListCurrentUserOrgsNotFound) String

type OrgListCurrentUserOrgsOK

type OrgListCurrentUserOrgsOK struct {
	Payload []*models.Organization
}

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

OrganizationList

func NewOrgListCurrentUserOrgsOK

func NewOrgListCurrentUserOrgsOK() *OrgListCurrentUserOrgsOK

NewOrgListCurrentUserOrgsOK creates a OrgListCurrentUserOrgsOK with default headers values

func (*OrgListCurrentUserOrgsOK) Code

func (o *OrgListCurrentUserOrgsOK) Code() int

Code gets the status code for the org list current user orgs o k response

func (*OrgListCurrentUserOrgsOK) Error

func (o *OrgListCurrentUserOrgsOK) Error() string

func (*OrgListCurrentUserOrgsOK) GetPayload

func (o *OrgListCurrentUserOrgsOK) GetPayload() []*models.Organization

func (*OrgListCurrentUserOrgsOK) IsClientError

func (o *OrgListCurrentUserOrgsOK) IsClientError() bool

IsClientError returns true when this org list current user orgs o k response has a 4xx status code

func (*OrgListCurrentUserOrgsOK) IsCode

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

IsCode returns true when this org list current user orgs o k response a status code equal to that given

func (*OrgListCurrentUserOrgsOK) IsRedirect

func (o *OrgListCurrentUserOrgsOK) IsRedirect() bool

IsRedirect returns true when this org list current user orgs o k response has a 3xx status code

func (*OrgListCurrentUserOrgsOK) IsServerError

func (o *OrgListCurrentUserOrgsOK) IsServerError() bool

IsServerError returns true when this org list current user orgs o k response has a 5xx status code

func (*OrgListCurrentUserOrgsOK) IsSuccess

func (o *OrgListCurrentUserOrgsOK) IsSuccess() bool

IsSuccess returns true when this org list current user orgs o k response has a 2xx status code

func (*OrgListCurrentUserOrgsOK) String

func (o *OrgListCurrentUserOrgsOK) String() string

type OrgListCurrentUserOrgsParams

type OrgListCurrentUserOrgsParams struct {

	/* Limit.

	   page size of results
	*/
	Limit *int64

	/* Page.

	   page number of results to return (1-based)
	*/
	Page *int64

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

OrgListCurrentUserOrgsParams contains all the parameters to send to the API endpoint

for the org list current user orgs operation.

Typically these are written to a http.Request.

func NewOrgListCurrentUserOrgsParams

func NewOrgListCurrentUserOrgsParams() *OrgListCurrentUserOrgsParams

NewOrgListCurrentUserOrgsParams creates a new OrgListCurrentUserOrgsParams 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 NewOrgListCurrentUserOrgsParamsWithContext

func NewOrgListCurrentUserOrgsParamsWithContext(ctx context.Context) *OrgListCurrentUserOrgsParams

NewOrgListCurrentUserOrgsParamsWithContext creates a new OrgListCurrentUserOrgsParams object with the ability to set a context for a request.

func NewOrgListCurrentUserOrgsParamsWithHTTPClient

func NewOrgListCurrentUserOrgsParamsWithHTTPClient(client *http.Client) *OrgListCurrentUserOrgsParams

NewOrgListCurrentUserOrgsParamsWithHTTPClient creates a new OrgListCurrentUserOrgsParams object with the ability to set a custom HTTPClient for a request.

func NewOrgListCurrentUserOrgsParamsWithTimeout

func NewOrgListCurrentUserOrgsParamsWithTimeout(timeout time.Duration) *OrgListCurrentUserOrgsParams

NewOrgListCurrentUserOrgsParamsWithTimeout creates a new OrgListCurrentUserOrgsParams object with the ability to set a timeout on a request.

func (*OrgListCurrentUserOrgsParams) SetContext

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

SetContext adds the context to the org list current user orgs params

func (*OrgListCurrentUserOrgsParams) SetDefaults

func (o *OrgListCurrentUserOrgsParams) SetDefaults()

SetDefaults hydrates default values in the org list current user orgs params (not the query body).

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

func (*OrgListCurrentUserOrgsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org list current user orgs params

func (*OrgListCurrentUserOrgsParams) SetLimit

func (o *OrgListCurrentUserOrgsParams) SetLimit(limit *int64)

SetLimit adds the limit to the org list current user orgs params

func (*OrgListCurrentUserOrgsParams) SetPage

func (o *OrgListCurrentUserOrgsParams) SetPage(page *int64)

SetPage adds the page to the org list current user orgs params

func (*OrgListCurrentUserOrgsParams) SetTimeout

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

SetTimeout adds the timeout to the org list current user orgs params

func (*OrgListCurrentUserOrgsParams) WithContext

WithContext adds the context to the org list current user orgs params

func (*OrgListCurrentUserOrgsParams) WithDefaults

WithDefaults hydrates default values in the org list current user orgs params (not the query body).

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

func (*OrgListCurrentUserOrgsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the org list current user orgs params

func (*OrgListCurrentUserOrgsParams) WithLimit

WithLimit adds the limit to the org list current user orgs params

func (*OrgListCurrentUserOrgsParams) WithPage

WithPage adds the page to the org list current user orgs params

func (*OrgListCurrentUserOrgsParams) WithTimeout

WithTimeout adds the timeout to the org list current user orgs params

func (*OrgListCurrentUserOrgsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrgListCurrentUserOrgsReader

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

OrgListCurrentUserOrgsReader is a Reader for the OrgListCurrentUserOrgs structure.

func (*OrgListCurrentUserOrgsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgListHooksNotFound

type OrgListHooksNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgListHooksNotFound

func NewOrgListHooksNotFound() *OrgListHooksNotFound

NewOrgListHooksNotFound creates a OrgListHooksNotFound with default headers values

func (*OrgListHooksNotFound) Code

func (o *OrgListHooksNotFound) Code() int

Code gets the status code for the org list hooks not found response

func (*OrgListHooksNotFound) Error

func (o *OrgListHooksNotFound) Error() string

func (*OrgListHooksNotFound) IsClientError

func (o *OrgListHooksNotFound) IsClientError() bool

IsClientError returns true when this org list hooks not found response has a 4xx status code

func (*OrgListHooksNotFound) IsCode

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

IsCode returns true when this org list hooks not found response a status code equal to that given

func (*OrgListHooksNotFound) IsRedirect

func (o *OrgListHooksNotFound) IsRedirect() bool

IsRedirect returns true when this org list hooks not found response has a 3xx status code

func (*OrgListHooksNotFound) IsServerError

func (o *OrgListHooksNotFound) IsServerError() bool

IsServerError returns true when this org list hooks not found response has a 5xx status code

func (*OrgListHooksNotFound) IsSuccess

func (o *OrgListHooksNotFound) IsSuccess() bool

IsSuccess returns true when this org list hooks not found response has a 2xx status code

func (*OrgListHooksNotFound) String

func (o *OrgListHooksNotFound) String() string

type OrgListHooksOK

type OrgListHooksOK struct {
	Payload []*models.Hook
}

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

HookList

func NewOrgListHooksOK

func NewOrgListHooksOK() *OrgListHooksOK

NewOrgListHooksOK creates a OrgListHooksOK with default headers values

func (*OrgListHooksOK) Code

func (o *OrgListHooksOK) Code() int

Code gets the status code for the org list hooks o k response

func (*OrgListHooksOK) Error

func (o *OrgListHooksOK) Error() string

func (*OrgListHooksOK) GetPayload

func (o *OrgListHooksOK) GetPayload() []*models.Hook

func (*OrgListHooksOK) IsClientError

func (o *OrgListHooksOK) IsClientError() bool

IsClientError returns true when this org list hooks o k response has a 4xx status code

func (*OrgListHooksOK) IsCode

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

IsCode returns true when this org list hooks o k response a status code equal to that given

func (*OrgListHooksOK) IsRedirect

func (o *OrgListHooksOK) IsRedirect() bool

IsRedirect returns true when this org list hooks o k response has a 3xx status code

func (*OrgListHooksOK) IsServerError

func (o *OrgListHooksOK) IsServerError() bool

IsServerError returns true when this org list hooks o k response has a 5xx status code

func (*OrgListHooksOK) IsSuccess

func (o *OrgListHooksOK) IsSuccess() bool

IsSuccess returns true when this org list hooks o k response has a 2xx status code

func (*OrgListHooksOK) String

func (o *OrgListHooksOK) String() string

type OrgListHooksParams

type OrgListHooksParams struct {

	/* Limit.

	   page size of results
	*/
	Limit *int64

	/* Org.

	   name of the organization
	*/
	Org string

	/* Page.

	   page number of results to return (1-based)
	*/
	Page *int64

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

OrgListHooksParams contains all the parameters to send to the API endpoint

for the org list hooks operation.

Typically these are written to a http.Request.

func NewOrgListHooksParams

func NewOrgListHooksParams() *OrgListHooksParams

NewOrgListHooksParams creates a new OrgListHooksParams 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 NewOrgListHooksParamsWithContext

func NewOrgListHooksParamsWithContext(ctx context.Context) *OrgListHooksParams

NewOrgListHooksParamsWithContext creates a new OrgListHooksParams object with the ability to set a context for a request.

func NewOrgListHooksParamsWithHTTPClient

func NewOrgListHooksParamsWithHTTPClient(client *http.Client) *OrgListHooksParams

NewOrgListHooksParamsWithHTTPClient creates a new OrgListHooksParams object with the ability to set a custom HTTPClient for a request.

func NewOrgListHooksParamsWithTimeout

func NewOrgListHooksParamsWithTimeout(timeout time.Duration) *OrgListHooksParams

NewOrgListHooksParamsWithTimeout creates a new OrgListHooksParams object with the ability to set a timeout on a request.

func (*OrgListHooksParams) SetContext

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

SetContext adds the context to the org list hooks params

func (*OrgListHooksParams) SetDefaults

func (o *OrgListHooksParams) SetDefaults()

SetDefaults hydrates default values in the org list hooks params (not the query body).

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

func (*OrgListHooksParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org list hooks params

func (*OrgListHooksParams) SetLimit

func (o *OrgListHooksParams) SetLimit(limit *int64)

SetLimit adds the limit to the org list hooks params

func (*OrgListHooksParams) SetOrg

func (o *OrgListHooksParams) SetOrg(org string)

SetOrg adds the org to the org list hooks params

func (*OrgListHooksParams) SetPage

func (o *OrgListHooksParams) SetPage(page *int64)

SetPage adds the page to the org list hooks params

func (*OrgListHooksParams) SetTimeout

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

SetTimeout adds the timeout to the org list hooks params

func (*OrgListHooksParams) WithContext

WithContext adds the context to the org list hooks params

func (*OrgListHooksParams) WithDefaults

func (o *OrgListHooksParams) WithDefaults() *OrgListHooksParams

WithDefaults hydrates default values in the org list hooks params (not the query body).

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

func (*OrgListHooksParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org list hooks params

func (*OrgListHooksParams) WithLimit

func (o *OrgListHooksParams) WithLimit(limit *int64) *OrgListHooksParams

WithLimit adds the limit to the org list hooks params

func (*OrgListHooksParams) WithOrg

func (o *OrgListHooksParams) WithOrg(org string) *OrgListHooksParams

WithOrg adds the org to the org list hooks params

func (*OrgListHooksParams) WithPage

func (o *OrgListHooksParams) WithPage(page *int64) *OrgListHooksParams

WithPage adds the page to the org list hooks params

func (*OrgListHooksParams) WithTimeout

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

WithTimeout adds the timeout to the org list hooks params

func (*OrgListHooksParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgListHooksReader

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

OrgListHooksReader is a Reader for the OrgListHooks structure.

func (*OrgListHooksReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgListLabelsNotFound

type OrgListLabelsNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgListLabelsNotFound

func NewOrgListLabelsNotFound() *OrgListLabelsNotFound

NewOrgListLabelsNotFound creates a OrgListLabelsNotFound with default headers values

func (*OrgListLabelsNotFound) Code

func (o *OrgListLabelsNotFound) Code() int

Code gets the status code for the org list labels not found response

func (*OrgListLabelsNotFound) Error

func (o *OrgListLabelsNotFound) Error() string

func (*OrgListLabelsNotFound) IsClientError

func (o *OrgListLabelsNotFound) IsClientError() bool

IsClientError returns true when this org list labels not found response has a 4xx status code

func (*OrgListLabelsNotFound) IsCode

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

IsCode returns true when this org list labels not found response a status code equal to that given

func (*OrgListLabelsNotFound) IsRedirect

func (o *OrgListLabelsNotFound) IsRedirect() bool

IsRedirect returns true when this org list labels not found response has a 3xx status code

func (*OrgListLabelsNotFound) IsServerError

func (o *OrgListLabelsNotFound) IsServerError() bool

IsServerError returns true when this org list labels not found response has a 5xx status code

func (*OrgListLabelsNotFound) IsSuccess

func (o *OrgListLabelsNotFound) IsSuccess() bool

IsSuccess returns true when this org list labels not found response has a 2xx status code

func (*OrgListLabelsNotFound) String

func (o *OrgListLabelsNotFound) String() string

type OrgListLabelsOK

type OrgListLabelsOK struct {
	Payload []*models.Label
}

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

LabelList

func NewOrgListLabelsOK

func NewOrgListLabelsOK() *OrgListLabelsOK

NewOrgListLabelsOK creates a OrgListLabelsOK with default headers values

func (*OrgListLabelsOK) Code

func (o *OrgListLabelsOK) Code() int

Code gets the status code for the org list labels o k response

func (*OrgListLabelsOK) Error

func (o *OrgListLabelsOK) Error() string

func (*OrgListLabelsOK) GetPayload

func (o *OrgListLabelsOK) GetPayload() []*models.Label

func (*OrgListLabelsOK) IsClientError

func (o *OrgListLabelsOK) IsClientError() bool

IsClientError returns true when this org list labels o k response has a 4xx status code

func (*OrgListLabelsOK) IsCode

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

IsCode returns true when this org list labels o k response a status code equal to that given

func (*OrgListLabelsOK) IsRedirect

func (o *OrgListLabelsOK) IsRedirect() bool

IsRedirect returns true when this org list labels o k response has a 3xx status code

func (*OrgListLabelsOK) IsServerError

func (o *OrgListLabelsOK) IsServerError() bool

IsServerError returns true when this org list labels o k response has a 5xx status code

func (*OrgListLabelsOK) IsSuccess

func (o *OrgListLabelsOK) IsSuccess() bool

IsSuccess returns true when this org list labels o k response has a 2xx status code

func (*OrgListLabelsOK) String

func (o *OrgListLabelsOK) String() string

type OrgListLabelsParams

type OrgListLabelsParams struct {

	/* Limit.

	   page size of results
	*/
	Limit *int64

	/* Org.

	   name of the organization
	*/
	Org string

	/* Page.

	   page number of results to return (1-based)
	*/
	Page *int64

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

OrgListLabelsParams contains all the parameters to send to the API endpoint

for the org list labels operation.

Typically these are written to a http.Request.

func NewOrgListLabelsParams

func NewOrgListLabelsParams() *OrgListLabelsParams

NewOrgListLabelsParams creates a new OrgListLabelsParams 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 NewOrgListLabelsParamsWithContext

func NewOrgListLabelsParamsWithContext(ctx context.Context) *OrgListLabelsParams

NewOrgListLabelsParamsWithContext creates a new OrgListLabelsParams object with the ability to set a context for a request.

func NewOrgListLabelsParamsWithHTTPClient

func NewOrgListLabelsParamsWithHTTPClient(client *http.Client) *OrgListLabelsParams

NewOrgListLabelsParamsWithHTTPClient creates a new OrgListLabelsParams object with the ability to set a custom HTTPClient for a request.

func NewOrgListLabelsParamsWithTimeout

func NewOrgListLabelsParamsWithTimeout(timeout time.Duration) *OrgListLabelsParams

NewOrgListLabelsParamsWithTimeout creates a new OrgListLabelsParams object with the ability to set a timeout on a request.

func (*OrgListLabelsParams) SetContext

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

SetContext adds the context to the org list labels params

func (*OrgListLabelsParams) SetDefaults

func (o *OrgListLabelsParams) SetDefaults()

SetDefaults hydrates default values in the org list labels params (not the query body).

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

func (*OrgListLabelsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org list labels params

func (*OrgListLabelsParams) SetLimit

func (o *OrgListLabelsParams) SetLimit(limit *int64)

SetLimit adds the limit to the org list labels params

func (*OrgListLabelsParams) SetOrg

func (o *OrgListLabelsParams) SetOrg(org string)

SetOrg adds the org to the org list labels params

func (*OrgListLabelsParams) SetPage

func (o *OrgListLabelsParams) SetPage(page *int64)

SetPage adds the page to the org list labels params

func (*OrgListLabelsParams) SetTimeout

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

SetTimeout adds the timeout to the org list labels params

func (*OrgListLabelsParams) WithContext

WithContext adds the context to the org list labels params

func (*OrgListLabelsParams) WithDefaults

func (o *OrgListLabelsParams) WithDefaults() *OrgListLabelsParams

WithDefaults hydrates default values in the org list labels params (not the query body).

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

func (*OrgListLabelsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org list labels params

func (*OrgListLabelsParams) WithLimit

func (o *OrgListLabelsParams) WithLimit(limit *int64) *OrgListLabelsParams

WithLimit adds the limit to the org list labels params

func (*OrgListLabelsParams) WithOrg

WithOrg adds the org to the org list labels params

func (*OrgListLabelsParams) WithPage

func (o *OrgListLabelsParams) WithPage(page *int64) *OrgListLabelsParams

WithPage adds the page to the org list labels params

func (*OrgListLabelsParams) WithTimeout

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

WithTimeout adds the timeout to the org list labels params

func (*OrgListLabelsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgListLabelsReader

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

OrgListLabelsReader is a Reader for the OrgListLabels structure.

func (*OrgListLabelsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgListMembersNotFound

type OrgListMembersNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgListMembersNotFound

func NewOrgListMembersNotFound() *OrgListMembersNotFound

NewOrgListMembersNotFound creates a OrgListMembersNotFound with default headers values

func (*OrgListMembersNotFound) Code

func (o *OrgListMembersNotFound) Code() int

Code gets the status code for the org list members not found response

func (*OrgListMembersNotFound) Error

func (o *OrgListMembersNotFound) Error() string

func (*OrgListMembersNotFound) IsClientError

func (o *OrgListMembersNotFound) IsClientError() bool

IsClientError returns true when this org list members not found response has a 4xx status code

func (*OrgListMembersNotFound) IsCode

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

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

func (*OrgListMembersNotFound) IsRedirect

func (o *OrgListMembersNotFound) IsRedirect() bool

IsRedirect returns true when this org list members not found response has a 3xx status code

func (*OrgListMembersNotFound) IsServerError

func (o *OrgListMembersNotFound) IsServerError() bool

IsServerError returns true when this org list members not found response has a 5xx status code

func (*OrgListMembersNotFound) IsSuccess

func (o *OrgListMembersNotFound) IsSuccess() bool

IsSuccess returns true when this org list members not found response has a 2xx status code

func (*OrgListMembersNotFound) String

func (o *OrgListMembersNotFound) String() string

type OrgListMembersOK

type OrgListMembersOK struct {
	Payload []*models.User
}

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

UserList

func NewOrgListMembersOK

func NewOrgListMembersOK() *OrgListMembersOK

NewOrgListMembersOK creates a OrgListMembersOK with default headers values

func (*OrgListMembersOK) Code

func (o *OrgListMembersOK) Code() int

Code gets the status code for the org list members o k response

func (*OrgListMembersOK) Error

func (o *OrgListMembersOK) Error() string

func (*OrgListMembersOK) GetPayload

func (o *OrgListMembersOK) GetPayload() []*models.User

func (*OrgListMembersOK) IsClientError

func (o *OrgListMembersOK) IsClientError() bool

IsClientError returns true when this org list members o k response has a 4xx status code

func (*OrgListMembersOK) IsCode

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

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

func (*OrgListMembersOK) IsRedirect

func (o *OrgListMembersOK) IsRedirect() bool

IsRedirect returns true when this org list members o k response has a 3xx status code

func (*OrgListMembersOK) IsServerError

func (o *OrgListMembersOK) IsServerError() bool

IsServerError returns true when this org list members o k response has a 5xx status code

func (*OrgListMembersOK) IsSuccess

func (o *OrgListMembersOK) IsSuccess() bool

IsSuccess returns true when this org list members o k response has a 2xx status code

func (*OrgListMembersOK) String

func (o *OrgListMembersOK) String() string

type OrgListMembersParams

type OrgListMembersParams struct {

	/* Limit.

	   page size of results
	*/
	Limit *int64

	/* Org.

	   name of the organization
	*/
	Org string

	/* Page.

	   page number of results to return (1-based)
	*/
	Page *int64

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

OrgListMembersParams contains all the parameters to send to the API endpoint

for the org list members operation.

Typically these are written to a http.Request.

func NewOrgListMembersParams

func NewOrgListMembersParams() *OrgListMembersParams

NewOrgListMembersParams creates a new OrgListMembersParams 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 NewOrgListMembersParamsWithContext

func NewOrgListMembersParamsWithContext(ctx context.Context) *OrgListMembersParams

NewOrgListMembersParamsWithContext creates a new OrgListMembersParams object with the ability to set a context for a request.

func NewOrgListMembersParamsWithHTTPClient

func NewOrgListMembersParamsWithHTTPClient(client *http.Client) *OrgListMembersParams

NewOrgListMembersParamsWithHTTPClient creates a new OrgListMembersParams object with the ability to set a custom HTTPClient for a request.

func NewOrgListMembersParamsWithTimeout

func NewOrgListMembersParamsWithTimeout(timeout time.Duration) *OrgListMembersParams

NewOrgListMembersParamsWithTimeout creates a new OrgListMembersParams object with the ability to set a timeout on a request.

func (*OrgListMembersParams) SetContext

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

SetContext adds the context to the org list members params

func (*OrgListMembersParams) SetDefaults

func (o *OrgListMembersParams) SetDefaults()

SetDefaults hydrates default values in the org list members params (not the query body).

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

func (*OrgListMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org list members params

func (*OrgListMembersParams) SetLimit

func (o *OrgListMembersParams) SetLimit(limit *int64)

SetLimit adds the limit to the org list members params

func (*OrgListMembersParams) SetOrg

func (o *OrgListMembersParams) SetOrg(org string)

SetOrg adds the org to the org list members params

func (*OrgListMembersParams) SetPage

func (o *OrgListMembersParams) SetPage(page *int64)

SetPage adds the page to the org list members params

func (*OrgListMembersParams) SetTimeout

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

SetTimeout adds the timeout to the org list members params

func (*OrgListMembersParams) WithContext

WithContext adds the context to the org list members params

func (*OrgListMembersParams) WithDefaults

func (o *OrgListMembersParams) WithDefaults() *OrgListMembersParams

WithDefaults hydrates default values in the org list members params (not the query body).

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

func (*OrgListMembersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org list members params

func (*OrgListMembersParams) WithLimit

func (o *OrgListMembersParams) WithLimit(limit *int64) *OrgListMembersParams

WithLimit adds the limit to the org list members params

func (*OrgListMembersParams) WithOrg

WithOrg adds the org to the org list members params

func (*OrgListMembersParams) WithPage

func (o *OrgListMembersParams) WithPage(page *int64) *OrgListMembersParams

WithPage adds the page to the org list members params

func (*OrgListMembersParams) WithTimeout

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

WithTimeout adds the timeout to the org list members params

func (*OrgListMembersParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgListMembersReader

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

OrgListMembersReader is a Reader for the OrgListMembers structure.

func (*OrgListMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgListPublicMembersNotFound

type OrgListPublicMembersNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgListPublicMembersNotFound

func NewOrgListPublicMembersNotFound() *OrgListPublicMembersNotFound

NewOrgListPublicMembersNotFound creates a OrgListPublicMembersNotFound with default headers values

func (*OrgListPublicMembersNotFound) Code

Code gets the status code for the org list public members not found response

func (*OrgListPublicMembersNotFound) Error

func (*OrgListPublicMembersNotFound) IsClientError

func (o *OrgListPublicMembersNotFound) IsClientError() bool

IsClientError returns true when this org list public members not found response has a 4xx status code

func (*OrgListPublicMembersNotFound) IsCode

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

IsCode returns true when this org list public members not found response a status code equal to that given

func (*OrgListPublicMembersNotFound) IsRedirect

func (o *OrgListPublicMembersNotFound) IsRedirect() bool

IsRedirect returns true when this org list public members not found response has a 3xx status code

func (*OrgListPublicMembersNotFound) IsServerError

func (o *OrgListPublicMembersNotFound) IsServerError() bool

IsServerError returns true when this org list public members not found response has a 5xx status code

func (*OrgListPublicMembersNotFound) IsSuccess

func (o *OrgListPublicMembersNotFound) IsSuccess() bool

IsSuccess returns true when this org list public members not found response has a 2xx status code

func (*OrgListPublicMembersNotFound) String

type OrgListPublicMembersOK

type OrgListPublicMembersOK struct {
	Payload []*models.User
}

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

UserList

func NewOrgListPublicMembersOK

func NewOrgListPublicMembersOK() *OrgListPublicMembersOK

NewOrgListPublicMembersOK creates a OrgListPublicMembersOK with default headers values

func (*OrgListPublicMembersOK) Code

func (o *OrgListPublicMembersOK) Code() int

Code gets the status code for the org list public members o k response

func (*OrgListPublicMembersOK) Error

func (o *OrgListPublicMembersOK) Error() string

func (*OrgListPublicMembersOK) GetPayload

func (o *OrgListPublicMembersOK) GetPayload() []*models.User

func (*OrgListPublicMembersOK) IsClientError

func (o *OrgListPublicMembersOK) IsClientError() bool

IsClientError returns true when this org list public members o k response has a 4xx status code

func (*OrgListPublicMembersOK) IsCode

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

IsCode returns true when this org list public members o k response a status code equal to that given

func (*OrgListPublicMembersOK) IsRedirect

func (o *OrgListPublicMembersOK) IsRedirect() bool

IsRedirect returns true when this org list public members o k response has a 3xx status code

func (*OrgListPublicMembersOK) IsServerError

func (o *OrgListPublicMembersOK) IsServerError() bool

IsServerError returns true when this org list public members o k response has a 5xx status code

func (*OrgListPublicMembersOK) IsSuccess

func (o *OrgListPublicMembersOK) IsSuccess() bool

IsSuccess returns true when this org list public members o k response has a 2xx status code

func (*OrgListPublicMembersOK) String

func (o *OrgListPublicMembersOK) String() string

type OrgListPublicMembersParams

type OrgListPublicMembersParams struct {

	/* Limit.

	   page size of results
	*/
	Limit *int64

	/* Org.

	   name of the organization
	*/
	Org string

	/* Page.

	   page number of results to return (1-based)
	*/
	Page *int64

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

OrgListPublicMembersParams contains all the parameters to send to the API endpoint

for the org list public members operation.

Typically these are written to a http.Request.

func NewOrgListPublicMembersParams

func NewOrgListPublicMembersParams() *OrgListPublicMembersParams

NewOrgListPublicMembersParams creates a new OrgListPublicMembersParams 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 NewOrgListPublicMembersParamsWithContext

func NewOrgListPublicMembersParamsWithContext(ctx context.Context) *OrgListPublicMembersParams

NewOrgListPublicMembersParamsWithContext creates a new OrgListPublicMembersParams object with the ability to set a context for a request.

func NewOrgListPublicMembersParamsWithHTTPClient

func NewOrgListPublicMembersParamsWithHTTPClient(client *http.Client) *OrgListPublicMembersParams

NewOrgListPublicMembersParamsWithHTTPClient creates a new OrgListPublicMembersParams object with the ability to set a custom HTTPClient for a request.

func NewOrgListPublicMembersParamsWithTimeout

func NewOrgListPublicMembersParamsWithTimeout(timeout time.Duration) *OrgListPublicMembersParams

NewOrgListPublicMembersParamsWithTimeout creates a new OrgListPublicMembersParams object with the ability to set a timeout on a request.

func (*OrgListPublicMembersParams) SetContext

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

SetContext adds the context to the org list public members params

func (*OrgListPublicMembersParams) SetDefaults

func (o *OrgListPublicMembersParams) SetDefaults()

SetDefaults hydrates default values in the org list public members params (not the query body).

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

func (*OrgListPublicMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org list public members params

func (*OrgListPublicMembersParams) SetLimit

func (o *OrgListPublicMembersParams) SetLimit(limit *int64)

SetLimit adds the limit to the org list public members params

func (*OrgListPublicMembersParams) SetOrg

func (o *OrgListPublicMembersParams) SetOrg(org string)

SetOrg adds the org to the org list public members params

func (*OrgListPublicMembersParams) SetPage

func (o *OrgListPublicMembersParams) SetPage(page *int64)

SetPage adds the page to the org list public members params

func (*OrgListPublicMembersParams) SetTimeout

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

SetTimeout adds the timeout to the org list public members params

func (*OrgListPublicMembersParams) WithContext

WithContext adds the context to the org list public members params

func (*OrgListPublicMembersParams) WithDefaults

WithDefaults hydrates default values in the org list public members params (not the query body).

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

func (*OrgListPublicMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the org list public members params

func (*OrgListPublicMembersParams) WithLimit

WithLimit adds the limit to the org list public members params

func (*OrgListPublicMembersParams) WithOrg

WithOrg adds the org to the org list public members params

func (*OrgListPublicMembersParams) WithPage

WithPage adds the page to the org list public members params

func (*OrgListPublicMembersParams) WithTimeout

WithTimeout adds the timeout to the org list public members params

func (*OrgListPublicMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrgListPublicMembersReader

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

OrgListPublicMembersReader is a Reader for the OrgListPublicMembers structure.

func (*OrgListPublicMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgListReposNotFound

type OrgListReposNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgListReposNotFound

func NewOrgListReposNotFound() *OrgListReposNotFound

NewOrgListReposNotFound creates a OrgListReposNotFound with default headers values

func (*OrgListReposNotFound) Code

func (o *OrgListReposNotFound) Code() int

Code gets the status code for the org list repos not found response

func (*OrgListReposNotFound) Error

func (o *OrgListReposNotFound) Error() string

func (*OrgListReposNotFound) IsClientError

func (o *OrgListReposNotFound) IsClientError() bool

IsClientError returns true when this org list repos not found response has a 4xx status code

func (*OrgListReposNotFound) IsCode

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

IsCode returns true when this org list repos not found response a status code equal to that given

func (*OrgListReposNotFound) IsRedirect

func (o *OrgListReposNotFound) IsRedirect() bool

IsRedirect returns true when this org list repos not found response has a 3xx status code

func (*OrgListReposNotFound) IsServerError

func (o *OrgListReposNotFound) IsServerError() bool

IsServerError returns true when this org list repos not found response has a 5xx status code

func (*OrgListReposNotFound) IsSuccess

func (o *OrgListReposNotFound) IsSuccess() bool

IsSuccess returns true when this org list repos not found response has a 2xx status code

func (*OrgListReposNotFound) String

func (o *OrgListReposNotFound) String() string

type OrgListReposOK

type OrgListReposOK struct {
	Payload []*models.Repository
}

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

RepositoryList

func NewOrgListReposOK

func NewOrgListReposOK() *OrgListReposOK

NewOrgListReposOK creates a OrgListReposOK with default headers values

func (*OrgListReposOK) Code

func (o *OrgListReposOK) Code() int

Code gets the status code for the org list repos o k response

func (*OrgListReposOK) Error

func (o *OrgListReposOK) Error() string

func (*OrgListReposOK) GetPayload

func (o *OrgListReposOK) GetPayload() []*models.Repository

func (*OrgListReposOK) IsClientError

func (o *OrgListReposOK) IsClientError() bool

IsClientError returns true when this org list repos o k response has a 4xx status code

func (*OrgListReposOK) IsCode

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

IsCode returns true when this org list repos o k response a status code equal to that given

func (*OrgListReposOK) IsRedirect

func (o *OrgListReposOK) IsRedirect() bool

IsRedirect returns true when this org list repos o k response has a 3xx status code

func (*OrgListReposOK) IsServerError

func (o *OrgListReposOK) IsServerError() bool

IsServerError returns true when this org list repos o k response has a 5xx status code

func (*OrgListReposOK) IsSuccess

func (o *OrgListReposOK) IsSuccess() bool

IsSuccess returns true when this org list repos o k response has a 2xx status code

func (*OrgListReposOK) String

func (o *OrgListReposOK) String() string

type OrgListReposParams

type OrgListReposParams struct {

	/* Limit.

	   page size of results
	*/
	Limit *int64

	/* Org.

	   name of the organization
	*/
	Org string

	/* Page.

	   page number of results to return (1-based)
	*/
	Page *int64

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

OrgListReposParams contains all the parameters to send to the API endpoint

for the org list repos operation.

Typically these are written to a http.Request.

func NewOrgListReposParams

func NewOrgListReposParams() *OrgListReposParams

NewOrgListReposParams creates a new OrgListReposParams 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 NewOrgListReposParamsWithContext

func NewOrgListReposParamsWithContext(ctx context.Context) *OrgListReposParams

NewOrgListReposParamsWithContext creates a new OrgListReposParams object with the ability to set a context for a request.

func NewOrgListReposParamsWithHTTPClient

func NewOrgListReposParamsWithHTTPClient(client *http.Client) *OrgListReposParams

NewOrgListReposParamsWithHTTPClient creates a new OrgListReposParams object with the ability to set a custom HTTPClient for a request.

func NewOrgListReposParamsWithTimeout

func NewOrgListReposParamsWithTimeout(timeout time.Duration) *OrgListReposParams

NewOrgListReposParamsWithTimeout creates a new OrgListReposParams object with the ability to set a timeout on a request.

func (*OrgListReposParams) SetContext

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

SetContext adds the context to the org list repos params

func (*OrgListReposParams) SetDefaults

func (o *OrgListReposParams) SetDefaults()

SetDefaults hydrates default values in the org list repos params (not the query body).

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

func (*OrgListReposParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org list repos params

func (*OrgListReposParams) SetLimit

func (o *OrgListReposParams) SetLimit(limit *int64)

SetLimit adds the limit to the org list repos params

func (*OrgListReposParams) SetOrg

func (o *OrgListReposParams) SetOrg(org string)

SetOrg adds the org to the org list repos params

func (*OrgListReposParams) SetPage

func (o *OrgListReposParams) SetPage(page *int64)

SetPage adds the page to the org list repos params

func (*OrgListReposParams) SetTimeout

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

SetTimeout adds the timeout to the org list repos params

func (*OrgListReposParams) WithContext

WithContext adds the context to the org list repos params

func (*OrgListReposParams) WithDefaults

func (o *OrgListReposParams) WithDefaults() *OrgListReposParams

WithDefaults hydrates default values in the org list repos params (not the query body).

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

func (*OrgListReposParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org list repos params

func (*OrgListReposParams) WithLimit

func (o *OrgListReposParams) WithLimit(limit *int64) *OrgListReposParams

WithLimit adds the limit to the org list repos params

func (*OrgListReposParams) WithOrg

func (o *OrgListReposParams) WithOrg(org string) *OrgListReposParams

WithOrg adds the org to the org list repos params

func (*OrgListReposParams) WithPage

func (o *OrgListReposParams) WithPage(page *int64) *OrgListReposParams

WithPage adds the page to the org list repos params

func (*OrgListReposParams) WithTimeout

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

WithTimeout adds the timeout to the org list repos params

func (*OrgListReposParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgListReposReader

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

OrgListReposReader is a Reader for the OrgListRepos structure.

func (*OrgListReposReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgListTeamActivityFeedsNotFound

type OrgListTeamActivityFeedsNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgListTeamActivityFeedsNotFound

func NewOrgListTeamActivityFeedsNotFound() *OrgListTeamActivityFeedsNotFound

NewOrgListTeamActivityFeedsNotFound creates a OrgListTeamActivityFeedsNotFound with default headers values

func (*OrgListTeamActivityFeedsNotFound) Code

Code gets the status code for the org list team activity feeds not found response

func (*OrgListTeamActivityFeedsNotFound) Error

func (*OrgListTeamActivityFeedsNotFound) IsClientError

func (o *OrgListTeamActivityFeedsNotFound) IsClientError() bool

IsClientError returns true when this org list team activity feeds not found response has a 4xx status code

func (*OrgListTeamActivityFeedsNotFound) IsCode

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

IsCode returns true when this org list team activity feeds not found response a status code equal to that given

func (*OrgListTeamActivityFeedsNotFound) IsRedirect

func (o *OrgListTeamActivityFeedsNotFound) IsRedirect() bool

IsRedirect returns true when this org list team activity feeds not found response has a 3xx status code

func (*OrgListTeamActivityFeedsNotFound) IsServerError

func (o *OrgListTeamActivityFeedsNotFound) IsServerError() bool

IsServerError returns true when this org list team activity feeds not found response has a 5xx status code

func (*OrgListTeamActivityFeedsNotFound) IsSuccess

func (o *OrgListTeamActivityFeedsNotFound) IsSuccess() bool

IsSuccess returns true when this org list team activity feeds not found response has a 2xx status code

func (*OrgListTeamActivityFeedsNotFound) String

type OrgListTeamActivityFeedsOK

type OrgListTeamActivityFeedsOK struct {
	Payload []*models.Activity
}

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

ActivityFeedsList

func NewOrgListTeamActivityFeedsOK

func NewOrgListTeamActivityFeedsOK() *OrgListTeamActivityFeedsOK

NewOrgListTeamActivityFeedsOK creates a OrgListTeamActivityFeedsOK with default headers values

func (*OrgListTeamActivityFeedsOK) Code

func (o *OrgListTeamActivityFeedsOK) Code() int

Code gets the status code for the org list team activity feeds o k response

func (*OrgListTeamActivityFeedsOK) Error

func (*OrgListTeamActivityFeedsOK) GetPayload

func (o *OrgListTeamActivityFeedsOK) GetPayload() []*models.Activity

func (*OrgListTeamActivityFeedsOK) IsClientError

func (o *OrgListTeamActivityFeedsOK) IsClientError() bool

IsClientError returns true when this org list team activity feeds o k response has a 4xx status code

func (*OrgListTeamActivityFeedsOK) IsCode

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

IsCode returns true when this org list team activity feeds o k response a status code equal to that given

func (*OrgListTeamActivityFeedsOK) IsRedirect

func (o *OrgListTeamActivityFeedsOK) IsRedirect() bool

IsRedirect returns true when this org list team activity feeds o k response has a 3xx status code

func (*OrgListTeamActivityFeedsOK) IsServerError

func (o *OrgListTeamActivityFeedsOK) IsServerError() bool

IsServerError returns true when this org list team activity feeds o k response has a 5xx status code

func (*OrgListTeamActivityFeedsOK) IsSuccess

func (o *OrgListTeamActivityFeedsOK) IsSuccess() bool

IsSuccess returns true when this org list team activity feeds o k response has a 2xx status code

func (*OrgListTeamActivityFeedsOK) String

func (o *OrgListTeamActivityFeedsOK) String() string

type OrgListTeamActivityFeedsParams

type OrgListTeamActivityFeedsParams struct {

	/* Date.

	   the date of the activities to be found

	   Format: date
	*/
	Date *strfmt.Date

	/* ID.

	   id of the team

	   Format: int64
	*/
	ID int64

	/* Limit.

	   page size of results
	*/
	Limit *int64

	/* Page.

	   page number of results to return (1-based)
	*/
	Page *int64

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

OrgListTeamActivityFeedsParams contains all the parameters to send to the API endpoint

for the org list team activity feeds operation.

Typically these are written to a http.Request.

func NewOrgListTeamActivityFeedsParams

func NewOrgListTeamActivityFeedsParams() *OrgListTeamActivityFeedsParams

NewOrgListTeamActivityFeedsParams creates a new OrgListTeamActivityFeedsParams 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 NewOrgListTeamActivityFeedsParamsWithContext

func NewOrgListTeamActivityFeedsParamsWithContext(ctx context.Context) *OrgListTeamActivityFeedsParams

NewOrgListTeamActivityFeedsParamsWithContext creates a new OrgListTeamActivityFeedsParams object with the ability to set a context for a request.

func NewOrgListTeamActivityFeedsParamsWithHTTPClient

func NewOrgListTeamActivityFeedsParamsWithHTTPClient(client *http.Client) *OrgListTeamActivityFeedsParams

NewOrgListTeamActivityFeedsParamsWithHTTPClient creates a new OrgListTeamActivityFeedsParams object with the ability to set a custom HTTPClient for a request.

func NewOrgListTeamActivityFeedsParamsWithTimeout

func NewOrgListTeamActivityFeedsParamsWithTimeout(timeout time.Duration) *OrgListTeamActivityFeedsParams

NewOrgListTeamActivityFeedsParamsWithTimeout creates a new OrgListTeamActivityFeedsParams object with the ability to set a timeout on a request.

func (*OrgListTeamActivityFeedsParams) SetContext

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

SetContext adds the context to the org list team activity feeds params

func (*OrgListTeamActivityFeedsParams) SetDate

func (o *OrgListTeamActivityFeedsParams) SetDate(date *strfmt.Date)

SetDate adds the date to the org list team activity feeds params

func (*OrgListTeamActivityFeedsParams) SetDefaults

func (o *OrgListTeamActivityFeedsParams) SetDefaults()

SetDefaults hydrates default values in the org list team activity feeds params (not the query body).

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

func (*OrgListTeamActivityFeedsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org list team activity feeds params

func (*OrgListTeamActivityFeedsParams) SetID

SetID adds the id to the org list team activity feeds params

func (*OrgListTeamActivityFeedsParams) SetLimit

func (o *OrgListTeamActivityFeedsParams) SetLimit(limit *int64)

SetLimit adds the limit to the org list team activity feeds params

func (*OrgListTeamActivityFeedsParams) SetPage

func (o *OrgListTeamActivityFeedsParams) SetPage(page *int64)

SetPage adds the page to the org list team activity feeds params

func (*OrgListTeamActivityFeedsParams) SetTimeout

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

SetTimeout adds the timeout to the org list team activity feeds params

func (*OrgListTeamActivityFeedsParams) WithContext

WithContext adds the context to the org list team activity feeds params

func (*OrgListTeamActivityFeedsParams) WithDate

WithDate adds the date to the org list team activity feeds params

func (*OrgListTeamActivityFeedsParams) WithDefaults

WithDefaults hydrates default values in the org list team activity feeds params (not the query body).

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

func (*OrgListTeamActivityFeedsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the org list team activity feeds params

func (*OrgListTeamActivityFeedsParams) WithID

WithID adds the id to the org list team activity feeds params

func (*OrgListTeamActivityFeedsParams) WithLimit

WithLimit adds the limit to the org list team activity feeds params

func (*OrgListTeamActivityFeedsParams) WithPage

WithPage adds the page to the org list team activity feeds params

func (*OrgListTeamActivityFeedsParams) WithTimeout

WithTimeout adds the timeout to the org list team activity feeds params

func (*OrgListTeamActivityFeedsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrgListTeamActivityFeedsReader

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

OrgListTeamActivityFeedsReader is a Reader for the OrgListTeamActivityFeeds structure.

func (*OrgListTeamActivityFeedsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgListTeamMemberNotFound

type OrgListTeamMemberNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgListTeamMemberNotFound

func NewOrgListTeamMemberNotFound() *OrgListTeamMemberNotFound

NewOrgListTeamMemberNotFound creates a OrgListTeamMemberNotFound with default headers values

func (*OrgListTeamMemberNotFound) Code

func (o *OrgListTeamMemberNotFound) Code() int

Code gets the status code for the org list team member not found response

func (*OrgListTeamMemberNotFound) Error

func (o *OrgListTeamMemberNotFound) Error() string

func (*OrgListTeamMemberNotFound) IsClientError

func (o *OrgListTeamMemberNotFound) IsClientError() bool

IsClientError returns true when this org list team member not found response has a 4xx status code

func (*OrgListTeamMemberNotFound) IsCode

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

IsCode returns true when this org list team member not found response a status code equal to that given

func (*OrgListTeamMemberNotFound) IsRedirect

func (o *OrgListTeamMemberNotFound) IsRedirect() bool

IsRedirect returns true when this org list team member not found response has a 3xx status code

func (*OrgListTeamMemberNotFound) IsServerError

func (o *OrgListTeamMemberNotFound) IsServerError() bool

IsServerError returns true when this org list team member not found response has a 5xx status code

func (*OrgListTeamMemberNotFound) IsSuccess

func (o *OrgListTeamMemberNotFound) IsSuccess() bool

IsSuccess returns true when this org list team member not found response has a 2xx status code

func (*OrgListTeamMemberNotFound) String

func (o *OrgListTeamMemberNotFound) String() string

type OrgListTeamMemberOK

type OrgListTeamMemberOK struct {
	Payload *models.User
}

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

User

func NewOrgListTeamMemberOK

func NewOrgListTeamMemberOK() *OrgListTeamMemberOK

NewOrgListTeamMemberOK creates a OrgListTeamMemberOK with default headers values

func (*OrgListTeamMemberOK) Code

func (o *OrgListTeamMemberOK) Code() int

Code gets the status code for the org list team member o k response

func (*OrgListTeamMemberOK) Error

func (o *OrgListTeamMemberOK) Error() string

func (*OrgListTeamMemberOK) GetPayload

func (o *OrgListTeamMemberOK) GetPayload() *models.User

func (*OrgListTeamMemberOK) IsClientError

func (o *OrgListTeamMemberOK) IsClientError() bool

IsClientError returns true when this org list team member o k response has a 4xx status code

func (*OrgListTeamMemberOK) IsCode

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

IsCode returns true when this org list team member o k response a status code equal to that given

func (*OrgListTeamMemberOK) IsRedirect

func (o *OrgListTeamMemberOK) IsRedirect() bool

IsRedirect returns true when this org list team member o k response has a 3xx status code

func (*OrgListTeamMemberOK) IsServerError

func (o *OrgListTeamMemberOK) IsServerError() bool

IsServerError returns true when this org list team member o k response has a 5xx status code

func (*OrgListTeamMemberOK) IsSuccess

func (o *OrgListTeamMemberOK) IsSuccess() bool

IsSuccess returns true when this org list team member o k response has a 2xx status code

func (*OrgListTeamMemberOK) String

func (o *OrgListTeamMemberOK) String() string

type OrgListTeamMemberParams

type OrgListTeamMemberParams struct {

	/* ID.

	   id of the team

	   Format: int64
	*/
	ID int64

	/* Username.

	   username of the member to list
	*/
	Username string

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

OrgListTeamMemberParams contains all the parameters to send to the API endpoint

for the org list team member operation.

Typically these are written to a http.Request.

func NewOrgListTeamMemberParams

func NewOrgListTeamMemberParams() *OrgListTeamMemberParams

NewOrgListTeamMemberParams creates a new OrgListTeamMemberParams 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 NewOrgListTeamMemberParamsWithContext

func NewOrgListTeamMemberParamsWithContext(ctx context.Context) *OrgListTeamMemberParams

NewOrgListTeamMemberParamsWithContext creates a new OrgListTeamMemberParams object with the ability to set a context for a request.

func NewOrgListTeamMemberParamsWithHTTPClient

func NewOrgListTeamMemberParamsWithHTTPClient(client *http.Client) *OrgListTeamMemberParams

NewOrgListTeamMemberParamsWithHTTPClient creates a new OrgListTeamMemberParams object with the ability to set a custom HTTPClient for a request.

func NewOrgListTeamMemberParamsWithTimeout

func NewOrgListTeamMemberParamsWithTimeout(timeout time.Duration) *OrgListTeamMemberParams

NewOrgListTeamMemberParamsWithTimeout creates a new OrgListTeamMemberParams object with the ability to set a timeout on a request.

func (*OrgListTeamMemberParams) SetContext

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

SetContext adds the context to the org list team member params

func (*OrgListTeamMemberParams) SetDefaults

func (o *OrgListTeamMemberParams) SetDefaults()

SetDefaults hydrates default values in the org list team member params (not the query body).

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

func (*OrgListTeamMemberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org list team member params

func (*OrgListTeamMemberParams) SetID

func (o *OrgListTeamMemberParams) SetID(id int64)

SetID adds the id to the org list team member params

func (*OrgListTeamMemberParams) SetTimeout

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

SetTimeout adds the timeout to the org list team member params

func (*OrgListTeamMemberParams) SetUsername

func (o *OrgListTeamMemberParams) SetUsername(username string)

SetUsername adds the username to the org list team member params

func (*OrgListTeamMemberParams) WithContext

WithContext adds the context to the org list team member params

func (*OrgListTeamMemberParams) WithDefaults

WithDefaults hydrates default values in the org list team member params (not the query body).

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

func (*OrgListTeamMemberParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org list team member params

func (*OrgListTeamMemberParams) WithID

WithID adds the id to the org list team member params

func (*OrgListTeamMemberParams) WithTimeout

WithTimeout adds the timeout to the org list team member params

func (*OrgListTeamMemberParams) WithUsername

func (o *OrgListTeamMemberParams) WithUsername(username string) *OrgListTeamMemberParams

WithUsername adds the username to the org list team member params

func (*OrgListTeamMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrgListTeamMemberReader

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

OrgListTeamMemberReader is a Reader for the OrgListTeamMember structure.

func (*OrgListTeamMemberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgListTeamMembersNotFound

type OrgListTeamMembersNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgListTeamMembersNotFound

func NewOrgListTeamMembersNotFound() *OrgListTeamMembersNotFound

NewOrgListTeamMembersNotFound creates a OrgListTeamMembersNotFound with default headers values

func (*OrgListTeamMembersNotFound) Code

func (o *OrgListTeamMembersNotFound) Code() int

Code gets the status code for the org list team members not found response

func (*OrgListTeamMembersNotFound) Error

func (*OrgListTeamMembersNotFound) IsClientError

func (o *OrgListTeamMembersNotFound) IsClientError() bool

IsClientError returns true when this org list team members not found response has a 4xx status code

func (*OrgListTeamMembersNotFound) IsCode

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

IsCode returns true when this org list team members not found response a status code equal to that given

func (*OrgListTeamMembersNotFound) IsRedirect

func (o *OrgListTeamMembersNotFound) IsRedirect() bool

IsRedirect returns true when this org list team members not found response has a 3xx status code

func (*OrgListTeamMembersNotFound) IsServerError

func (o *OrgListTeamMembersNotFound) IsServerError() bool

IsServerError returns true when this org list team members not found response has a 5xx status code

func (*OrgListTeamMembersNotFound) IsSuccess

func (o *OrgListTeamMembersNotFound) IsSuccess() bool

IsSuccess returns true when this org list team members not found response has a 2xx status code

func (*OrgListTeamMembersNotFound) String

func (o *OrgListTeamMembersNotFound) String() string

type OrgListTeamMembersOK

type OrgListTeamMembersOK struct {
	Payload []*models.User
}

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

UserList

func NewOrgListTeamMembersOK

func NewOrgListTeamMembersOK() *OrgListTeamMembersOK

NewOrgListTeamMembersOK creates a OrgListTeamMembersOK with default headers values

func (*OrgListTeamMembersOK) Code

func (o *OrgListTeamMembersOK) Code() int

Code gets the status code for the org list team members o k response

func (*OrgListTeamMembersOK) Error

func (o *OrgListTeamMembersOK) Error() string

func (*OrgListTeamMembersOK) GetPayload

func (o *OrgListTeamMembersOK) GetPayload() []*models.User

func (*OrgListTeamMembersOK) IsClientError

func (o *OrgListTeamMembersOK) IsClientError() bool

IsClientError returns true when this org list team members o k response has a 4xx status code

func (*OrgListTeamMembersOK) IsCode

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

IsCode returns true when this org list team members o k response a status code equal to that given

func (*OrgListTeamMembersOK) IsRedirect

func (o *OrgListTeamMembersOK) IsRedirect() bool

IsRedirect returns true when this org list team members o k response has a 3xx status code

func (*OrgListTeamMembersOK) IsServerError

func (o *OrgListTeamMembersOK) IsServerError() bool

IsServerError returns true when this org list team members o k response has a 5xx status code

func (*OrgListTeamMembersOK) IsSuccess

func (o *OrgListTeamMembersOK) IsSuccess() bool

IsSuccess returns true when this org list team members o k response has a 2xx status code

func (*OrgListTeamMembersOK) String

func (o *OrgListTeamMembersOK) String() string

type OrgListTeamMembersParams

type OrgListTeamMembersParams struct {

	/* ID.

	   id of the team

	   Format: int64
	*/
	ID int64

	/* Limit.

	   page size of results
	*/
	Limit *int64

	/* Page.

	   page number of results to return (1-based)
	*/
	Page *int64

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

OrgListTeamMembersParams contains all the parameters to send to the API endpoint

for the org list team members operation.

Typically these are written to a http.Request.

func NewOrgListTeamMembersParams

func NewOrgListTeamMembersParams() *OrgListTeamMembersParams

NewOrgListTeamMembersParams creates a new OrgListTeamMembersParams 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 NewOrgListTeamMembersParamsWithContext

func NewOrgListTeamMembersParamsWithContext(ctx context.Context) *OrgListTeamMembersParams

NewOrgListTeamMembersParamsWithContext creates a new OrgListTeamMembersParams object with the ability to set a context for a request.

func NewOrgListTeamMembersParamsWithHTTPClient

func NewOrgListTeamMembersParamsWithHTTPClient(client *http.Client) *OrgListTeamMembersParams

NewOrgListTeamMembersParamsWithHTTPClient creates a new OrgListTeamMembersParams object with the ability to set a custom HTTPClient for a request.

func NewOrgListTeamMembersParamsWithTimeout

func NewOrgListTeamMembersParamsWithTimeout(timeout time.Duration) *OrgListTeamMembersParams

NewOrgListTeamMembersParamsWithTimeout creates a new OrgListTeamMembersParams object with the ability to set a timeout on a request.

func (*OrgListTeamMembersParams) SetContext

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

SetContext adds the context to the org list team members params

func (*OrgListTeamMembersParams) SetDefaults

func (o *OrgListTeamMembersParams) SetDefaults()

SetDefaults hydrates default values in the org list team members params (not the query body).

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

func (*OrgListTeamMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org list team members params

func (*OrgListTeamMembersParams) SetID

func (o *OrgListTeamMembersParams) SetID(id int64)

SetID adds the id to the org list team members params

func (*OrgListTeamMembersParams) SetLimit

func (o *OrgListTeamMembersParams) SetLimit(limit *int64)

SetLimit adds the limit to the org list team members params

func (*OrgListTeamMembersParams) SetPage

func (o *OrgListTeamMembersParams) SetPage(page *int64)

SetPage adds the page to the org list team members params

func (*OrgListTeamMembersParams) SetTimeout

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

SetTimeout adds the timeout to the org list team members params

func (*OrgListTeamMembersParams) WithContext

WithContext adds the context to the org list team members params

func (*OrgListTeamMembersParams) WithDefaults

WithDefaults hydrates default values in the org list team members params (not the query body).

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

func (*OrgListTeamMembersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org list team members params

func (*OrgListTeamMembersParams) WithID

WithID adds the id to the org list team members params

func (*OrgListTeamMembersParams) WithLimit

WithLimit adds the limit to the org list team members params

func (*OrgListTeamMembersParams) WithPage

WithPage adds the page to the org list team members params

func (*OrgListTeamMembersParams) WithTimeout

WithTimeout adds the timeout to the org list team members params

func (*OrgListTeamMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrgListTeamMembersReader

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

OrgListTeamMembersReader is a Reader for the OrgListTeamMembers structure.

func (*OrgListTeamMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgListTeamRepoNotFound

type OrgListTeamRepoNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgListTeamRepoNotFound

func NewOrgListTeamRepoNotFound() *OrgListTeamRepoNotFound

NewOrgListTeamRepoNotFound creates a OrgListTeamRepoNotFound with default headers values

func (*OrgListTeamRepoNotFound) Code

func (o *OrgListTeamRepoNotFound) Code() int

Code gets the status code for the org list team repo not found response

func (*OrgListTeamRepoNotFound) Error

func (o *OrgListTeamRepoNotFound) Error() string

func (*OrgListTeamRepoNotFound) IsClientError

func (o *OrgListTeamRepoNotFound) IsClientError() bool

IsClientError returns true when this org list team repo not found response has a 4xx status code

func (*OrgListTeamRepoNotFound) IsCode

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

IsCode returns true when this org list team repo not found response a status code equal to that given

func (*OrgListTeamRepoNotFound) IsRedirect

func (o *OrgListTeamRepoNotFound) IsRedirect() bool

IsRedirect returns true when this org list team repo not found response has a 3xx status code

func (*OrgListTeamRepoNotFound) IsServerError

func (o *OrgListTeamRepoNotFound) IsServerError() bool

IsServerError returns true when this org list team repo not found response has a 5xx status code

func (*OrgListTeamRepoNotFound) IsSuccess

func (o *OrgListTeamRepoNotFound) IsSuccess() bool

IsSuccess returns true when this org list team repo not found response has a 2xx status code

func (*OrgListTeamRepoNotFound) String

func (o *OrgListTeamRepoNotFound) String() string

type OrgListTeamRepoOK

type OrgListTeamRepoOK struct {
	Payload *models.Repository
}

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

Repository

func NewOrgListTeamRepoOK

func NewOrgListTeamRepoOK() *OrgListTeamRepoOK

NewOrgListTeamRepoOK creates a OrgListTeamRepoOK with default headers values

func (*OrgListTeamRepoOK) Code

func (o *OrgListTeamRepoOK) Code() int

Code gets the status code for the org list team repo o k response

func (*OrgListTeamRepoOK) Error

func (o *OrgListTeamRepoOK) Error() string

func (*OrgListTeamRepoOK) GetPayload

func (o *OrgListTeamRepoOK) GetPayload() *models.Repository

func (*OrgListTeamRepoOK) IsClientError

func (o *OrgListTeamRepoOK) IsClientError() bool

IsClientError returns true when this org list team repo o k response has a 4xx status code

func (*OrgListTeamRepoOK) IsCode

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

IsCode returns true when this org list team repo o k response a status code equal to that given

func (*OrgListTeamRepoOK) IsRedirect

func (o *OrgListTeamRepoOK) IsRedirect() bool

IsRedirect returns true when this org list team repo o k response has a 3xx status code

func (*OrgListTeamRepoOK) IsServerError

func (o *OrgListTeamRepoOK) IsServerError() bool

IsServerError returns true when this org list team repo o k response has a 5xx status code

func (*OrgListTeamRepoOK) IsSuccess

func (o *OrgListTeamRepoOK) IsSuccess() bool

IsSuccess returns true when this org list team repo o k response has a 2xx status code

func (*OrgListTeamRepoOK) String

func (o *OrgListTeamRepoOK) String() string

type OrgListTeamRepoParams

type OrgListTeamRepoParams struct {

	/* ID.

	   id of the team

	   Format: int64
	*/
	ID int64

	/* Org.

	   organization that owns the repo to list
	*/
	Org string

	/* Repo.

	   name of the repo to list
	*/
	Repo string

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

OrgListTeamRepoParams contains all the parameters to send to the API endpoint

for the org list team repo operation.

Typically these are written to a http.Request.

func NewOrgListTeamRepoParams

func NewOrgListTeamRepoParams() *OrgListTeamRepoParams

NewOrgListTeamRepoParams creates a new OrgListTeamRepoParams 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 NewOrgListTeamRepoParamsWithContext

func NewOrgListTeamRepoParamsWithContext(ctx context.Context) *OrgListTeamRepoParams

NewOrgListTeamRepoParamsWithContext creates a new OrgListTeamRepoParams object with the ability to set a context for a request.

func NewOrgListTeamRepoParamsWithHTTPClient

func NewOrgListTeamRepoParamsWithHTTPClient(client *http.Client) *OrgListTeamRepoParams

NewOrgListTeamRepoParamsWithHTTPClient creates a new OrgListTeamRepoParams object with the ability to set a custom HTTPClient for a request.

func NewOrgListTeamRepoParamsWithTimeout

func NewOrgListTeamRepoParamsWithTimeout(timeout time.Duration) *OrgListTeamRepoParams

NewOrgListTeamRepoParamsWithTimeout creates a new OrgListTeamRepoParams object with the ability to set a timeout on a request.

func (*OrgListTeamRepoParams) SetContext

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

SetContext adds the context to the org list team repo params

func (*OrgListTeamRepoParams) SetDefaults

func (o *OrgListTeamRepoParams) SetDefaults()

SetDefaults hydrates default values in the org list team repo params (not the query body).

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

func (*OrgListTeamRepoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the org list team repo params

func (*OrgListTeamRepoParams) SetID

func (o *OrgListTeamRepoParams) SetID(id int64)

SetID adds the id to the org list team repo params

func (*OrgListTeamRepoParams) SetOrg

func (o *OrgListTeamRepoParams) SetOrg(org string)

SetOrg adds the org to the org list team repo params

func (*OrgListTeamRepoParams) SetRepo

func (o *OrgListTeamRepoParams) SetRepo(repo string)

SetRepo adds the repo to the org list team repo params

func (*OrgListTeamRepoParams) SetTimeout

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

SetTimeout adds the timeout to the org list team repo params

func (*OrgListTeamRepoParams) WithContext

WithContext adds the context to the org list team repo params

func (*OrgListTeamRepoParams) WithDefaults

func (o *OrgListTeamRepoParams) WithDefaults() *OrgListTeamRepoParams

WithDefaults hydrates default values in the org list team repo params (not the query body).

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

func (*OrgListTeamRepoParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the org list team repo params

func (*OrgListTeamRepoParams) WithID

WithID adds the id to the org list team repo params

func (*OrgListTeamRepoParams) WithOrg

WithOrg adds the org to the org list team repo params

func (*OrgListTeamRepoParams) WithRepo

WithRepo adds the repo to the org list team repo params

func (*OrgListTeamRepoParams) WithTimeout

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

WithTimeout adds the timeout to the org list team repo params

func (*OrgListTeamRepoParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OrgListTeamRepoReader

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

OrgListTeamRepoReader is a Reader for the OrgListTeamRepo structure.

func (*OrgListTeamRepoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OrgListTeamReposNotFound

type OrgListTeamReposNotFound struct {
}

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

APINotFound is a not found empty response

func NewOrgListTeamReposNotFound

func NewOrgListTeamReposNotFound() *OrgListTeamReposNotFound

NewOrgListTeamReposNotFound creates a OrgListTeamReposNotFound with default headers values

func (*OrgListTeamReposNotFound) Code

func (o *OrgListTeamReposNotFound) Code() int

Code gets the status code for the org list team repos not found response

func (*OrgListTeamReposNotFound) Error

func (o *OrgListTeamReposNotFound) Error() string

func (*OrgListTeamReposNotFound) IsClientError

func (o *OrgListTeamReposNotFound) IsClientError() bool

IsClientError returns true when this org list team repos not found response has a 4xx status code

func (*OrgListTeamReposNotFound) IsCode

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

IsCode returns true when this org list team repos not found response a status code equal to that given

func (*OrgListTeamReposNotFound) IsRedirect

func (o *OrgListTeamReposNotFound) IsRedirect() bool

IsRedirect returns true when this org list team repos not found response has a 3xx status code

func (*OrgListTeamReposNotFound) IsServerError

func (o *OrgListTeamReposNotFound) IsServerError() bool

IsServerError returns true when this org list team repos not found response has a 5xx status code

func (*OrgListTeamReposNotFound) IsSuccess

func (o *OrgListTeamReposNotFound) IsSuccess() bool

IsSuccess returns true when this org list team repos not found response has a 2xx status code

func (*OrgListTeamReposNotFound) String

func (o *OrgListTeamReposNotFound) String() string

type OrgListTeamReposOK

type OrgListTeamReposOK struct {
	Payload []*models.Repository
}

OrgListTeamReposOK describes a response with status code 200, with default header values.

RepositoryList

func NewOrgListTeamReposOK

func NewOrgListTeamReposOK() *OrgListTeamReposOK

NewOrgListTeamReposOK creates a OrgListTeamReposOK with default headers values

func (*OrgListTeamReposOK) Code

func (o *OrgListTeamReposOK) Code() int

Code gets the status code for the org list team repos o k response

func (*OrgListTeamReposOK) Error

func (o *OrgListTeamReposOK) Error() string

func (*OrgListTeamReposOK) GetPayload

func (o *OrgListTeamReposOK) GetPayload() []*models.Repository

func (*OrgListTeamReposOK) IsClientError

func (o *OrgListTeamReposOK) IsClientError() bool

IsClientError returns true when this org list team repos o k response has a 4xx status code

func (*OrgListTeamReposOK) IsCode

func (o *OrgListTeamReposOK) IsCode(code int) bool

IsCode returns true when this org list team repos o k response a status code equal to that given

func (*OrgListTeamReposOK) IsRedirect

func (o *OrgListTeamReposOK) IsRedirect() bool

IsRedirect returns true when this org list team repos o k response has a 3xx status code

func (*OrgListTeamReposOK) IsServerError

func (o *OrgListTeamReposOK) IsServerError() bool

IsServerError returns true when this org list team repos o k response has a 5xx status code

func (*OrgListTeamReposOK) IsSuccess

func (o *OrgListTeamReposOK) IsSuccess() bool

IsSuccess returns true when this org list team repos o k response has a 2xx status code

func (*OrgListTeamReposOK) String

func (o *OrgListTeamReposOK) String() string

type OrgListTeamReposParams

type OrgListTeamReposParams struct {

	/* ID.

	   id of the team

	   Format: int64
	*/
	ID int64

	/* Limit.

	   page size of results
	*/
	Limit *int64

	/* Page.

	   page number of results to return (1-based)
	*/
	Page *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

OrgListTeamReposParams contains all the parameters to send to the API endpoint

for the org list team repos operation.

Typically these are written to a http.Request.

func NewOrgListTeamReposParams

func NewOrgListTeamReposParams() *OrgListTeamReposParams

NewOrgListTeamReposParams creates a new OrgListTeamReposParams 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 NewOrgListTeamReposParamsWithContext

func NewOrgListTeamReposParamsWithContext(ctx context.Context) *OrgListTeamReposParams

NewOrgListTeamReposParamsWithContext creates a new OrgListTeamReposParams object with the ability to set a context for a request.

func NewOrgListTeamReposParamsWithHTTPClient

func NewOrgListTeamReposParamsWithHTTPClient(client *http.Client) *OrgListTeamReposParams

NewOrgListTeamReposParamsWithHTTPClient creates a new OrgListTeamReposParams object with the ability to set a custom HTTPClient for a request.

func NewOrgListTeamReposParamsWithTimeout

func NewOrgListTeamReposParamsWithTimeout(timeout time.Duration) *OrgListTeamReposParams

NewOrgListTeamReposParamsWithTimeout creates a new OrgListTeamReposParams object with the ability to set a timeout on a request.

func (*OrgListTeamReposParams) SetContext

func (o *OrgListTeamReposParams) SetContext(ctx context.Context)

SetContext adds the context to the org list team repos params

func (*OrgListTeamReposParams) SetDefaults

func (o *OrgListTeamReposParams) SetDefaults()

SetDefaults hydrates default values in the org list team repos params (not the query body).

All values with no default are reset to their zero value.

func (*OrgListTeamReposParams) SetHTTPClient

func (o *OrgListTeamReposParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the org list team repos params

func (*OrgListTeamReposParams) SetID

func (o *OrgListTeamReposParams) SetID(id int64)

SetID adds the id to the org list team repos params

func (*OrgListTeamReposParams) SetLimit

func (o *OrgListTeamReposParams) SetLimit(limit *int64)

SetLimit adds the limit to the org list team repos params

func (*OrgListTeamReposParams) SetPage

func (o *OrgListTeamReposParams) SetPage(page *int64)

SetPage adds the page to the org list team repos params

func (*OrgListTeamReposParams) SetTimeout

func (o *OrgListTeamReposParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the org list team repos params

func (*OrgListTeamReposParams) WithContext

WithContext adds the context to the org list team repos params

func (*OrgListTeamReposParams) WithDefaults

WithDefaults hydrates default values in the org list team repos params (not the query body).

All values with no default are reset to their zero value.

func (*OrgListTeamReposParams) WithHTTPClient

func (o *OrgListTeamReposParams) WithHTTPClient(client *http.Client) *OrgListTeamReposParams

WithHTTPClient adds the HTTPClient to the org list team repos params

func (*OrgListTeamReposParams) WithID

WithID adds the id to the org list team repos params

func (*OrgListTeamReposParams) WithLimit

func (o *OrgListTeamReposParams) WithLimit(limit *int64) *OrgListTeamReposParams

WithLimit adds the limit to the org list team repos params

func (*OrgListTeamReposParams) WithPage

WithPage adds the page to the org list team repos params

func (*OrgListTeamReposParams) WithTimeout

WithTimeout adds the timeout to the org list team repos params

func (*OrgListTeamReposParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrgListTeamReposReader

type OrgListTeamReposReader struct {
	// contains filtered or unexported fields
}

OrgListTeamReposReader is a Reader for the OrgListTeamRepos structure.

func (*OrgListTeamReposReader) ReadResponse

func (o *OrgListTeamReposReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type OrgListTeamsNotFound

type OrgListTeamsNotFound struct {
}

OrgListTeamsNotFound describes a response with status code 404, with default header values.

APINotFound is a not found empty response

func NewOrgListTeamsNotFound

func NewOrgListTeamsNotFound() *OrgListTeamsNotFound

NewOrgListTeamsNotFound creates a OrgListTeamsNotFound with default headers values

func (*OrgListTeamsNotFound) Code

func (o *OrgListTeamsNotFound) Code() int

Code gets the status code for the org list teams not found response

func (*OrgListTeamsNotFound) Error

func (o *OrgListTeamsNotFound) Error() string

func (*OrgListTeamsNotFound) IsClientError

func (o *OrgListTeamsNotFound) IsClientError() bool

IsClientError returns true when this org list teams not found response has a 4xx status code

func (*OrgListTeamsNotFound) IsCode

func (o *OrgListTeamsNotFound) IsCode(code int) bool

IsCode returns true when this org list teams not found response a status code equal to that given

func (*OrgListTeamsNotFound) IsRedirect

func (o *OrgListTeamsNotFound) IsRedirect() bool

IsRedirect returns true when this org list teams not found response has a 3xx status code

func (*OrgListTeamsNotFound) IsServerError

func (o *OrgListTeamsNotFound) IsServerError() bool

IsServerError returns true when this org list teams not found response has a 5xx status code

func (*OrgListTeamsNotFound) IsSuccess

func (o *OrgListTeamsNotFound) IsSuccess() bool

IsSuccess returns true when this org list teams not found response has a 2xx status code

func (*OrgListTeamsNotFound) String

func (o *OrgListTeamsNotFound) String() string

type OrgListTeamsOK

type OrgListTeamsOK struct {
	Payload []*models.Team
}

OrgListTeamsOK describes a response with status code 200, with default header values.

TeamList

func NewOrgListTeamsOK

func NewOrgListTeamsOK() *OrgListTeamsOK

NewOrgListTeamsOK creates a OrgListTeamsOK with default headers values

func (*OrgListTeamsOK) Code

func (o *OrgListTeamsOK) Code() int

Code gets the status code for the org list teams o k response

func (*OrgListTeamsOK) Error

func (o *OrgListTeamsOK) Error() string

func (*OrgListTeamsOK) GetPayload

func (o *OrgListTeamsOK) GetPayload() []*models.Team

func (*OrgListTeamsOK) IsClientError

func (o *OrgListTeamsOK) IsClientError() bool

IsClientError returns true when this org list teams o k response has a 4xx status code

func (*OrgListTeamsOK) IsCode

func (o *OrgListTeamsOK) IsCode(code int) bool

IsCode returns true when this org list teams o k response a status code equal to that given

func (*OrgListTeamsOK) IsRedirect

func (o *OrgListTeamsOK) IsRedirect() bool

IsRedirect returns true when this org list teams o k response has a 3xx status code

func (*OrgListTeamsOK) IsServerError

func (o *OrgListTeamsOK) IsServerError() bool

IsServerError returns true when this org list teams o k response has a 5xx status code

func (*OrgListTeamsOK) IsSuccess

func (o *OrgListTeamsOK) IsSuccess() bool

IsSuccess returns true when this org list teams o k response has a 2xx status code

func (*OrgListTeamsOK) String

func (o *OrgListTeamsOK) String() string

type OrgListTeamsParams

type OrgListTeamsParams struct {

	/* Limit.

	   page size of results
	*/
	Limit *int64

	/* Org.

	   name of the organization
	*/
	Org string

	/* Page.

	   page number of results to return (1-based)
	*/
	Page *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

OrgListTeamsParams contains all the parameters to send to the API endpoint

for the org list teams operation.

Typically these are written to a http.Request.

func NewOrgListTeamsParams

func NewOrgListTeamsParams() *OrgListTeamsParams

NewOrgListTeamsParams creates a new OrgListTeamsParams 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 NewOrgListTeamsParamsWithContext

func NewOrgListTeamsParamsWithContext(ctx context.Context) *OrgListTeamsParams

NewOrgListTeamsParamsWithContext creates a new OrgListTeamsParams object with the ability to set a context for a request.

func NewOrgListTeamsParamsWithHTTPClient

func NewOrgListTeamsParamsWithHTTPClient(client *http.Client) *OrgListTeamsParams

NewOrgListTeamsParamsWithHTTPClient creates a new OrgListTeamsParams object with the ability to set a custom HTTPClient for a request.

func NewOrgListTeamsParamsWithTimeout

func NewOrgListTeamsParamsWithTimeout(timeout time.Duration) *OrgListTeamsParams

NewOrgListTeamsParamsWithTimeout creates a new OrgListTeamsParams object with the ability to set a timeout on a request.

func (*OrgListTeamsParams) SetContext

func (o *OrgListTeamsParams) SetContext(ctx context.Context)

SetContext adds the context to the org list teams params

func (*OrgListTeamsParams) SetDefaults

func (o *OrgListTeamsParams) SetDefaults()

SetDefaults hydrates default values in the org list teams params (not the query body).

All values with no default are reset to their zero value.

func (*OrgListTeamsParams) SetHTTPClient

func (o *OrgListTeamsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the org list teams params

func (*OrgListTeamsParams) SetLimit

func (o *OrgListTeamsParams) SetLimit(limit *int64)

SetLimit adds the limit to the org list teams params

func (*OrgListTeamsParams) SetOrg

func (o *OrgListTeamsParams) SetOrg(org string)

SetOrg adds the org to the org list teams params

func (*OrgListTeamsParams) SetPage

func (o *OrgListTeamsParams) SetPage(page *int64)

SetPage adds the page to the org list teams params

func (*OrgListTeamsParams) SetTimeout

func (o *OrgListTeamsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the org list teams params

func (*OrgListTeamsParams) WithContext

WithContext adds the context to the org list teams params

func (*OrgListTeamsParams) WithDefaults

func (o *OrgListTeamsParams) WithDefaults() *OrgListTeamsParams

WithDefaults hydrates default values in the org list teams params (not the query body).

All values with no default are reset to their zero value.

func (*OrgListTeamsParams) WithHTTPClient

func (o *OrgListTeamsParams) WithHTTPClient(client *http.Client) *OrgListTeamsParams

WithHTTPClient adds the HTTPClient to the org list teams params

func (*OrgListTeamsParams) WithLimit

func (o *OrgListTeamsParams) WithLimit(limit *int64) *OrgListTeamsParams

WithLimit adds the limit to the org list teams params

func (*OrgListTeamsParams) WithOrg

func (o *OrgListTeamsParams) WithOrg(org string) *OrgListTeamsParams

WithOrg adds the org to the org list teams params

func (*OrgListTeamsParams) WithPage

func (o *OrgListTeamsParams) WithPage(page *int64) *OrgListTeamsParams

WithPage adds the page to the org list teams params

func (*OrgListTeamsParams) WithTimeout

func (o *OrgListTeamsParams) WithTimeout(timeout time.Duration) *OrgListTeamsParams

WithTimeout adds the timeout to the org list teams params

func (*OrgListTeamsParams) WriteToRequest

func (o *OrgListTeamsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type OrgListTeamsReader

type OrgListTeamsReader struct {
	// contains filtered or unexported fields
}

OrgListTeamsReader is a Reader for the OrgListTeams structure.

func (*OrgListTeamsReader) ReadResponse

func (o *OrgListTeamsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type OrgListUserOrgsNotFound

type OrgListUserOrgsNotFound struct {
}

OrgListUserOrgsNotFound describes a response with status code 404, with default header values.

APINotFound is a not found empty response

func NewOrgListUserOrgsNotFound

func NewOrgListUserOrgsNotFound() *OrgListUserOrgsNotFound

NewOrgListUserOrgsNotFound creates a OrgListUserOrgsNotFound with default headers values

func (*OrgListUserOrgsNotFound) Code

func (o *OrgListUserOrgsNotFound) Code() int

Code gets the status code for the org list user orgs not found response

func (*OrgListUserOrgsNotFound) Error

func (o *OrgListUserOrgsNotFound) Error() string

func (*OrgListUserOrgsNotFound) IsClientError

func (o *OrgListUserOrgsNotFound) IsClientError() bool

IsClientError returns true when this org list user orgs not found response has a 4xx status code

func (*OrgListUserOrgsNotFound) IsCode

func (o *OrgListUserOrgsNotFound) IsCode(code int) bool

IsCode returns true when this org list user orgs not found response a status code equal to that given

func (*OrgListUserOrgsNotFound) IsRedirect

func (o *OrgListUserOrgsNotFound) IsRedirect() bool

IsRedirect returns true when this org list user orgs not found response has a 3xx status code

func (*OrgListUserOrgsNotFound) IsServerError

func (o *OrgListUserOrgsNotFound) IsServerError() bool

IsServerError returns true when this org list user orgs not found response has a 5xx status code

func (*OrgListUserOrgsNotFound) IsSuccess

func (o *OrgListUserOrgsNotFound) IsSuccess() bool

IsSuccess returns true when this org list user orgs not found response has a 2xx status code

func (*OrgListUserOrgsNotFound) String

func (o *OrgListUserOrgsNotFound) String() string

type OrgListUserOrgsOK

type OrgListUserOrgsOK struct {
	Payload []*models.Organization
}

OrgListUserOrgsOK describes a response with status code 200, with default header values.

OrganizationList

func NewOrgListUserOrgsOK

func NewOrgListUserOrgsOK() *OrgListUserOrgsOK

NewOrgListUserOrgsOK creates a OrgListUserOrgsOK with default headers values

func (*OrgListUserOrgsOK) Code

func (o *OrgListUserOrgsOK) Code() int

Code gets the status code for the org list user orgs o k response

func (*OrgListUserOrgsOK) Error

func (o *OrgListUserOrgsOK) Error() string

func (*OrgListUserOrgsOK) GetPayload

func (o *OrgListUserOrgsOK) GetPayload() []*models.Organization

func (*OrgListUserOrgsOK) IsClientError

func (o *OrgListUserOrgsOK) IsClientError() bool

IsClientError returns true when this org list user orgs o k response has a 4xx status code

func (*OrgListUserOrgsOK) IsCode

func (o *OrgListUserOrgsOK) IsCode(code int) bool

IsCode returns true when this org list user orgs o k response a status code equal to that given

func (*OrgListUserOrgsOK) IsRedirect

func (o *OrgListUserOrgsOK) IsRedirect() bool

IsRedirect returns true when this org list user orgs o k response has a 3xx status code

func (*OrgListUserOrgsOK) IsServerError

func (o *OrgListUserOrgsOK) IsServerError() bool

IsServerError returns true when this org list user orgs o k response has a 5xx status code

func (*OrgListUserOrgsOK) IsSuccess

func (o *OrgListUserOrgsOK) IsSuccess() bool

IsSuccess returns true when this org list user orgs o k response has a 2xx status code

func (*OrgListUserOrgsOK) String

func (o *OrgListUserOrgsOK) String() string

type OrgListUserOrgsParams

type OrgListUserOrgsParams struct {

	/* Limit.

	   page size of results
	*/
	Limit *int64

	/* Page.

	   page number of results to return (1-based)
	*/
	Page *int64

	/* Username.

	   username of user
	*/
	Username string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

OrgListUserOrgsParams contains all the parameters to send to the API endpoint

for the org list user orgs operation.

Typically these are written to a http.Request.

func NewOrgListUserOrgsParams

func NewOrgListUserOrgsParams() *OrgListUserOrgsParams

NewOrgListUserOrgsParams creates a new OrgListUserOrgsParams 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 NewOrgListUserOrgsParamsWithContext

func NewOrgListUserOrgsParamsWithContext(ctx context.Context) *OrgListUserOrgsParams

NewOrgListUserOrgsParamsWithContext creates a new OrgListUserOrgsParams object with the ability to set a context for a request.

func NewOrgListUserOrgsParamsWithHTTPClient

func NewOrgListUserOrgsParamsWithHTTPClient(client *http.Client) *OrgListUserOrgsParams

NewOrgListUserOrgsParamsWithHTTPClient creates a new OrgListUserOrgsParams object with the ability to set a custom HTTPClient for a request.

func NewOrgListUserOrgsParamsWithTimeout

func NewOrgListUserOrgsParamsWithTimeout(timeout time.Duration) *OrgListUserOrgsParams

NewOrgListUserOrgsParamsWithTimeout creates a new OrgListUserOrgsParams object with the ability to set a timeout on a request.

func (*OrgListUserOrgsParams) SetContext

func (o *OrgListUserOrgsParams) SetContext(ctx context.Context)

SetContext adds the context to the org list user orgs params

func (*OrgListUserOrgsParams) SetDefaults

func (o *OrgListUserOrgsParams) SetDefaults()

SetDefaults hydrates default values in the org list user orgs params (not the query body).

All values with no default are reset to their zero value.

func (*OrgListUserOrgsParams) SetHTTPClient

func (o *OrgListUserOrgsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the org list user orgs params

func (*OrgListUserOrgsParams) SetLimit

func (o *OrgListUserOrgsParams) SetLimit(limit *int64)

SetLimit adds the limit to the org list user orgs params

func (*OrgListUserOrgsParams) SetPage

func (o *OrgListUserOrgsParams) SetPage(page *int64)

SetPage adds the page to the org list user orgs params

func (*OrgListUserOrgsParams) SetTimeout

func (o *OrgListUserOrgsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the org list user orgs params

func (*OrgListUserOrgsParams) SetUsername

func (o *OrgListUserOrgsParams) SetUsername(username string)

SetUsername adds the username to the org list user orgs params

func (*OrgListUserOrgsParams) WithContext

WithContext adds the context to the org list user orgs params

func (*OrgListUserOrgsParams) WithDefaults

func (o *OrgListUserOrgsParams) WithDefaults() *OrgListUserOrgsParams

WithDefaults hydrates default values in the org list user orgs params (not the query body).

All values with no default are reset to their zero value.

func (*OrgListUserOrgsParams) WithHTTPClient

func (o *OrgListUserOrgsParams) WithHTTPClient(client *http.Client) *OrgListUserOrgsParams

WithHTTPClient adds the HTTPClient to the org list user orgs params

func (*OrgListUserOrgsParams) WithLimit

func (o *OrgListUserOrgsParams) WithLimit(limit *int64) *OrgListUserOrgsParams

WithLimit adds the limit to the org list user orgs params

func (*OrgListUserOrgsParams) WithPage

WithPage adds the page to the org list user orgs params

func (*OrgListUserOrgsParams) WithTimeout

func (o *OrgListUserOrgsParams) WithTimeout(timeout time.Duration) *OrgListUserOrgsParams

WithTimeout adds the timeout to the org list user orgs params

func (*OrgListUserOrgsParams) WithUsername

func (o *OrgListUserOrgsParams) WithUsername(username string) *OrgListUserOrgsParams

WithUsername adds the username to the org list user orgs params

func (*OrgListUserOrgsParams) WriteToRequest

func (o *OrgListUserOrgsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type OrgListUserOrgsReader

type OrgListUserOrgsReader struct {
	// contains filtered or unexported fields
}

OrgListUserOrgsReader is a Reader for the OrgListUserOrgs structure.

func (*OrgListUserOrgsReader) ReadResponse

func (o *OrgListUserOrgsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type OrgPublicizeMemberForbidden

type OrgPublicizeMemberForbidden struct {
	Message string
	URL     string
}

OrgPublicizeMemberForbidden describes a response with status code 403, with default header values.

APIForbiddenError is a forbidden error response

func NewOrgPublicizeMemberForbidden

func NewOrgPublicizeMemberForbidden() *OrgPublicizeMemberForbidden

NewOrgPublicizeMemberForbidden creates a OrgPublicizeMemberForbidden with default headers values

func (*OrgPublicizeMemberForbidden) Code

func (o *OrgPublicizeMemberForbidden) Code() int

Code gets the status code for the org publicize member forbidden response

func (*OrgPublicizeMemberForbidden) Error

func (*OrgPublicizeMemberForbidden) IsClientError

func (o *OrgPublicizeMemberForbidden) IsClientError() bool

IsClientError returns true when this org publicize member forbidden response has a 4xx status code

func (*OrgPublicizeMemberForbidden) IsCode

func (o *OrgPublicizeMemberForbidden) IsCode(code int) bool

IsCode returns true when this org publicize member forbidden response a status code equal to that given

func (*OrgPublicizeMemberForbidden) IsRedirect

func (o *OrgPublicizeMemberForbidden) IsRedirect() bool

IsRedirect returns true when this org publicize member forbidden response has a 3xx status code

func (*OrgPublicizeMemberForbidden) IsServerError

func (o *OrgPublicizeMemberForbidden) IsServerError() bool

IsServerError returns true when this org publicize member forbidden response has a 5xx status code

func (*OrgPublicizeMemberForbidden) IsSuccess

func (o *OrgPublicizeMemberForbidden) IsSuccess() bool

IsSuccess returns true when this org publicize member forbidden response has a 2xx status code

func (*OrgPublicizeMemberForbidden) String

func (o *OrgPublicizeMemberForbidden) String() string

type OrgPublicizeMemberNoContent

type OrgPublicizeMemberNoContent struct {
}

OrgPublicizeMemberNoContent describes a response with status code 204, with default header values.

membership publicized

func NewOrgPublicizeMemberNoContent

func NewOrgPublicizeMemberNoContent() *OrgPublicizeMemberNoContent

NewOrgPublicizeMemberNoContent creates a OrgPublicizeMemberNoContent with default headers values

func (*OrgPublicizeMemberNoContent) Code

func (o *OrgPublicizeMemberNoContent) Code() int

Code gets the status code for the org publicize member no content response

func (*OrgPublicizeMemberNoContent) Error

func (*OrgPublicizeMemberNoContent) IsClientError

func (o *OrgPublicizeMemberNoContent) IsClientError() bool

IsClientError returns true when this org publicize member no content response has a 4xx status code

func (*OrgPublicizeMemberNoContent) IsCode

func (o *OrgPublicizeMemberNoContent) IsCode(code int) bool

IsCode returns true when this org publicize member no content response a status code equal to that given

func (*OrgPublicizeMemberNoContent) IsRedirect

func (o *OrgPublicizeMemberNoContent) IsRedirect() bool

IsRedirect returns true when this org publicize member no content response has a 3xx status code

func (*OrgPublicizeMemberNoContent) IsServerError

func (o *OrgPublicizeMemberNoContent) IsServerError() bool

IsServerError returns true when this org publicize member no content response has a 5xx status code

func (*OrgPublicizeMemberNoContent) IsSuccess

func (o *OrgPublicizeMemberNoContent) IsSuccess() bool

IsSuccess returns true when this org publicize member no content response has a 2xx status code

func (*OrgPublicizeMemberNoContent) String

func (o *OrgPublicizeMemberNoContent) String() string

type OrgPublicizeMemberNotFound

type OrgPublicizeMemberNotFound struct {
}

OrgPublicizeMemberNotFound describes a response with status code 404, with default header values.

APINotFound is a not found empty response

func NewOrgPublicizeMemberNotFound

func NewOrgPublicizeMemberNotFound() *OrgPublicizeMemberNotFound

NewOrgPublicizeMemberNotFound creates a OrgPublicizeMemberNotFound with default headers values

func (*OrgPublicizeMemberNotFound) Code

func (o *OrgPublicizeMemberNotFound) Code() int

Code gets the status code for the org publicize member not found response

func (*OrgPublicizeMemberNotFound) Error

func (*OrgPublicizeMemberNotFound) IsClientError

func (o *OrgPublicizeMemberNotFound) IsClientError() bool

IsClientError returns true when this org publicize member not found response has a 4xx status code

func (*OrgPublicizeMemberNotFound) IsCode

func (o *OrgPublicizeMemberNotFound) IsCode(code int) bool

IsCode returns true when this org publicize member not found response a status code equal to that given

func (*OrgPublicizeMemberNotFound) IsRedirect

func (o *OrgPublicizeMemberNotFound) IsRedirect() bool

IsRedirect returns true when this org publicize member not found response has a 3xx status code

func (*OrgPublicizeMemberNotFound) IsServerError

func (o *OrgPublicizeMemberNotFound) IsServerError() bool

IsServerError returns true when this org publicize member not found response has a 5xx status code

func (*OrgPublicizeMemberNotFound) IsSuccess

func (o *OrgPublicizeMemberNotFound) IsSuccess() bool

IsSuccess returns true when this org publicize member not found response has a 2xx status code

func (*OrgPublicizeMemberNotFound) String

func (o *OrgPublicizeMemberNotFound) String() string

type OrgPublicizeMemberParams

type OrgPublicizeMemberParams struct {

	/* Org.

	   name of the organization
	*/
	Org string

	/* Username.

	   username of the user
	*/
	Username string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

OrgPublicizeMemberParams contains all the parameters to send to the API endpoint

for the org publicize member operation.

Typically these are written to a http.Request.

func NewOrgPublicizeMemberParams

func NewOrgPublicizeMemberParams() *OrgPublicizeMemberParams

NewOrgPublicizeMemberParams creates a new OrgPublicizeMemberParams 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 NewOrgPublicizeMemberParamsWithContext

func NewOrgPublicizeMemberParamsWithContext(ctx context.Context) *OrgPublicizeMemberParams

NewOrgPublicizeMemberParamsWithContext creates a new OrgPublicizeMemberParams object with the ability to set a context for a request.

func NewOrgPublicizeMemberParamsWithHTTPClient

func NewOrgPublicizeMemberParamsWithHTTPClient(client *http.Client) *OrgPublicizeMemberParams

NewOrgPublicizeMemberParamsWithHTTPClient creates a new OrgPublicizeMemberParams object with the ability to set a custom HTTPClient for a request.

func NewOrgPublicizeMemberParamsWithTimeout

func NewOrgPublicizeMemberParamsWithTimeout(timeout time.Duration) *OrgPublicizeMemberParams

NewOrgPublicizeMemberParamsWithTimeout creates a new OrgPublicizeMemberParams object with the ability to set a timeout on a request.

func (*OrgPublicizeMemberParams) SetContext

func (o *OrgPublicizeMemberParams) SetContext(ctx context.Context)

SetContext adds the context to the org publicize member params

func (*OrgPublicizeMemberParams) SetDefaults

func (o *OrgPublicizeMemberParams) SetDefaults()

SetDefaults hydrates default values in the org publicize member params (not the query body).

All values with no default are reset to their zero value.

func (*OrgPublicizeMemberParams) SetHTTPClient

func (o *OrgPublicizeMemberParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the org publicize member params

func (*OrgPublicizeMemberParams) SetOrg

func (o *OrgPublicizeMemberParams) SetOrg(org string)

SetOrg adds the org to the org publicize member params

func (*OrgPublicizeMemberParams) SetTimeout

func (o *OrgPublicizeMemberParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the org publicize member params

func (*OrgPublicizeMemberParams) SetUsername

func (o *OrgPublicizeMemberParams) SetUsername(username string)

SetUsername adds the username to the org publicize member params

func (*OrgPublicizeMemberParams) WithContext

WithContext adds the context to the org publicize member params

func (*OrgPublicizeMemberParams) WithDefaults

WithDefaults hydrates default values in the org publicize member params (not the query body).

All values with no default are reset to their zero value.

func (*OrgPublicizeMemberParams) WithHTTPClient

func (o *OrgPublicizeMemberParams) WithHTTPClient(client *http.Client) *OrgPublicizeMemberParams

WithHTTPClient adds the HTTPClient to the org publicize member params

func (*OrgPublicizeMemberParams) WithOrg

WithOrg adds the org to the org publicize member params

func (*OrgPublicizeMemberParams) WithTimeout

WithTimeout adds the timeout to the org publicize member params

func (*OrgPublicizeMemberParams) WithUsername

func (o *OrgPublicizeMemberParams) WithUsername(username string) *OrgPublicizeMemberParams

WithUsername adds the username to the org publicize member params

func (*OrgPublicizeMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrgPublicizeMemberReader

type OrgPublicizeMemberReader struct {
	// contains filtered or unexported fields
}

OrgPublicizeMemberReader is a Reader for the OrgPublicizeMember structure.

func (*OrgPublicizeMemberReader) ReadResponse

func (o *OrgPublicizeMemberReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type OrgRemoveTeamMemberNoContent

type OrgRemoveTeamMemberNoContent struct {
}

OrgRemoveTeamMemberNoContent describes a response with status code 204, with default header values.

APIEmpty is an empty response

func NewOrgRemoveTeamMemberNoContent

func NewOrgRemoveTeamMemberNoContent() *OrgRemoveTeamMemberNoContent

NewOrgRemoveTeamMemberNoContent creates a OrgRemoveTeamMemberNoContent with default headers values

func (*OrgRemoveTeamMemberNoContent) Code

Code gets the status code for the org remove team member no content response

func (*OrgRemoveTeamMemberNoContent) Error

func (*OrgRemoveTeamMemberNoContent) IsClientError

func (o *OrgRemoveTeamMemberNoContent) IsClientError() bool

IsClientError returns true when this org remove team member no content response has a 4xx status code

func (*OrgRemoveTeamMemberNoContent) IsCode

func (o *OrgRemoveTeamMemberNoContent) IsCode(code int) bool

IsCode returns true when this org remove team member no content response a status code equal to that given

func (*OrgRemoveTeamMemberNoContent) IsRedirect

func (o *OrgRemoveTeamMemberNoContent) IsRedirect() bool

IsRedirect returns true when this org remove team member no content response has a 3xx status code

func (*OrgRemoveTeamMemberNoContent) IsServerError

func (o *OrgRemoveTeamMemberNoContent) IsServerError() bool

IsServerError returns true when this org remove team member no content response has a 5xx status code

func (*OrgRemoveTeamMemberNoContent) IsSuccess

func (o *OrgRemoveTeamMemberNoContent) IsSuccess() bool

IsSuccess returns true when this org remove team member no content response has a 2xx status code

func (*OrgRemoveTeamMemberNoContent) String

type OrgRemoveTeamMemberNotFound

type OrgRemoveTeamMemberNotFound struct {
}

OrgRemoveTeamMemberNotFound describes a response with status code 404, with default header values.

APINotFound is a not found empty response

func NewOrgRemoveTeamMemberNotFound

func NewOrgRemoveTeamMemberNotFound() *OrgRemoveTeamMemberNotFound

NewOrgRemoveTeamMemberNotFound creates a OrgRemoveTeamMemberNotFound with default headers values

func (*OrgRemoveTeamMemberNotFound) Code

func (o *OrgRemoveTeamMemberNotFound) Code() int

Code gets the status code for the org remove team member not found response

func (*OrgRemoveTeamMemberNotFound) Error

func (*OrgRemoveTeamMemberNotFound) IsClientError

func (o *OrgRemoveTeamMemberNotFound) IsClientError() bool

IsClientError returns true when this org remove team member not found response has a 4xx status code

func (*OrgRemoveTeamMemberNotFound) IsCode

func (o *OrgRemoveTeamMemberNotFound) IsCode(code int) bool

IsCode returns true when this org remove team member not found response a status code equal to that given

func (*OrgRemoveTeamMemberNotFound) IsRedirect

func (o *OrgRemoveTeamMemberNotFound) IsRedirect() bool

IsRedirect returns true when this org remove team member not found response has a 3xx status code

func (*OrgRemoveTeamMemberNotFound) IsServerError

func (o *OrgRemoveTeamMemberNotFound) IsServerError() bool

IsServerError returns true when this org remove team member not found response has a 5xx status code

func (*OrgRemoveTeamMemberNotFound) IsSuccess

func (o *OrgRemoveTeamMemberNotFound) IsSuccess() bool

IsSuccess returns true when this org remove team member not found response has a 2xx status code

func (*OrgRemoveTeamMemberNotFound) String

func (o *OrgRemoveTeamMemberNotFound) String() string

type OrgRemoveTeamMemberParams

type OrgRemoveTeamMemberParams struct {

	/* ID.

	   id of the team

	   Format: int64
	*/
	ID int64

	/* Username.

	   username of the user to remove
	*/
	Username string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

OrgRemoveTeamMemberParams contains all the parameters to send to the API endpoint

for the org remove team member operation.

Typically these are written to a http.Request.

func NewOrgRemoveTeamMemberParams

func NewOrgRemoveTeamMemberParams() *OrgRemoveTeamMemberParams

NewOrgRemoveTeamMemberParams creates a new OrgRemoveTeamMemberParams 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 NewOrgRemoveTeamMemberParamsWithContext

func NewOrgRemoveTeamMemberParamsWithContext(ctx context.Context) *OrgRemoveTeamMemberParams

NewOrgRemoveTeamMemberParamsWithContext creates a new OrgRemoveTeamMemberParams object with the ability to set a context for a request.

func NewOrgRemoveTeamMemberParamsWithHTTPClient

func NewOrgRemoveTeamMemberParamsWithHTTPClient(client *http.Client) *OrgRemoveTeamMemberParams

NewOrgRemoveTeamMemberParamsWithHTTPClient creates a new OrgRemoveTeamMemberParams object with the ability to set a custom HTTPClient for a request.

func NewOrgRemoveTeamMemberParamsWithTimeout

func NewOrgRemoveTeamMemberParamsWithTimeout(timeout time.Duration) *OrgRemoveTeamMemberParams

NewOrgRemoveTeamMemberParamsWithTimeout creates a new OrgRemoveTeamMemberParams object with the ability to set a timeout on a request.

func (*OrgRemoveTeamMemberParams) SetContext

func (o *OrgRemoveTeamMemberParams) SetContext(ctx context.Context)

SetContext adds the context to the org remove team member params

func (*OrgRemoveTeamMemberParams) SetDefaults

func (o *OrgRemoveTeamMemberParams) SetDefaults()

SetDefaults hydrates default values in the org remove team member params (not the query body).

All values with no default are reset to their zero value.

func (*OrgRemoveTeamMemberParams) SetHTTPClient

func (o *OrgRemoveTeamMemberParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the org remove team member params

func (*OrgRemoveTeamMemberParams) SetID

func (o *OrgRemoveTeamMemberParams) SetID(id int64)

SetID adds the id to the org remove team member params

func (*OrgRemoveTeamMemberParams) SetTimeout

func (o *OrgRemoveTeamMemberParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the org remove team member params

func (*OrgRemoveTeamMemberParams) SetUsername

func (o *OrgRemoveTeamMemberParams) SetUsername(username string)

SetUsername adds the username to the org remove team member params

func (*OrgRemoveTeamMemberParams) WithContext

WithContext adds the context to the org remove team member params

func (*OrgRemoveTeamMemberParams) WithDefaults

WithDefaults hydrates default values in the org remove team member params (not the query body).

All values with no default are reset to their zero value.

func (*OrgRemoveTeamMemberParams) WithHTTPClient

func (o *OrgRemoveTeamMemberParams) WithHTTPClient(client *http.Client) *OrgRemoveTeamMemberParams

WithHTTPClient adds the HTTPClient to the org remove team member params

func (*OrgRemoveTeamMemberParams) WithID

WithID adds the id to the org remove team member params

func (*OrgRemoveTeamMemberParams) WithTimeout

WithTimeout adds the timeout to the org remove team member params

func (*OrgRemoveTeamMemberParams) WithUsername

func (o *OrgRemoveTeamMemberParams) WithUsername(username string) *OrgRemoveTeamMemberParams

WithUsername adds the username to the org remove team member params

func (*OrgRemoveTeamMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrgRemoveTeamMemberReader

type OrgRemoveTeamMemberReader struct {
	// contains filtered or unexported fields
}

OrgRemoveTeamMemberReader is a Reader for the OrgRemoveTeamMember structure.

func (*OrgRemoveTeamMemberReader) ReadResponse

func (o *OrgRemoveTeamMemberReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type OrgRemoveTeamRepositoryForbidden

type OrgRemoveTeamRepositoryForbidden struct {
	Message string
	URL     string
}

OrgRemoveTeamRepositoryForbidden describes a response with status code 403, with default header values.

APIForbiddenError is a forbidden error response

func NewOrgRemoveTeamRepositoryForbidden

func NewOrgRemoveTeamRepositoryForbidden() *OrgRemoveTeamRepositoryForbidden

NewOrgRemoveTeamRepositoryForbidden creates a OrgRemoveTeamRepositoryForbidden with default headers values

func (*OrgRemoveTeamRepositoryForbidden) Code

Code gets the status code for the org remove team repository forbidden response

func (*OrgRemoveTeamRepositoryForbidden) Error

func (*OrgRemoveTeamRepositoryForbidden) IsClientError

func (o *OrgRemoveTeamRepositoryForbidden) IsClientError() bool

IsClientError returns true when this org remove team repository forbidden response has a 4xx status code

func (*OrgRemoveTeamRepositoryForbidden) IsCode

func (o *OrgRemoveTeamRepositoryForbidden) IsCode(code int) bool

IsCode returns true when this org remove team repository forbidden response a status code equal to that given

func (*OrgRemoveTeamRepositoryForbidden) IsRedirect

func (o *OrgRemoveTeamRepositoryForbidden) IsRedirect() bool

IsRedirect returns true when this org remove team repository forbidden response has a 3xx status code

func (*OrgRemoveTeamRepositoryForbidden) IsServerError

func (o *OrgRemoveTeamRepositoryForbidden) IsServerError() bool

IsServerError returns true when this org remove team repository forbidden response has a 5xx status code

func (*OrgRemoveTeamRepositoryForbidden) IsSuccess

func (o *OrgRemoveTeamRepositoryForbidden) IsSuccess() bool

IsSuccess returns true when this org remove team repository forbidden response has a 2xx status code

func (*OrgRemoveTeamRepositoryForbidden) String

type OrgRemoveTeamRepositoryNoContent

type OrgRemoveTeamRepositoryNoContent struct {
}

OrgRemoveTeamRepositoryNoContent describes a response with status code 204, with default header values.

APIEmpty is an empty response

func NewOrgRemoveTeamRepositoryNoContent

func NewOrgRemoveTeamRepositoryNoContent() *OrgRemoveTeamRepositoryNoContent

NewOrgRemoveTeamRepositoryNoContent creates a OrgRemoveTeamRepositoryNoContent with default headers values

func (*OrgRemoveTeamRepositoryNoContent) Code

Code gets the status code for the org remove team repository no content response

func (*OrgRemoveTeamRepositoryNoContent) Error

func (*OrgRemoveTeamRepositoryNoContent) IsClientError

func (o *OrgRemoveTeamRepositoryNoContent) IsClientError() bool

IsClientError returns true when this org remove team repository no content response has a 4xx status code

func (*OrgRemoveTeamRepositoryNoContent) IsCode

func (o *OrgRemoveTeamRepositoryNoContent) IsCode(code int) bool

IsCode returns true when this org remove team repository no content response a status code equal to that given

func (*OrgRemoveTeamRepositoryNoContent) IsRedirect

func (o *OrgRemoveTeamRepositoryNoContent) IsRedirect() bool

IsRedirect returns true when this org remove team repository no content response has a 3xx status code

func (*OrgRemoveTeamRepositoryNoContent) IsServerError

func (o *OrgRemoveTeamRepositoryNoContent) IsServerError() bool

IsServerError returns true when this org remove team repository no content response has a 5xx status code

func (*OrgRemoveTeamRepositoryNoContent) IsSuccess

func (o *OrgRemoveTeamRepositoryNoContent) IsSuccess() bool

IsSuccess returns true when this org remove team repository no content response has a 2xx status code

func (*OrgRemoveTeamRepositoryNoContent) String

type OrgRemoveTeamRepositoryNotFound

type OrgRemoveTeamRepositoryNotFound struct {
}

OrgRemoveTeamRepositoryNotFound describes a response with status code 404, with default header values.

APINotFound is a not found empty response

func NewOrgRemoveTeamRepositoryNotFound

func NewOrgRemoveTeamRepositoryNotFound() *OrgRemoveTeamRepositoryNotFound

NewOrgRemoveTeamRepositoryNotFound creates a OrgRemoveTeamRepositoryNotFound with default headers values

func (*OrgRemoveTeamRepositoryNotFound) Code

Code gets the status code for the org remove team repository not found response

func (*OrgRemoveTeamRepositoryNotFound) Error

func (*OrgRemoveTeamRepositoryNotFound) IsClientError

func (o *OrgRemoveTeamRepositoryNotFound) IsClientError() bool

IsClientError returns true when this org remove team repository not found response has a 4xx status code

func (*OrgRemoveTeamRepositoryNotFound) IsCode

func (o *OrgRemoveTeamRepositoryNotFound) IsCode(code int) bool

IsCode returns true when this org remove team repository not found response a status code equal to that given

func (*OrgRemoveTeamRepositoryNotFound) IsRedirect

func (o *OrgRemoveTeamRepositoryNotFound) IsRedirect() bool

IsRedirect returns true when this org remove team repository not found response has a 3xx status code

func (*OrgRemoveTeamRepositoryNotFound) IsServerError

func (o *OrgRemoveTeamRepositoryNotFound) IsServerError() bool

IsServerError returns true when this org remove team repository not found response has a 5xx status code

func (*OrgRemoveTeamRepositoryNotFound) IsSuccess

func (o *OrgRemoveTeamRepositoryNotFound) IsSuccess() bool

IsSuccess returns true when this org remove team repository not found response has a 2xx status code

func (*OrgRemoveTeamRepositoryNotFound) String

type OrgRemoveTeamRepositoryParams

type OrgRemoveTeamRepositoryParams struct {

	/* ID.

	   id of the team

	   Format: int64
	*/
	ID int64

	/* Org.

	   organization that owns the repo to remove
	*/
	Org string

	/* Repo.

	   name of the repo to remove
	*/
	Repo string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

OrgRemoveTeamRepositoryParams contains all the parameters to send to the API endpoint

for the org remove team repository operation.

Typically these are written to a http.Request.

func NewOrgRemoveTeamRepositoryParams

func NewOrgRemoveTeamRepositoryParams() *OrgRemoveTeamRepositoryParams

NewOrgRemoveTeamRepositoryParams creates a new OrgRemoveTeamRepositoryParams 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 NewOrgRemoveTeamRepositoryParamsWithContext

func NewOrgRemoveTeamRepositoryParamsWithContext(ctx context.Context) *OrgRemoveTeamRepositoryParams

NewOrgRemoveTeamRepositoryParamsWithContext creates a new OrgRemoveTeamRepositoryParams object with the ability to set a context for a request.

func NewOrgRemoveTeamRepositoryParamsWithHTTPClient

func NewOrgRemoveTeamRepositoryParamsWithHTTPClient(client *http.Client) *OrgRemoveTeamRepositoryParams

NewOrgRemoveTeamRepositoryParamsWithHTTPClient creates a new OrgRemoveTeamRepositoryParams object with the ability to set a custom HTTPClient for a request.

func NewOrgRemoveTeamRepositoryParamsWithTimeout

func NewOrgRemoveTeamRepositoryParamsWithTimeout(timeout time.Duration) *OrgRemoveTeamRepositoryParams

NewOrgRemoveTeamRepositoryParamsWithTimeout creates a new OrgRemoveTeamRepositoryParams object with the ability to set a timeout on a request.

func (*OrgRemoveTeamRepositoryParams) SetContext

func (o *OrgRemoveTeamRepositoryParams) SetContext(ctx context.Context)

SetContext adds the context to the org remove team repository params

func (*OrgRemoveTeamRepositoryParams) SetDefaults

func (o *OrgRemoveTeamRepositoryParams) SetDefaults()

SetDefaults hydrates default values in the org remove team repository params (not the query body).

All values with no default are reset to their zero value.

func (*OrgRemoveTeamRepositoryParams) SetHTTPClient

func (o *OrgRemoveTeamRepositoryParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the org remove team repository params

func (*OrgRemoveTeamRepositoryParams) SetID

func (o *OrgRemoveTeamRepositoryParams) SetID(id int64)

SetID adds the id to the org remove team repository params

func (*OrgRemoveTeamRepositoryParams) SetOrg

func (o *OrgRemoveTeamRepositoryParams) SetOrg(org string)

SetOrg adds the org to the org remove team repository params

func (*OrgRemoveTeamRepositoryParams) SetRepo

func (o *OrgRemoveTeamRepositoryParams) SetRepo(repo string)

SetRepo adds the repo to the org remove team repository params

func (*OrgRemoveTeamRepositoryParams) SetTimeout

func (o *OrgRemoveTeamRepositoryParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the org remove team repository params

func (*OrgRemoveTeamRepositoryParams) WithContext

WithContext adds the context to the org remove team repository params

func (*OrgRemoveTeamRepositoryParams) WithDefaults

WithDefaults hydrates default values in the org remove team repository params (not the query body).

All values with no default are reset to their zero value.

func (*OrgRemoveTeamRepositoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the org remove team repository params

func (*OrgRemoveTeamRepositoryParams) WithID

WithID adds the id to the org remove team repository params

func (*OrgRemoveTeamRepositoryParams) WithOrg

WithOrg adds the org to the org remove team repository params

func (*OrgRemoveTeamRepositoryParams) WithRepo

WithRepo adds the repo to the org remove team repository params

func (*OrgRemoveTeamRepositoryParams) WithTimeout

WithTimeout adds the timeout to the org remove team repository params

func (*OrgRemoveTeamRepositoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrgRemoveTeamRepositoryReader

type OrgRemoveTeamRepositoryReader struct {
	// contains filtered or unexported fields
}

OrgRemoveTeamRepositoryReader is a Reader for the OrgRemoveTeamRepository structure.

func (*OrgRemoveTeamRepositoryReader) ReadResponse

func (o *OrgRemoveTeamRepositoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type OrgUpdateAvatarNoContent

type OrgUpdateAvatarNoContent struct {
}

OrgUpdateAvatarNoContent describes a response with status code 204, with default header values.

APIEmpty is an empty response

func NewOrgUpdateAvatarNoContent

func NewOrgUpdateAvatarNoContent() *OrgUpdateAvatarNoContent

NewOrgUpdateAvatarNoContent creates a OrgUpdateAvatarNoContent with default headers values

func (*OrgUpdateAvatarNoContent) Code

func (o *OrgUpdateAvatarNoContent) Code() int

Code gets the status code for the org update avatar no content response

func (*OrgUpdateAvatarNoContent) Error

func (o *OrgUpdateAvatarNoContent) Error() string

func (*OrgUpdateAvatarNoContent) IsClientError

func (o *OrgUpdateAvatarNoContent) IsClientError() bool

IsClientError returns true when this org update avatar no content response has a 4xx status code

func (*OrgUpdateAvatarNoContent) IsCode

func (o *OrgUpdateAvatarNoContent) IsCode(code int) bool

IsCode returns true when this org update avatar no content response a status code equal to that given

func (*OrgUpdateAvatarNoContent) IsRedirect

func (o *OrgUpdateAvatarNoContent) IsRedirect() bool

IsRedirect returns true when this org update avatar no content response has a 3xx status code

func (*OrgUpdateAvatarNoContent) IsServerError

func (o *OrgUpdateAvatarNoContent) IsServerError() bool

IsServerError returns true when this org update avatar no content response has a 5xx status code

func (*OrgUpdateAvatarNoContent) IsSuccess

func (o *OrgUpdateAvatarNoContent) IsSuccess() bool

IsSuccess returns true when this org update avatar no content response has a 2xx status code

func (*OrgUpdateAvatarNoContent) String

func (o *OrgUpdateAvatarNoContent) String() string

type OrgUpdateAvatarNotFound

type OrgUpdateAvatarNotFound struct {
}

OrgUpdateAvatarNotFound describes a response with status code 404, with default header values.

APINotFound is a not found empty response

func NewOrgUpdateAvatarNotFound

func NewOrgUpdateAvatarNotFound() *OrgUpdateAvatarNotFound

NewOrgUpdateAvatarNotFound creates a OrgUpdateAvatarNotFound with default headers values

func (*OrgUpdateAvatarNotFound) Code

func (o *OrgUpdateAvatarNotFound) Code() int

Code gets the status code for the org update avatar not found response

func (*OrgUpdateAvatarNotFound) Error

func (o *OrgUpdateAvatarNotFound) Error() string

func (*OrgUpdateAvatarNotFound) IsClientError

func (o *OrgUpdateAvatarNotFound) IsClientError() bool

IsClientError returns true when this org update avatar not found response has a 4xx status code

func (*OrgUpdateAvatarNotFound) IsCode

func (o *OrgUpdateAvatarNotFound) IsCode(code int) bool

IsCode returns true when this org update avatar not found response a status code equal to that given

func (*OrgUpdateAvatarNotFound) IsRedirect

func (o *OrgUpdateAvatarNotFound) IsRedirect() bool

IsRedirect returns true when this org update avatar not found response has a 3xx status code

func (*OrgUpdateAvatarNotFound) IsServerError

func (o *OrgUpdateAvatarNotFound) IsServerError() bool

IsServerError returns true when this org update avatar not found response has a 5xx status code

func (*OrgUpdateAvatarNotFound) IsSuccess

func (o *OrgUpdateAvatarNotFound) IsSuccess() bool

IsSuccess returns true when this org update avatar not found response has a 2xx status code

func (*OrgUpdateAvatarNotFound) String

func (o *OrgUpdateAvatarNotFound) String() string

type OrgUpdateAvatarParams

type OrgUpdateAvatarParams struct {

	// Body.
	Body *models.UpdateUserAvatarOption

	/* Org.

	   name of the organization
	*/
	Org string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

OrgUpdateAvatarParams contains all the parameters to send to the API endpoint

for the org update avatar operation.

Typically these are written to a http.Request.

func NewOrgUpdateAvatarParams

func NewOrgUpdateAvatarParams() *OrgUpdateAvatarParams

NewOrgUpdateAvatarParams creates a new OrgUpdateAvatarParams 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 NewOrgUpdateAvatarParamsWithContext

func NewOrgUpdateAvatarParamsWithContext(ctx context.Context) *OrgUpdateAvatarParams

NewOrgUpdateAvatarParamsWithContext creates a new OrgUpdateAvatarParams object with the ability to set a context for a request.

func NewOrgUpdateAvatarParamsWithHTTPClient

func NewOrgUpdateAvatarParamsWithHTTPClient(client *http.Client) *OrgUpdateAvatarParams

NewOrgUpdateAvatarParamsWithHTTPClient creates a new OrgUpdateAvatarParams object with the ability to set a custom HTTPClient for a request.

func NewOrgUpdateAvatarParamsWithTimeout

func NewOrgUpdateAvatarParamsWithTimeout(timeout time.Duration) *OrgUpdateAvatarParams

NewOrgUpdateAvatarParamsWithTimeout creates a new OrgUpdateAvatarParams object with the ability to set a timeout on a request.

func (*OrgUpdateAvatarParams) SetBody

SetBody adds the body to the org update avatar params

func (*OrgUpdateAvatarParams) SetContext

func (o *OrgUpdateAvatarParams) SetContext(ctx context.Context)

SetContext adds the context to the org update avatar params

func (*OrgUpdateAvatarParams) SetDefaults

func (o *OrgUpdateAvatarParams) SetDefaults()

SetDefaults hydrates default values in the org update avatar params (not the query body).

All values with no default are reset to their zero value.

func (*OrgUpdateAvatarParams) SetHTTPClient

func (o *OrgUpdateAvatarParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the org update avatar params

func (*OrgUpdateAvatarParams) SetOrg

func (o *OrgUpdateAvatarParams) SetOrg(org string)

SetOrg adds the org to the org update avatar params

func (*OrgUpdateAvatarParams) SetTimeout

func (o *OrgUpdateAvatarParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the org update avatar params

func (*OrgUpdateAvatarParams) WithBody

WithBody adds the body to the org update avatar params

func (*OrgUpdateAvatarParams) WithContext

WithContext adds the context to the org update avatar params

func (*OrgUpdateAvatarParams) WithDefaults

func (o *OrgUpdateAvatarParams) WithDefaults() *OrgUpdateAvatarParams

WithDefaults hydrates default values in the org update avatar params (not the query body).

All values with no default are reset to their zero value.

func (*OrgUpdateAvatarParams) WithHTTPClient

func (o *OrgUpdateAvatarParams) WithHTTPClient(client *http.Client) *OrgUpdateAvatarParams

WithHTTPClient adds the HTTPClient to the org update avatar params

func (*OrgUpdateAvatarParams) WithOrg

WithOrg adds the org to the org update avatar params

func (*OrgUpdateAvatarParams) WithTimeout

func (o *OrgUpdateAvatarParams) WithTimeout(timeout time.Duration) *OrgUpdateAvatarParams

WithTimeout adds the timeout to the org update avatar params

func (*OrgUpdateAvatarParams) WriteToRequest

func (o *OrgUpdateAvatarParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type OrgUpdateAvatarReader

type OrgUpdateAvatarReader struct {
	// contains filtered or unexported fields
}

OrgUpdateAvatarReader is a Reader for the OrgUpdateAvatar structure.

func (*OrgUpdateAvatarReader) ReadResponse

func (o *OrgUpdateAvatarReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type OrganizationBlockUserNoContent

type OrganizationBlockUserNoContent struct {
}

OrganizationBlockUserNoContent describes a response with status code 204, with default header values.

APIEmpty is an empty response

func NewOrganizationBlockUserNoContent

func NewOrganizationBlockUserNoContent() *OrganizationBlockUserNoContent

NewOrganizationBlockUserNoContent creates a OrganizationBlockUserNoContent with default headers values

func (*OrganizationBlockUserNoContent) Code

Code gets the status code for the organization block user no content response

func (*OrganizationBlockUserNoContent) Error

func (*OrganizationBlockUserNoContent) IsClientError

func (o *OrganizationBlockUserNoContent) IsClientError() bool

IsClientError returns true when this organization block user no content response has a 4xx status code

func (*OrganizationBlockUserNoContent) IsCode

func (o *OrganizationBlockUserNoContent) IsCode(code int) bool

IsCode returns true when this organization block user no content response a status code equal to that given

func (*OrganizationBlockUserNoContent) IsRedirect

func (o *OrganizationBlockUserNoContent) IsRedirect() bool

IsRedirect returns true when this organization block user no content response has a 3xx status code

func (*OrganizationBlockUserNoContent) IsServerError

func (o *OrganizationBlockUserNoContent) IsServerError() bool

IsServerError returns true when this organization block user no content response has a 5xx status code

func (*OrganizationBlockUserNoContent) IsSuccess

func (o *OrganizationBlockUserNoContent) IsSuccess() bool

IsSuccess returns true when this organization block user no content response has a 2xx status code

func (*OrganizationBlockUserNoContent) String

type OrganizationBlockUserNotFound

type OrganizationBlockUserNotFound struct {
}

OrganizationBlockUserNotFound describes a response with status code 404, with default header values.

APINotFound is a not found empty response

func NewOrganizationBlockUserNotFound

func NewOrganizationBlockUserNotFound() *OrganizationBlockUserNotFound

NewOrganizationBlockUserNotFound creates a OrganizationBlockUserNotFound with default headers values

func (*OrganizationBlockUserNotFound) Code

Code gets the status code for the organization block user not found response

func (*OrganizationBlockUserNotFound) Error

func (*OrganizationBlockUserNotFound) IsClientError

func (o *OrganizationBlockUserNotFound) IsClientError() bool

IsClientError returns true when this organization block user not found response has a 4xx status code

func (*OrganizationBlockUserNotFound) IsCode

func (o *OrganizationBlockUserNotFound) IsCode(code int) bool

IsCode returns true when this organization block user not found response a status code equal to that given

func (*OrganizationBlockUserNotFound) IsRedirect

func (o *OrganizationBlockUserNotFound) IsRedirect() bool

IsRedirect returns true when this organization block user not found response has a 3xx status code

func (*OrganizationBlockUserNotFound) IsServerError

func (o *OrganizationBlockUserNotFound) IsServerError() bool

IsServerError returns true when this organization block user not found response has a 5xx status code

func (*OrganizationBlockUserNotFound) IsSuccess

func (o *OrganizationBlockUserNotFound) IsSuccess() bool

IsSuccess returns true when this organization block user not found response has a 2xx status code

func (*OrganizationBlockUserNotFound) String

type OrganizationBlockUserParams

type OrganizationBlockUserParams struct {

	/* Note.

	   optional note for the block
	*/
	Note *string

	/* Org.

	   name of the organization
	*/
	Org string

	/* Username.

	   user to block
	*/
	Username string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

OrganizationBlockUserParams contains all the parameters to send to the API endpoint

for the organization block user operation.

Typically these are written to a http.Request.

func NewOrganizationBlockUserParams

func NewOrganizationBlockUserParams() *OrganizationBlockUserParams

NewOrganizationBlockUserParams creates a new OrganizationBlockUserParams 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 NewOrganizationBlockUserParamsWithContext

func NewOrganizationBlockUserParamsWithContext(ctx context.Context) *OrganizationBlockUserParams

NewOrganizationBlockUserParamsWithContext creates a new OrganizationBlockUserParams object with the ability to set a context for a request.

func NewOrganizationBlockUserParamsWithHTTPClient

func NewOrganizationBlockUserParamsWithHTTPClient(client *http.Client) *OrganizationBlockUserParams

NewOrganizationBlockUserParamsWithHTTPClient creates a new OrganizationBlockUserParams object with the ability to set a custom HTTPClient for a request.

func NewOrganizationBlockUserParamsWithTimeout

func NewOrganizationBlockUserParamsWithTimeout(timeout time.Duration) *OrganizationBlockUserParams

NewOrganizationBlockUserParamsWithTimeout creates a new OrganizationBlockUserParams object with the ability to set a timeout on a request.

func (*OrganizationBlockUserParams) SetContext

func (o *OrganizationBlockUserParams) SetContext(ctx context.Context)

SetContext adds the context to the organization block user params

func (*OrganizationBlockUserParams) SetDefaults

func (o *OrganizationBlockUserParams) SetDefaults()

SetDefaults hydrates default values in the organization block user params (not the query body).

All values with no default are reset to their zero value.

func (*OrganizationBlockUserParams) SetHTTPClient

func (o *OrganizationBlockUserParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the organization block user params

func (*OrganizationBlockUserParams) SetNote

func (o *OrganizationBlockUserParams) SetNote(note *string)

SetNote adds the note to the organization block user params

func (*OrganizationBlockUserParams) SetOrg

func (o *OrganizationBlockUserParams) SetOrg(org string)

SetOrg adds the org to the organization block user params

func (*OrganizationBlockUserParams) SetTimeout

func (o *OrganizationBlockUserParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the organization block user params

func (*OrganizationBlockUserParams) SetUsername

func (o *OrganizationBlockUserParams) SetUsername(username string)

SetUsername adds the username to the organization block user params

func (*OrganizationBlockUserParams) WithContext

WithContext adds the context to the organization block user params

func (*OrganizationBlockUserParams) WithDefaults

WithDefaults hydrates default values in the organization block user params (not the query body).

All values with no default are reset to their zero value.

func (*OrganizationBlockUserParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the organization block user params

func (*OrganizationBlockUserParams) WithNote

WithNote adds the note to the organization block user params

func (*OrganizationBlockUserParams) WithOrg

WithOrg adds the org to the organization block user params

func (*OrganizationBlockUserParams) WithTimeout

WithTimeout adds the timeout to the organization block user params

func (*OrganizationBlockUserParams) WithUsername

WithUsername adds the username to the organization block user params

func (*OrganizationBlockUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrganizationBlockUserReader

type OrganizationBlockUserReader struct {
	// contains filtered or unexported fields
}

OrganizationBlockUserReader is a Reader for the OrganizationBlockUser structure.

func (*OrganizationBlockUserReader) ReadResponse

func (o *OrganizationBlockUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type OrganizationBlockUserUnprocessableEntity

type OrganizationBlockUserUnprocessableEntity struct {
	Message string
	URL     string
}

OrganizationBlockUserUnprocessableEntity describes a response with status code 422, with default header values.

APIValidationError is error format response related to input validation

func NewOrganizationBlockUserUnprocessableEntity

func NewOrganizationBlockUserUnprocessableEntity() *OrganizationBlockUserUnprocessableEntity

NewOrganizationBlockUserUnprocessableEntity creates a OrganizationBlockUserUnprocessableEntity with default headers values

func (*OrganizationBlockUserUnprocessableEntity) Code

Code gets the status code for the organization block user unprocessable entity response

func (*OrganizationBlockUserUnprocessableEntity) Error

func (*OrganizationBlockUserUnprocessableEntity) IsClientError

IsClientError returns true when this organization block user unprocessable entity response has a 4xx status code

func (*OrganizationBlockUserUnprocessableEntity) IsCode

IsCode returns true when this organization block user unprocessable entity response a status code equal to that given

func (*OrganizationBlockUserUnprocessableEntity) IsRedirect

IsRedirect returns true when this organization block user unprocessable entity response has a 3xx status code

func (*OrganizationBlockUserUnprocessableEntity) IsServerError

IsServerError returns true when this organization block user unprocessable entity response has a 5xx status code

func (*OrganizationBlockUserUnprocessableEntity) IsSuccess

IsSuccess returns true when this organization block user unprocessable entity response has a 2xx status code

func (*OrganizationBlockUserUnprocessableEntity) String

type OrganizationCheckUserBlockNoContent

type OrganizationCheckUserBlockNoContent struct {
}

OrganizationCheckUserBlockNoContent describes a response with status code 204, with default header values.

APIEmpty is an empty response

func NewOrganizationCheckUserBlockNoContent

func NewOrganizationCheckUserBlockNoContent() *OrganizationCheckUserBlockNoContent

NewOrganizationCheckUserBlockNoContent creates a OrganizationCheckUserBlockNoContent with default headers values

func (*OrganizationCheckUserBlockNoContent) Code

Code gets the status code for the organization check user block no content response

func (*OrganizationCheckUserBlockNoContent) Error

func (*OrganizationCheckUserBlockNoContent) IsClientError

func (o *OrganizationCheckUserBlockNoContent) IsClientError() bool

IsClientError returns true when this organization check user block no content response has a 4xx status code

func (*OrganizationCheckUserBlockNoContent) IsCode

IsCode returns true when this organization check user block no content response a status code equal to that given

func (*OrganizationCheckUserBlockNoContent) IsRedirect

func (o *OrganizationCheckUserBlockNoContent) IsRedirect() bool

IsRedirect returns true when this organization check user block no content response has a 3xx status code

func (*OrganizationCheckUserBlockNoContent) IsServerError

func (o *OrganizationCheckUserBlockNoContent) IsServerError() bool

IsServerError returns true when this organization check user block no content response has a 5xx status code

func (*OrganizationCheckUserBlockNoContent) IsSuccess

IsSuccess returns true when this organization check user block no content response has a 2xx status code

func (*OrganizationCheckUserBlockNoContent) String

type OrganizationCheckUserBlockNotFound

type OrganizationCheckUserBlockNotFound struct {
}

OrganizationCheckUserBlockNotFound describes a response with status code 404, with default header values.

APINotFound is a not found empty response

func NewOrganizationCheckUserBlockNotFound

func NewOrganizationCheckUserBlockNotFound() *OrganizationCheckUserBlockNotFound

NewOrganizationCheckUserBlockNotFound creates a OrganizationCheckUserBlockNotFound with default headers values

func (*OrganizationCheckUserBlockNotFound) Code

Code gets the status code for the organization check user block not found response

func (*OrganizationCheckUserBlockNotFound) Error

func (*OrganizationCheckUserBlockNotFound) IsClientError

func (o *OrganizationCheckUserBlockNotFound) IsClientError() bool

IsClientError returns true when this organization check user block not found response has a 4xx status code

func (*OrganizationCheckUserBlockNotFound) IsCode

IsCode returns true when this organization check user block not found response a status code equal to that given

func (*OrganizationCheckUserBlockNotFound) IsRedirect

func (o *OrganizationCheckUserBlockNotFound) IsRedirect() bool

IsRedirect returns true when this organization check user block not found response has a 3xx status code

func (*OrganizationCheckUserBlockNotFound) IsServerError

func (o *OrganizationCheckUserBlockNotFound) IsServerError() bool

IsServerError returns true when this organization check user block not found response has a 5xx status code

func (*OrganizationCheckUserBlockNotFound) IsSuccess

IsSuccess returns true when this organization check user block not found response has a 2xx status code

func (*OrganizationCheckUserBlockNotFound) String

type OrganizationCheckUserBlockParams

type OrganizationCheckUserBlockParams struct {

	/* Org.

	   name of the organization
	*/
	Org string

	/* Username.

	   user to check
	*/
	Username string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

OrganizationCheckUserBlockParams contains all the parameters to send to the API endpoint

for the organization check user block operation.

Typically these are written to a http.Request.

func NewOrganizationCheckUserBlockParams

func NewOrganizationCheckUserBlockParams() *OrganizationCheckUserBlockParams

NewOrganizationCheckUserBlockParams creates a new OrganizationCheckUserBlockParams 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 NewOrganizationCheckUserBlockParamsWithContext

func NewOrganizationCheckUserBlockParamsWithContext(ctx context.Context) *OrganizationCheckUserBlockParams

NewOrganizationCheckUserBlockParamsWithContext creates a new OrganizationCheckUserBlockParams object with the ability to set a context for a request.

func NewOrganizationCheckUserBlockParamsWithHTTPClient

func NewOrganizationCheckUserBlockParamsWithHTTPClient(client *http.Client) *OrganizationCheckUserBlockParams

NewOrganizationCheckUserBlockParamsWithHTTPClient creates a new OrganizationCheckUserBlockParams object with the ability to set a custom HTTPClient for a request.

func NewOrganizationCheckUserBlockParamsWithTimeout

func NewOrganizationCheckUserBlockParamsWithTimeout(timeout time.Duration) *OrganizationCheckUserBlockParams

NewOrganizationCheckUserBlockParamsWithTimeout creates a new OrganizationCheckUserBlockParams object with the ability to set a timeout on a request.

func (*OrganizationCheckUserBlockParams) SetContext

SetContext adds the context to the organization check user block params

func (*OrganizationCheckUserBlockParams) SetDefaults

func (o *OrganizationCheckUserBlockParams) SetDefaults()

SetDefaults hydrates default values in the organization check user block params (not the query body).

All values with no default are reset to their zero value.

func (*OrganizationCheckUserBlockParams) SetHTTPClient

func (o *OrganizationCheckUserBlockParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the organization check user block params

func (*OrganizationCheckUserBlockParams) SetOrg

SetOrg adds the org to the organization check user block params

func (*OrganizationCheckUserBlockParams) SetTimeout

func (o *OrganizationCheckUserBlockParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the organization check user block params

func (*OrganizationCheckUserBlockParams) SetUsername

func (o *OrganizationCheckUserBlockParams) SetUsername(username string)

SetUsername adds the username to the organization check user block params

func (*OrganizationCheckUserBlockParams) WithContext

WithContext adds the context to the organization check user block params

func (*OrganizationCheckUserBlockParams) WithDefaults

WithDefaults hydrates default values in the organization check user block params (not the query body).

All values with no default are reset to their zero value.

func (*OrganizationCheckUserBlockParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the organization check user block params

func (*OrganizationCheckUserBlockParams) WithOrg

WithOrg adds the org to the organization check user block params

func (*OrganizationCheckUserBlockParams) WithTimeout

WithTimeout adds the timeout to the organization check user block params

func (*OrganizationCheckUserBlockParams) WithUsername

WithUsername adds the username to the organization check user block params

func (*OrganizationCheckUserBlockParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrganizationCheckUserBlockReader

type OrganizationCheckUserBlockReader struct {
	// contains filtered or unexported fields
}

OrganizationCheckUserBlockReader is a Reader for the OrganizationCheckUserBlock structure.

func (*OrganizationCheckUserBlockReader) ReadResponse

func (o *OrganizationCheckUserBlockReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type OrganizationListBlocksOK

type OrganizationListBlocksOK struct {
	Payload []*models.User
}

OrganizationListBlocksOK describes a response with status code 200, with default header values.

UserList

func NewOrganizationListBlocksOK

func NewOrganizationListBlocksOK() *OrganizationListBlocksOK

NewOrganizationListBlocksOK creates a OrganizationListBlocksOK with default headers values

func (*OrganizationListBlocksOK) Code

func (o *OrganizationListBlocksOK) Code() int

Code gets the status code for the organization list blocks o k response

func (*OrganizationListBlocksOK) Error

func (o *OrganizationListBlocksOK) Error() string

func (*OrganizationListBlocksOK) GetPayload

func (o *OrganizationListBlocksOK) GetPayload() []*models.User

func (*OrganizationListBlocksOK) IsClientError

func (o *OrganizationListBlocksOK) IsClientError() bool

IsClientError returns true when this organization list blocks o k response has a 4xx status code

func (*OrganizationListBlocksOK) IsCode

func (o *OrganizationListBlocksOK) IsCode(code int) bool

IsCode returns true when this organization list blocks o k response a status code equal to that given

func (*OrganizationListBlocksOK) IsRedirect

func (o *OrganizationListBlocksOK) IsRedirect() bool

IsRedirect returns true when this organization list blocks o k response has a 3xx status code

func (*OrganizationListBlocksOK) IsServerError

func (o *OrganizationListBlocksOK) IsServerError() bool

IsServerError returns true when this organization list blocks o k response has a 5xx status code

func (*OrganizationListBlocksOK) IsSuccess

func (o *OrganizationListBlocksOK) IsSuccess() bool

IsSuccess returns true when this organization list blocks o k response has a 2xx status code

func (*OrganizationListBlocksOK) String

func (o *OrganizationListBlocksOK) String() string

type OrganizationListBlocksParams

type OrganizationListBlocksParams struct {

	/* Limit.

	   page size of results
	*/
	Limit *int64

	/* Org.

	   name of the organization
	*/
	Org string

	/* Page.

	   page number of results to return (1-based)
	*/
	Page *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

OrganizationListBlocksParams contains all the parameters to send to the API endpoint

for the organization list blocks operation.

Typically these are written to a http.Request.

func NewOrganizationListBlocksParams

func NewOrganizationListBlocksParams() *OrganizationListBlocksParams

NewOrganizationListBlocksParams creates a new OrganizationListBlocksParams 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 NewOrganizationListBlocksParamsWithContext

func NewOrganizationListBlocksParamsWithContext(ctx context.Context) *OrganizationListBlocksParams

NewOrganizationListBlocksParamsWithContext creates a new OrganizationListBlocksParams object with the ability to set a context for a request.

func NewOrganizationListBlocksParamsWithHTTPClient

func NewOrganizationListBlocksParamsWithHTTPClient(client *http.Client) *OrganizationListBlocksParams

NewOrganizationListBlocksParamsWithHTTPClient creates a new OrganizationListBlocksParams object with the ability to set a custom HTTPClient for a request.

func NewOrganizationListBlocksParamsWithTimeout

func NewOrganizationListBlocksParamsWithTimeout(timeout time.Duration) *OrganizationListBlocksParams

NewOrganizationListBlocksParamsWithTimeout creates a new OrganizationListBlocksParams object with the ability to set a timeout on a request.

func (*OrganizationListBlocksParams) SetContext

func (o *OrganizationListBlocksParams) SetContext(ctx context.Context)

SetContext adds the context to the organization list blocks params

func (*OrganizationListBlocksParams) SetDefaults

func (o *OrganizationListBlocksParams) SetDefaults()

SetDefaults hydrates default values in the organization list blocks params (not the query body).

All values with no default are reset to their zero value.

func (*OrganizationListBlocksParams) SetHTTPClient

func (o *OrganizationListBlocksParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the organization list blocks params

func (*OrganizationListBlocksParams) SetLimit

func (o *OrganizationListBlocksParams) SetLimit(limit *int64)

SetLimit adds the limit to the organization list blocks params

func (*OrganizationListBlocksParams) SetOrg

func (o *OrganizationListBlocksParams) SetOrg(org string)

SetOrg adds the org to the organization list blocks params

func (*OrganizationListBlocksParams) SetPage

func (o *OrganizationListBlocksParams) SetPage(page *int64)

SetPage adds the page to the organization list blocks params

func (*OrganizationListBlocksParams) SetTimeout

func (o *OrganizationListBlocksParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the organization list blocks params

func (*OrganizationListBlocksParams) WithContext

WithContext adds the context to the organization list blocks params

func (*OrganizationListBlocksParams) WithDefaults

WithDefaults hydrates default values in the organization list blocks params (not the query body).

All values with no default are reset to their zero value.

func (*OrganizationListBlocksParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the organization list blocks params

func (*OrganizationListBlocksParams) WithLimit

WithLimit adds the limit to the organization list blocks params

func (*OrganizationListBlocksParams) WithOrg

WithOrg adds the org to the organization list blocks params

func (*OrganizationListBlocksParams) WithPage

WithPage adds the page to the organization list blocks params

func (*OrganizationListBlocksParams) WithTimeout

WithTimeout adds the timeout to the organization list blocks params

func (*OrganizationListBlocksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrganizationListBlocksReader

type OrganizationListBlocksReader struct {
	// contains filtered or unexported fields
}

OrganizationListBlocksReader is a Reader for the OrganizationListBlocks structure.

func (*OrganizationListBlocksReader) ReadResponse

func (o *OrganizationListBlocksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type OrganizationUnblockUserNoContent

type OrganizationUnblockUserNoContent struct {
}

OrganizationUnblockUserNoContent describes a response with status code 204, with default header values.

APIEmpty is an empty response

func NewOrganizationUnblockUserNoContent

func NewOrganizationUnblockUserNoContent() *OrganizationUnblockUserNoContent

NewOrganizationUnblockUserNoContent creates a OrganizationUnblockUserNoContent with default headers values

func (*OrganizationUnblockUserNoContent) Code

Code gets the status code for the organization unblock user no content response

func (*OrganizationUnblockUserNoContent) Error

func (*OrganizationUnblockUserNoContent) IsClientError

func (o *OrganizationUnblockUserNoContent) IsClientError() bool

IsClientError returns true when this organization unblock user no content response has a 4xx status code

func (*OrganizationUnblockUserNoContent) IsCode

func (o *OrganizationUnblockUserNoContent) IsCode(code int) bool

IsCode returns true when this organization unblock user no content response a status code equal to that given

func (*OrganizationUnblockUserNoContent) IsRedirect

func (o *OrganizationUnblockUserNoContent) IsRedirect() bool

IsRedirect returns true when this organization unblock user no content response has a 3xx status code

func (*OrganizationUnblockUserNoContent) IsServerError

func (o *OrganizationUnblockUserNoContent) IsServerError() bool

IsServerError returns true when this organization unblock user no content response has a 5xx status code

func (*OrganizationUnblockUserNoContent) IsSuccess

func (o *OrganizationUnblockUserNoContent) IsSuccess() bool

IsSuccess returns true when this organization unblock user no content response has a 2xx status code

func (*OrganizationUnblockUserNoContent) String

type OrganizationUnblockUserNotFound

type OrganizationUnblockUserNotFound struct {
}

OrganizationUnblockUserNotFound describes a response with status code 404, with default header values.

APINotFound is a not found empty response

func NewOrganizationUnblockUserNotFound

func NewOrganizationUnblockUserNotFound() *OrganizationUnblockUserNotFound

NewOrganizationUnblockUserNotFound creates a OrganizationUnblockUserNotFound with default headers values

func (*OrganizationUnblockUserNotFound) Code

Code gets the status code for the organization unblock user not found response

func (*OrganizationUnblockUserNotFound) Error

func (*OrganizationUnblockUserNotFound) IsClientError

func (o *OrganizationUnblockUserNotFound) IsClientError() bool

IsClientError returns true when this organization unblock user not found response has a 4xx status code

func (*OrganizationUnblockUserNotFound) IsCode

func (o *OrganizationUnblockUserNotFound) IsCode(code int) bool

IsCode returns true when this organization unblock user not found response a status code equal to that given

func (*OrganizationUnblockUserNotFound) IsRedirect

func (o *OrganizationUnblockUserNotFound) IsRedirect() bool

IsRedirect returns true when this organization unblock user not found response has a 3xx status code

func (*OrganizationUnblockUserNotFound) IsServerError

func (o *OrganizationUnblockUserNotFound) IsServerError() bool

IsServerError returns true when this organization unblock user not found response has a 5xx status code

func (*OrganizationUnblockUserNotFound) IsSuccess

func (o *OrganizationUnblockUserNotFound) IsSuccess() bool

IsSuccess returns true when this organization unblock user not found response has a 2xx status code

func (*OrganizationUnblockUserNotFound) String

type OrganizationUnblockUserParams

type OrganizationUnblockUserParams struct {

	/* Org.

	   name of the organization
	*/
	Org string

	/* Username.

	   user to unblock
	*/
	Username string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

OrganizationUnblockUserParams contains all the parameters to send to the API endpoint

for the organization unblock user operation.

Typically these are written to a http.Request.

func NewOrganizationUnblockUserParams

func NewOrganizationUnblockUserParams() *OrganizationUnblockUserParams

NewOrganizationUnblockUserParams creates a new OrganizationUnblockUserParams 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 NewOrganizationUnblockUserParamsWithContext

func NewOrganizationUnblockUserParamsWithContext(ctx context.Context) *OrganizationUnblockUserParams

NewOrganizationUnblockUserParamsWithContext creates a new OrganizationUnblockUserParams object with the ability to set a context for a request.

func NewOrganizationUnblockUserParamsWithHTTPClient

func NewOrganizationUnblockUserParamsWithHTTPClient(client *http.Client) *OrganizationUnblockUserParams

NewOrganizationUnblockUserParamsWithHTTPClient creates a new OrganizationUnblockUserParams object with the ability to set a custom HTTPClient for a request.

func NewOrganizationUnblockUserParamsWithTimeout

func NewOrganizationUnblockUserParamsWithTimeout(timeout time.Duration) *OrganizationUnblockUserParams

NewOrganizationUnblockUserParamsWithTimeout creates a new OrganizationUnblockUserParams object with the ability to set a timeout on a request.

func (*OrganizationUnblockUserParams) SetContext

func (o *OrganizationUnblockUserParams) SetContext(ctx context.Context)

SetContext adds the context to the organization unblock user params

func (*OrganizationUnblockUserParams) SetDefaults

func (o *OrganizationUnblockUserParams) SetDefaults()

SetDefaults hydrates default values in the organization unblock user params (not the query body).

All values with no default are reset to their zero value.

func (*OrganizationUnblockUserParams) SetHTTPClient

func (o *OrganizationUnblockUserParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the organization unblock user params

func (*OrganizationUnblockUserParams) SetOrg

func (o *OrganizationUnblockUserParams) SetOrg(org string)

SetOrg adds the org to the organization unblock user params

func (*OrganizationUnblockUserParams) SetTimeout

func (o *OrganizationUnblockUserParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the organization unblock user params

func (*OrganizationUnblockUserParams) SetUsername

func (o *OrganizationUnblockUserParams) SetUsername(username string)

SetUsername adds the username to the organization unblock user params

func (*OrganizationUnblockUserParams) WithContext

WithContext adds the context to the organization unblock user params

func (*OrganizationUnblockUserParams) WithDefaults

WithDefaults hydrates default values in the organization unblock user params (not the query body).

All values with no default are reset to their zero value.

func (*OrganizationUnblockUserParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the organization unblock user params

func (*OrganizationUnblockUserParams) WithOrg

WithOrg adds the org to the organization unblock user params

func (*OrganizationUnblockUserParams) WithTimeout

WithTimeout adds the timeout to the organization unblock user params

func (*OrganizationUnblockUserParams) WithUsername

WithUsername adds the username to the organization unblock user params

func (*OrganizationUnblockUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrganizationUnblockUserReader

type OrganizationUnblockUserReader struct {
	// contains filtered or unexported fields
}

OrganizationUnblockUserReader is a Reader for the OrganizationUnblockUser structure.

func (*OrganizationUnblockUserReader) ReadResponse

func (o *OrganizationUnblockUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type OrganizationUnblockUserUnprocessableEntity

type OrganizationUnblockUserUnprocessableEntity struct {
	Message string
	URL     string
}

OrganizationUnblockUserUnprocessableEntity describes a response with status code 422, with default header values.

APIValidationError is error format response related to input validation

func NewOrganizationUnblockUserUnprocessableEntity

func NewOrganizationUnblockUserUnprocessableEntity() *OrganizationUnblockUserUnprocessableEntity

NewOrganizationUnblockUserUnprocessableEntity creates a OrganizationUnblockUserUnprocessableEntity with default headers values

func (*OrganizationUnblockUserUnprocessableEntity) Code

Code gets the status code for the organization unblock user unprocessable entity response

func (*OrganizationUnblockUserUnprocessableEntity) Error

func (*OrganizationUnblockUserUnprocessableEntity) IsClientError

IsClientError returns true when this organization unblock user unprocessable entity response has a 4xx status code

func (*OrganizationUnblockUserUnprocessableEntity) IsCode

IsCode returns true when this organization unblock user unprocessable entity response a status code equal to that given

func (*OrganizationUnblockUserUnprocessableEntity) IsRedirect

IsRedirect returns true when this organization unblock user unprocessable entity response has a 3xx status code

func (*OrganizationUnblockUserUnprocessableEntity) IsServerError

IsServerError returns true when this organization unblock user unprocessable entity response has a 5xx status code

func (*OrganizationUnblockUserUnprocessableEntity) IsSuccess

IsSuccess returns true when this organization unblock user unprocessable entity response has a 2xx status code

func (*OrganizationUnblockUserUnprocessableEntity) String

type TeamSearchNotFound

type TeamSearchNotFound struct {
}

TeamSearchNotFound describes a response with status code 404, with default header values.

APINotFound is a not found empty response

func NewTeamSearchNotFound

func NewTeamSearchNotFound() *TeamSearchNotFound

NewTeamSearchNotFound creates a TeamSearchNotFound with default headers values

func (*TeamSearchNotFound) Code

func (o *TeamSearchNotFound) Code() int

Code gets the status code for the team search not found response

func (*TeamSearchNotFound) Error

func (o *TeamSearchNotFound) Error() string

func (*TeamSearchNotFound) IsClientError

func (o *TeamSearchNotFound) IsClientError() bool

IsClientError returns true when this team search not found response has a 4xx status code

func (*TeamSearchNotFound) IsCode

func (o *TeamSearchNotFound) IsCode(code int) bool

IsCode returns true when this team search not found response a status code equal to that given

func (*TeamSearchNotFound) IsRedirect

func (o *TeamSearchNotFound) IsRedirect() bool

IsRedirect returns true when this team search not found response has a 3xx status code

func (*TeamSearchNotFound) IsServerError

func (o *TeamSearchNotFound) IsServerError() bool

IsServerError returns true when this team search not found response has a 5xx status code

func (*TeamSearchNotFound) IsSuccess

func (o *TeamSearchNotFound) IsSuccess() bool

IsSuccess returns true when this team search not found response has a 2xx status code

func (*TeamSearchNotFound) String

func (o *TeamSearchNotFound) String() string

type TeamSearchOK

type TeamSearchOK struct {
	Payload *TeamSearchOKBody
}

TeamSearchOK describes a response with status code 200, with default header values.

SearchResults of a successful search

func NewTeamSearchOK

func NewTeamSearchOK() *TeamSearchOK

NewTeamSearchOK creates a TeamSearchOK with default headers values

func (*TeamSearchOK) Code

func (o *TeamSearchOK) Code() int

Code gets the status code for the team search o k response

func (*TeamSearchOK) Error

func (o *TeamSearchOK) Error() string

func (*TeamSearchOK) GetPayload

func (o *TeamSearchOK) GetPayload() *TeamSearchOKBody

func (*TeamSearchOK) IsClientError

func (o *TeamSearchOK) IsClientError() bool

IsClientError returns true when this team search o k response has a 4xx status code

func (*TeamSearchOK) IsCode

func (o *TeamSearchOK) IsCode(code int) bool

IsCode returns true when this team search o k response a status code equal to that given

func (*TeamSearchOK) IsRedirect

func (o *TeamSearchOK) IsRedirect() bool

IsRedirect returns true when this team search o k response has a 3xx status code

func (*TeamSearchOK) IsServerError

func (o *TeamSearchOK) IsServerError() bool

IsServerError returns true when this team search o k response has a 5xx status code

func (*TeamSearchOK) IsSuccess

func (o *TeamSearchOK) IsSuccess() bool

IsSuccess returns true when this team search o k response has a 2xx status code

func (*TeamSearchOK) String

func (o *TeamSearchOK) String() string

type TeamSearchOKBody

type TeamSearchOKBody struct {

	// data
	Data []*models.Team `json:"data"`

	// ok
	Ok bool `json:"ok,omitempty"`
}

TeamSearchOKBody team search o k body swagger:model TeamSearchOKBody

func (*TeamSearchOKBody) ContextValidate

func (o *TeamSearchOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this team search o k body based on the context it is used

func (*TeamSearchOKBody) MarshalBinary

func (o *TeamSearchOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*TeamSearchOKBody) UnmarshalBinary

func (o *TeamSearchOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*TeamSearchOKBody) Validate

func (o *TeamSearchOKBody) Validate(formats strfmt.Registry) error

Validate validates this team search o k body

type TeamSearchParams

type TeamSearchParams struct {

	/* IncludeDesc.

	   include search within team description (defaults to true)
	*/
	IncludeDesc *bool

	/* Limit.

	   page size of results
	*/
	Limit *int64

	/* Org.

	   name of the organization
	*/
	Org string

	/* Page.

	   page number of results to return (1-based)
	*/
	Page *int64

	/* Q.

	   keywords to search
	*/
	Q *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

TeamSearchParams contains all the parameters to send to the API endpoint

for the team search operation.

Typically these are written to a http.Request.

func NewTeamSearchParams

func NewTeamSearchParams() *TeamSearchParams

NewTeamSearchParams creates a new TeamSearchParams 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 NewTeamSearchParamsWithContext

func NewTeamSearchParamsWithContext(ctx context.Context) *TeamSearchParams

NewTeamSearchParamsWithContext creates a new TeamSearchParams object with the ability to set a context for a request.

func NewTeamSearchParamsWithHTTPClient

func NewTeamSearchParamsWithHTTPClient(client *http.Client) *TeamSearchParams

NewTeamSearchParamsWithHTTPClient creates a new TeamSearchParams object with the ability to set a custom HTTPClient for a request.

func NewTeamSearchParamsWithTimeout

func NewTeamSearchParamsWithTimeout(timeout time.Duration) *TeamSearchParams

NewTeamSearchParamsWithTimeout creates a new TeamSearchParams object with the ability to set a timeout on a request.

func (*TeamSearchParams) SetContext

func (o *TeamSearchParams) SetContext(ctx context.Context)

SetContext adds the context to the team search params

func (*TeamSearchParams) SetDefaults

func (o *TeamSearchParams) SetDefaults()

SetDefaults hydrates default values in the team search params (not the query body).

All values with no default are reset to their zero value.

func (*TeamSearchParams) SetHTTPClient

func (o *TeamSearchParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the team search params

func (*TeamSearchParams) SetIncludeDesc

func (o *TeamSearchParams) SetIncludeDesc(includeDesc *bool)

SetIncludeDesc adds the includeDesc to the team search params

func (*TeamSearchParams) SetLimit

func (o *TeamSearchParams) SetLimit(limit *int64)

SetLimit adds the limit to the team search params

func (*TeamSearchParams) SetOrg

func (o *TeamSearchParams) SetOrg(org string)

SetOrg adds the org to the team search params

func (*TeamSearchParams) SetPage

func (o *TeamSearchParams) SetPage(page *int64)

SetPage adds the page to the team search params

func (*TeamSearchParams) SetQ

func (o *TeamSearchParams) SetQ(q *string)

SetQ adds the q to the team search params

func (*TeamSearchParams) SetTimeout

func (o *TeamSearchParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the team search params

func (*TeamSearchParams) WithContext

func (o *TeamSearchParams) WithContext(ctx context.Context) *TeamSearchParams

WithContext adds the context to the team search params

func (*TeamSearchParams) WithDefaults

func (o *TeamSearchParams) WithDefaults() *TeamSearchParams

WithDefaults hydrates default values in the team search params (not the query body).

All values with no default are reset to their zero value.

func (*TeamSearchParams) WithHTTPClient

func (o *TeamSearchParams) WithHTTPClient(client *http.Client) *TeamSearchParams

WithHTTPClient adds the HTTPClient to the team search params

func (*TeamSearchParams) WithIncludeDesc

func (o *TeamSearchParams) WithIncludeDesc(includeDesc *bool) *TeamSearchParams

WithIncludeDesc adds the includeDesc to the team search params

func (*TeamSearchParams) WithLimit

func (o *TeamSearchParams) WithLimit(limit *int64) *TeamSearchParams

WithLimit adds the limit to the team search params

func (*TeamSearchParams) WithOrg

func (o *TeamSearchParams) WithOrg(org string) *TeamSearchParams

WithOrg adds the org to the team search params

func (*TeamSearchParams) WithPage

func (o *TeamSearchParams) WithPage(page *int64) *TeamSearchParams

WithPage adds the page to the team search params

func (*TeamSearchParams) WithQ

WithQ adds the q to the team search params

func (*TeamSearchParams) WithTimeout

func (o *TeamSearchParams) WithTimeout(timeout time.Duration) *TeamSearchParams

WithTimeout adds the timeout to the team search params

func (*TeamSearchParams) WriteToRequest

func (o *TeamSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type TeamSearchReader

type TeamSearchReader struct {
	// contains filtered or unexported fields
}

TeamSearchReader is a Reader for the TeamSearch structure.

func (*TeamSearchReader) ReadResponse

func (o *TeamSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateOrgSecretBadRequest

type UpdateOrgSecretBadRequest struct {
	Message string
	URL     string
}

UpdateOrgSecretBadRequest describes a response with status code 400, with default header values.

APIError is error format response

func NewUpdateOrgSecretBadRequest

func NewUpdateOrgSecretBadRequest() *UpdateOrgSecretBadRequest

NewUpdateOrgSecretBadRequest creates a UpdateOrgSecretBadRequest with default headers values

func (*UpdateOrgSecretBadRequest) Code

func (o *UpdateOrgSecretBadRequest) Code() int

Code gets the status code for the update org secret bad request response

func (*UpdateOrgSecretBadRequest) Error

func (o *UpdateOrgSecretBadRequest) Error() string

func (*UpdateOrgSecretBadRequest) IsClientError

func (o *UpdateOrgSecretBadRequest) IsClientError() bool

IsClientError returns true when this update org secret bad request response has a 4xx status code

func (*UpdateOrgSecretBadRequest) IsCode

func (o *UpdateOrgSecretBadRequest) IsCode(code int) bool

IsCode returns true when this update org secret bad request response a status code equal to that given

func (*UpdateOrgSecretBadRequest) IsRedirect

func (o *UpdateOrgSecretBadRequest) IsRedirect() bool

IsRedirect returns true when this update org secret bad request response has a 3xx status code

func (*UpdateOrgSecretBadRequest) IsServerError

func (o *UpdateOrgSecretBadRequest) IsServerError() bool

IsServerError returns true when this update org secret bad request response has a 5xx status code

func (*UpdateOrgSecretBadRequest) IsSuccess

func (o *UpdateOrgSecretBadRequest) IsSuccess() bool

IsSuccess returns true when this update org secret bad request response has a 2xx status code

func (*UpdateOrgSecretBadRequest) String

func (o *UpdateOrgSecretBadRequest) String() string

type UpdateOrgSecretCreated

type UpdateOrgSecretCreated struct {
}

UpdateOrgSecretCreated describes a response with status code 201, with default header values.

response when creating a secret

func NewUpdateOrgSecretCreated

func NewUpdateOrgSecretCreated() *UpdateOrgSecretCreated

NewUpdateOrgSecretCreated creates a UpdateOrgSecretCreated with default headers values

func (*UpdateOrgSecretCreated) Code

func (o *UpdateOrgSecretCreated) Code() int

Code gets the status code for the update org secret created response

func (*UpdateOrgSecretCreated) Error

func (o *UpdateOrgSecretCreated) Error() string

func (*UpdateOrgSecretCreated) IsClientError

func (o *UpdateOrgSecretCreated) IsClientError() bool

IsClientError returns true when this update org secret created response has a 4xx status code

func (*UpdateOrgSecretCreated) IsCode

func (o *UpdateOrgSecretCreated) IsCode(code int) bool

IsCode returns true when this update org secret created response a status code equal to that given

func (*UpdateOrgSecretCreated) IsRedirect

func (o *UpdateOrgSecretCreated) IsRedirect() bool

IsRedirect returns true when this update org secret created response has a 3xx status code

func (*UpdateOrgSecretCreated) IsServerError

func (o *UpdateOrgSecretCreated) IsServerError() bool

IsServerError returns true when this update org secret created response has a 5xx status code

func (*UpdateOrgSecretCreated) IsSuccess

func (o *UpdateOrgSecretCreated) IsSuccess() bool

IsSuccess returns true when this update org secret created response has a 2xx status code

func (*UpdateOrgSecretCreated) String

func (o *UpdateOrgSecretCreated) String() string

type UpdateOrgSecretNoContent

type UpdateOrgSecretNoContent struct {
}

UpdateOrgSecretNoContent describes a response with status code 204, with default header values.

response when updating a secret

func NewUpdateOrgSecretNoContent

func NewUpdateOrgSecretNoContent() *UpdateOrgSecretNoContent

NewUpdateOrgSecretNoContent creates a UpdateOrgSecretNoContent with default headers values

func (*UpdateOrgSecretNoContent) Code

func (o *UpdateOrgSecretNoContent) Code() int

Code gets the status code for the update org secret no content response

func (*UpdateOrgSecretNoContent) Error

func (o *UpdateOrgSecretNoContent) Error() string

func (*UpdateOrgSecretNoContent) IsClientError

func (o *UpdateOrgSecretNoContent) IsClientError() bool

IsClientError returns true when this update org secret no content response has a 4xx status code

func (*UpdateOrgSecretNoContent) IsCode

func (o *UpdateOrgSecretNoContent) IsCode(code int) bool

IsCode returns true when this update org secret no content response a status code equal to that given

func (*UpdateOrgSecretNoContent) IsRedirect

func (o *UpdateOrgSecretNoContent) IsRedirect() bool

IsRedirect returns true when this update org secret no content response has a 3xx status code

func (*UpdateOrgSecretNoContent) IsServerError

func (o *UpdateOrgSecretNoContent) IsServerError() bool

IsServerError returns true when this update org secret no content response has a 5xx status code

func (*UpdateOrgSecretNoContent) IsSuccess

func (o *UpdateOrgSecretNoContent) IsSuccess() bool

IsSuccess returns true when this update org secret no content response has a 2xx status code

func (*UpdateOrgSecretNoContent) String

func (o *UpdateOrgSecretNoContent) String() string

type UpdateOrgSecretNotFound

type UpdateOrgSecretNotFound struct {
}

UpdateOrgSecretNotFound describes a response with status code 404, with default header values.

APINotFound is a not found empty response

func NewUpdateOrgSecretNotFound

func NewUpdateOrgSecretNotFound() *UpdateOrgSecretNotFound

NewUpdateOrgSecretNotFound creates a UpdateOrgSecretNotFound with default headers values

func (*UpdateOrgSecretNotFound) Code

func (o *UpdateOrgSecretNotFound) Code() int

Code gets the status code for the update org secret not found response

func (*UpdateOrgSecretNotFound) Error

func (o *UpdateOrgSecretNotFound) Error() string

func (*UpdateOrgSecretNotFound) IsClientError

func (o *UpdateOrgSecretNotFound) IsClientError() bool

IsClientError returns true when this update org secret not found response has a 4xx status code

func (*UpdateOrgSecretNotFound) IsCode

func (o *UpdateOrgSecretNotFound) IsCode(code int) bool

IsCode returns true when this update org secret not found response a status code equal to that given

func (*UpdateOrgSecretNotFound) IsRedirect

func (o *UpdateOrgSecretNotFound) IsRedirect() bool

IsRedirect returns true when this update org secret not found response has a 3xx status code

func (*UpdateOrgSecretNotFound) IsServerError

func (o *UpdateOrgSecretNotFound) IsServerError() bool

IsServerError returns true when this update org secret not found response has a 5xx status code

func (*UpdateOrgSecretNotFound) IsSuccess

func (o *UpdateOrgSecretNotFound) IsSuccess() bool

IsSuccess returns true when this update org secret not found response has a 2xx status code

func (*UpdateOrgSecretNotFound) String

func (o *UpdateOrgSecretNotFound) String() string

type UpdateOrgSecretParams

type UpdateOrgSecretParams struct {

	// Body.
	Body *models.CreateOrUpdateSecretOption

	/* Org.

	   name of organization
	*/
	Org string

	/* Secretname.

	   name of the secret
	*/
	Secretname string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateOrgSecretParams contains all the parameters to send to the API endpoint

for the update org secret operation.

Typically these are written to a http.Request.

func NewUpdateOrgSecretParams

func NewUpdateOrgSecretParams() *UpdateOrgSecretParams

NewUpdateOrgSecretParams creates a new UpdateOrgSecretParams 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 NewUpdateOrgSecretParamsWithContext

func NewUpdateOrgSecretParamsWithContext(ctx context.Context) *UpdateOrgSecretParams

NewUpdateOrgSecretParamsWithContext creates a new UpdateOrgSecretParams object with the ability to set a context for a request.

func NewUpdateOrgSecretParamsWithHTTPClient

func NewUpdateOrgSecretParamsWithHTTPClient(client *http.Client) *UpdateOrgSecretParams

NewUpdateOrgSecretParamsWithHTTPClient creates a new UpdateOrgSecretParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateOrgSecretParamsWithTimeout

func NewUpdateOrgSecretParamsWithTimeout(timeout time.Duration) *UpdateOrgSecretParams

NewUpdateOrgSecretParamsWithTimeout creates a new UpdateOrgSecretParams object with the ability to set a timeout on a request.

func (*UpdateOrgSecretParams) SetBody

SetBody adds the body to the update org secret params

func (*UpdateOrgSecretParams) SetContext

func (o *UpdateOrgSecretParams) SetContext(ctx context.Context)

SetContext adds the context to the update org secret params

func (*UpdateOrgSecretParams) SetDefaults

func (o *UpdateOrgSecretParams) SetDefaults()

SetDefaults hydrates default values in the update org secret params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateOrgSecretParams) SetHTTPClient

func (o *UpdateOrgSecretParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update org secret params

func (*UpdateOrgSecretParams) SetOrg

func (o *UpdateOrgSecretParams) SetOrg(org string)

SetOrg adds the org to the update org secret params

func (*UpdateOrgSecretParams) SetSecretname

func (o *UpdateOrgSecretParams) SetSecretname(secretname string)

SetSecretname adds the secretname to the update org secret params

func (*UpdateOrgSecretParams) SetTimeout

func (o *UpdateOrgSecretParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update org secret params

func (*UpdateOrgSecretParams) WithBody

WithBody adds the body to the update org secret params

func (*UpdateOrgSecretParams) WithContext

WithContext adds the context to the update org secret params

func (*UpdateOrgSecretParams) WithDefaults

func (o *UpdateOrgSecretParams) WithDefaults() *UpdateOrgSecretParams

WithDefaults hydrates default values in the update org secret params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateOrgSecretParams) WithHTTPClient

func (o *UpdateOrgSecretParams) WithHTTPClient(client *http.Client) *UpdateOrgSecretParams

WithHTTPClient adds the HTTPClient to the update org secret params

func (*UpdateOrgSecretParams) WithOrg

WithOrg adds the org to the update org secret params

func (*UpdateOrgSecretParams) WithSecretname

func (o *UpdateOrgSecretParams) WithSecretname(secretname string) *UpdateOrgSecretParams

WithSecretname adds the secretname to the update org secret params

func (*UpdateOrgSecretParams) WithTimeout

func (o *UpdateOrgSecretParams) WithTimeout(timeout time.Duration) *UpdateOrgSecretParams

WithTimeout adds the timeout to the update org secret params

func (*UpdateOrgSecretParams) WriteToRequest

func (o *UpdateOrgSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateOrgSecretReader

type UpdateOrgSecretReader struct {
	// contains filtered or unexported fields
}

UpdateOrgSecretReader is a Reader for the UpdateOrgSecret structure.

func (*UpdateOrgSecretReader) ReadResponse

func (o *UpdateOrgSecretReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateOrgVariableBadRequest

type UpdateOrgVariableBadRequest struct {
	Message string
	URL     string
}

UpdateOrgVariableBadRequest describes a response with status code 400, with default header values.

APIError is error format response

func NewUpdateOrgVariableBadRequest

func NewUpdateOrgVariableBadRequest() *UpdateOrgVariableBadRequest

NewUpdateOrgVariableBadRequest creates a UpdateOrgVariableBadRequest with default headers values

func (*UpdateOrgVariableBadRequest) Code

func (o *UpdateOrgVariableBadRequest) Code() int

Code gets the status code for the update org variable bad request response

func (*UpdateOrgVariableBadRequest) Error

func (*UpdateOrgVariableBadRequest) IsClientError

func (o *UpdateOrgVariableBadRequest) IsClientError() bool

IsClientError returns true when this update org variable bad request response has a 4xx status code

func (*UpdateOrgVariableBadRequest) IsCode

func (o *UpdateOrgVariableBadRequest) IsCode(code int) bool

IsCode returns true when this update org variable bad request response a status code equal to that given

func (*UpdateOrgVariableBadRequest) IsRedirect

func (o *UpdateOrgVariableBadRequest) IsRedirect() bool

IsRedirect returns true when this update org variable bad request response has a 3xx status code

func (*UpdateOrgVariableBadRequest) IsServerError

func (o *UpdateOrgVariableBadRequest) IsServerError() bool

IsServerError returns true when this update org variable bad request response has a 5xx status code

func (*UpdateOrgVariableBadRequest) IsSuccess

func (o *UpdateOrgVariableBadRequest) IsSuccess() bool

IsSuccess returns true when this update org variable bad request response has a 2xx status code

func (*UpdateOrgVariableBadRequest) String

func (o *UpdateOrgVariableBadRequest) String() string

type UpdateOrgVariableCreated

type UpdateOrgVariableCreated struct {
}

UpdateOrgVariableCreated describes a response with status code 201, with default header values.

response when updating an org-level variable

func NewUpdateOrgVariableCreated

func NewUpdateOrgVariableCreated() *UpdateOrgVariableCreated

NewUpdateOrgVariableCreated creates a UpdateOrgVariableCreated with default headers values

func (*UpdateOrgVariableCreated) Code

func (o *UpdateOrgVariableCreated) Code() int

Code gets the status code for the update org variable created response

func (*UpdateOrgVariableCreated) Error

func (o *UpdateOrgVariableCreated) Error() string

func (*UpdateOrgVariableCreated) IsClientError

func (o *UpdateOrgVariableCreated) IsClientError() bool

IsClientError returns true when this update org variable created response has a 4xx status code

func (*UpdateOrgVariableCreated) IsCode

func (o *UpdateOrgVariableCreated) IsCode(code int) bool

IsCode returns true when this update org variable created response a status code equal to that given

func (*UpdateOrgVariableCreated) IsRedirect

func (o *UpdateOrgVariableCreated) IsRedirect() bool

IsRedirect returns true when this update org variable created response has a 3xx status code

func (*UpdateOrgVariableCreated) IsServerError

func (o *UpdateOrgVariableCreated) IsServerError() bool

IsServerError returns true when this update org variable created response has a 5xx status code

func (*UpdateOrgVariableCreated) IsSuccess

func (o *UpdateOrgVariableCreated) IsSuccess() bool

IsSuccess returns true when this update org variable created response has a 2xx status code

func (*UpdateOrgVariableCreated) String

func (o *UpdateOrgVariableCreated) String() string

type UpdateOrgVariableNoContent

type UpdateOrgVariableNoContent struct {
}

UpdateOrgVariableNoContent describes a response with status code 204, with default header values.

response when updating an org-level variable

func NewUpdateOrgVariableNoContent

func NewUpdateOrgVariableNoContent() *UpdateOrgVariableNoContent

NewUpdateOrgVariableNoContent creates a UpdateOrgVariableNoContent with default headers values

func (*UpdateOrgVariableNoContent) Code

func (o *UpdateOrgVariableNoContent) Code() int

Code gets the status code for the update org variable no content response

func (*UpdateOrgVariableNoContent) Error

func (*UpdateOrgVariableNoContent) IsClientError

func (o *UpdateOrgVariableNoContent) IsClientError() bool

IsClientError returns true when this update org variable no content response has a 4xx status code

func (*UpdateOrgVariableNoContent) IsCode

func (o *UpdateOrgVariableNoContent) IsCode(code int) bool

IsCode returns true when this update org variable no content response a status code equal to that given

func (*UpdateOrgVariableNoContent) IsRedirect

func (o *UpdateOrgVariableNoContent) IsRedirect() bool

IsRedirect returns true when this update org variable no content response has a 3xx status code

func (*UpdateOrgVariableNoContent) IsServerError

func (o *UpdateOrgVariableNoContent) IsServerError() bool

IsServerError returns true when this update org variable no content response has a 5xx status code

func (*UpdateOrgVariableNoContent) IsSuccess

func (o *UpdateOrgVariableNoContent) IsSuccess() bool

IsSuccess returns true when this update org variable no content response has a 2xx status code

func (*UpdateOrgVariableNoContent) String

func (o *UpdateOrgVariableNoContent) String() string

type UpdateOrgVariableNotFound

type UpdateOrgVariableNotFound struct {
}

UpdateOrgVariableNotFound describes a response with status code 404, with default header values.

APINotFound is a not found empty response

func NewUpdateOrgVariableNotFound

func NewUpdateOrgVariableNotFound() *UpdateOrgVariableNotFound

NewUpdateOrgVariableNotFound creates a UpdateOrgVariableNotFound with default headers values

func (*UpdateOrgVariableNotFound) Code

func (o *UpdateOrgVariableNotFound) Code() int

Code gets the status code for the update org variable not found response

func (*UpdateOrgVariableNotFound) Error

func (o *UpdateOrgVariableNotFound) Error() string

func (*UpdateOrgVariableNotFound) IsClientError

func (o *UpdateOrgVariableNotFound) IsClientError() bool

IsClientError returns true when this update org variable not found response has a 4xx status code

func (*UpdateOrgVariableNotFound) IsCode

func (o *UpdateOrgVariableNotFound) IsCode(code int) bool

IsCode returns true when this update org variable not found response a status code equal to that given

func (*UpdateOrgVariableNotFound) IsRedirect

func (o *UpdateOrgVariableNotFound) IsRedirect() bool

IsRedirect returns true when this update org variable not found response has a 3xx status code

func (*UpdateOrgVariableNotFound) IsServerError

func (o *UpdateOrgVariableNotFound) IsServerError() bool

IsServerError returns true when this update org variable not found response has a 5xx status code

func (*UpdateOrgVariableNotFound) IsSuccess

func (o *UpdateOrgVariableNotFound) IsSuccess() bool

IsSuccess returns true when this update org variable not found response has a 2xx status code

func (*UpdateOrgVariableNotFound) String

func (o *UpdateOrgVariableNotFound) String() string

type UpdateOrgVariableParams

type UpdateOrgVariableParams struct {

	// Body.
	Body *models.UpdateVariableOption

	/* Org.

	   name of the organization
	*/
	Org string

	/* Variablename.

	   name of the variable
	*/
	Variablename string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateOrgVariableParams contains all the parameters to send to the API endpoint

for the update org variable operation.

Typically these are written to a http.Request.

func NewUpdateOrgVariableParams

func NewUpdateOrgVariableParams() *UpdateOrgVariableParams

NewUpdateOrgVariableParams creates a new UpdateOrgVariableParams 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 NewUpdateOrgVariableParamsWithContext

func NewUpdateOrgVariableParamsWithContext(ctx context.Context) *UpdateOrgVariableParams

NewUpdateOrgVariableParamsWithContext creates a new UpdateOrgVariableParams object with the ability to set a context for a request.

func NewUpdateOrgVariableParamsWithHTTPClient

func NewUpdateOrgVariableParamsWithHTTPClient(client *http.Client) *UpdateOrgVariableParams

NewUpdateOrgVariableParamsWithHTTPClient creates a new UpdateOrgVariableParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateOrgVariableParamsWithTimeout

func NewUpdateOrgVariableParamsWithTimeout(timeout time.Duration) *UpdateOrgVariableParams

NewUpdateOrgVariableParamsWithTimeout creates a new UpdateOrgVariableParams object with the ability to set a timeout on a request.

func (*UpdateOrgVariableParams) SetBody

SetBody adds the body to the update org variable params

func (*UpdateOrgVariableParams) SetContext

func (o *UpdateOrgVariableParams) SetContext(ctx context.Context)

SetContext adds the context to the update org variable params

func (*UpdateOrgVariableParams) SetDefaults

func (o *UpdateOrgVariableParams) SetDefaults()

SetDefaults hydrates default values in the update org variable params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateOrgVariableParams) SetHTTPClient

func (o *UpdateOrgVariableParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update org variable params

func (*UpdateOrgVariableParams) SetOrg

func (o *UpdateOrgVariableParams) SetOrg(org string)

SetOrg adds the org to the update org variable params

func (*UpdateOrgVariableParams) SetTimeout

func (o *UpdateOrgVariableParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update org variable params

func (*UpdateOrgVariableParams) SetVariablename

func (o *UpdateOrgVariableParams) SetVariablename(variablename string)

SetVariablename adds the variablename to the update org variable params

func (*UpdateOrgVariableParams) WithBody

WithBody adds the body to the update org variable params

func (*UpdateOrgVariableParams) WithContext

WithContext adds the context to the update org variable params

func (*UpdateOrgVariableParams) WithDefaults

WithDefaults hydrates default values in the update org variable params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateOrgVariableParams) WithHTTPClient

func (o *UpdateOrgVariableParams) WithHTTPClient(client *http.Client) *UpdateOrgVariableParams

WithHTTPClient adds the HTTPClient to the update org variable params

func (*UpdateOrgVariableParams) WithOrg

WithOrg adds the org to the update org variable params

func (*UpdateOrgVariableParams) WithTimeout

WithTimeout adds the timeout to the update org variable params

func (*UpdateOrgVariableParams) WithVariablename

func (o *UpdateOrgVariableParams) WithVariablename(variablename string) *UpdateOrgVariableParams

WithVariablename adds the variablename to the update org variable params

func (*UpdateOrgVariableParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateOrgVariableReader

type UpdateOrgVariableReader struct {
	// contains filtered or unexported fields
}

UpdateOrgVariableReader is a Reader for the UpdateOrgVariable structure.

func (*UpdateOrgVariableReader) ReadResponse

func (o *UpdateOrgVariableReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL