# Functions
New creates a new projects API client.
NewCreateProjectBadRequest creates a CreateProjectBadRequest with default headers values.
NewCreateProjectCreated creates a CreateProjectCreated with default headers values.
NewCreateProjectForbidden creates a CreateProjectForbidden with default headers values.
NewCreateProjectParams creates a new CreateProjectParams object, with the default timeout for this client.
NewCreateProjectParamsWithContext creates a new CreateProjectParams object with the ability to set a context for a request.
NewCreateProjectParamsWithHTTPClient creates a new CreateProjectParams object with the ability to set a custom HTTPClient for a request.
NewCreateProjectParamsWithTimeout creates a new CreateProjectParams object with the ability to set a timeout on a request.
NewCreateProjectUnprocessableEntity creates a CreateProjectUnprocessableEntity with default headers values.
NewDeleteProjectForbidden creates a DeleteProjectForbidden with default headers values.
NewDeleteProjectNoContent creates a DeleteProjectNoContent with default headers values.
NewDeleteProjectNotAcceptable creates a DeleteProjectNotAcceptable with default headers values.
NewDeleteProjectNotFound creates a DeleteProjectNotFound with default headers values.
NewDeleteProjectParams creates a new DeleteProjectParams object, with the default timeout for this client.
NewDeleteProjectParamsWithContext creates a new DeleteProjectParams object with the ability to set a context for a request.
NewDeleteProjectParamsWithHTTPClient creates a new DeleteProjectParams object with the ability to set a custom HTTPClient for a request.
NewDeleteProjectParamsWithTimeout creates a new DeleteProjectParams object with the ability to set a timeout on a request.
NewGetProjectNotFound creates a GetProjectNotFound with default headers values.
NewGetProjectOK creates a GetProjectOK with default headers values.
NewGetProjectParams creates a new GetProjectParams object, with the default timeout for this client.
NewGetProjectParamsWithContext creates a new GetProjectParams object with the ability to set a context for a request.
NewGetProjectParamsWithHTTPClient creates a new GetProjectParams object with the ability to set a custom HTTPClient for a request.
NewGetProjectParamsWithTimeout creates a new GetProjectParams object with the ability to set a timeout on a request.
NewGetProjectsOK creates a GetProjectsOK with default headers values.
NewGetProjectsParams creates a new GetProjectsParams object, with the default timeout for this client.
NewGetProjectsParamsWithContext creates a new GetProjectsParams object with the ability to set a context for a request.
NewGetProjectsParamsWithHTTPClient creates a new GetProjectsParams object with the ability to set a custom HTTPClient for a request.
NewGetProjectsParamsWithTimeout creates a new GetProjectsParams object with the ability to set a timeout on a request.
NewUpdateProjectForbidden creates a UpdateProjectForbidden with default headers values.
NewUpdateProjectNotFound creates a UpdateProjectNotFound with default headers values.
NewUpdateProjectOK creates a UpdateProjectOK with default headers values.
NewUpdateProjectParams creates a new UpdateProjectParams object, with the default timeout for this client.
NewUpdateProjectParamsWithContext creates a new UpdateProjectParams object with the ability to set a context for a request.
NewUpdateProjectParamsWithHTTPClient creates a new UpdateProjectParams object with the ability to set a custom HTTPClient for a request.
NewUpdateProjectParamsWithTimeout creates a new UpdateProjectParams object with the ability to set a timeout on a request.
NewUpdateProjectUnprocessableEntity creates a UpdateProjectUnprocessableEntity with default headers values.
# Constants
CreateProjectParamsBodyDataAttributesEnvironmentDevelopment captures enum value "Development".
CreateProjectParamsBodyDataAttributesEnvironmentProduction captures enum value "Production".
CreateProjectParamsBodyDataAttributesEnvironmentStaging captures enum value "Staging".
CreateProjectParamsBodyDataAttributesProvisioningTypeOnDemand captures enum value "on_demand".
CreateProjectParamsBodyDataAttributesProvisioningTypeReserved captures enum value "reserved".
CreateProjectParamsBodyDataTypeProjects captures enum value "projects".
UpdateProjectParamsBodyDataAttributesEnvironmentDevelopment captures enum value "Development".
UpdateProjectParamsBodyDataAttributesEnvironmentProduction captures enum value "Production".
UpdateProjectParamsBodyDataAttributesEnvironmentStaging captures enum value "Staging".
UpdateProjectParamsBodyDataTypeProjects captures enum value "projects".
# Structs
Client for projects API
*/.
CreateProjectBadRequest describes a response with status code 400, with default header values.
CreateProjectBody create project body
swagger:model CreateProjectBody
*/.
CreateProjectCreated describes a response with status code 201, with default header values.
CreateProjectCreatedBody create project created body
swagger:model CreateProjectCreatedBody
*/.
CreateProjectForbidden describes a response with status code 403, with default header values.
CreateProjectParams contains all the parameters to send to the API endpoint
for the create project operation.
CreateProjectParamsBodyData create project params body data
swagger:model CreateProjectParamsBodyData
*/.
CreateProjectParamsBodyDataAttributes create project params body data attributes
swagger:model CreateProjectParamsBodyDataAttributes
*/.
CreateProjectReader is a Reader for the CreateProject structure.
CreateProjectUnprocessableEntity describes a response with status code 422, with default header values.
DeleteProjectForbidden describes a response with status code 403, with default header values.
DeleteProjectNoContent describes a response with status code 204, with default header values.
DeleteProjectNotAcceptable describes a response with status code 406, with default header values.
DeleteProjectNotFound describes a response with status code 404, with default header values.
DeleteProjectParams contains all the parameters to send to the API endpoint
for the delete project operation.
DeleteProjectReader is a Reader for the DeleteProject structure.
GetProjectNotFound describes a response with status code 404, with default header values.
GetProjectOK describes a response with status code 200, with default header values.
GetProjectOKBody get project o k body
swagger:model GetProjectOKBody
*/.
GetProjectParams contains all the parameters to send to the API endpoint
for the get project operation.
GetProjectReader is a Reader for the GetProject structure.
GetProjectsOK describes a response with status code 200, with default header values.
GetProjectsParams contains all the parameters to send to the API endpoint
for the get projects operation.
GetProjectsReader is a Reader for the GetProjects structure.
UpdateProjectBody update project body
swagger:model UpdateProjectBody
*/.
UpdateProjectForbidden describes a response with status code 403, with default header values.
UpdateProjectNotFound describes a response with status code 404, with default header values.
UpdateProjectOK describes a response with status code 200, with default header values.
UpdateProjectOKBody update project o k body
swagger:model UpdateProjectOKBody
*/.
UpdateProjectParams contains all the parameters to send to the API endpoint
for the update project operation.
UpdateProjectParamsBodyData update project params body data
swagger:model UpdateProjectParamsBodyData
*/.
UpdateProjectParamsBodyDataAttributes update project params body data attributes
swagger:model UpdateProjectParamsBodyDataAttributes
*/.
UpdateProjectReader is a Reader for the UpdateProject structure.
UpdateProjectUnprocessableEntity describes a response with status code 422, with default header values.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.