Versions in this module Expand all Collapse all v0 v0.0.4 Nov 20, 2019 v0.0.3 Oct 30, 2019 v0.0.2 Oct 30, 2019 v0.0.1 Oct 30, 2019 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) TenancyChoicesList(params *TenancyChoicesListParams, authInfo runtime.ClientAuthInfoWriter) (*TenancyChoicesListOK, error) + func (a *Client) TenancyChoicesRead(params *TenancyChoicesReadParams, authInfo runtime.ClientAuthInfoWriter) (*TenancyChoicesReadOK, error) + func (a *Client) TenancyTenantGroupsCreate(params *TenancyTenantGroupsCreateParams, authInfo runtime.ClientAuthInfoWriter) (*TenancyTenantGroupsCreateCreated, error) + func (a *Client) TenancyTenantGroupsDelete(params *TenancyTenantGroupsDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*TenancyTenantGroupsDeleteNoContent, error) + func (a *Client) TenancyTenantGroupsList(params *TenancyTenantGroupsListParams, authInfo runtime.ClientAuthInfoWriter) (*TenancyTenantGroupsListOK, error) + func (a *Client) TenancyTenantGroupsPartialUpdate(params *TenancyTenantGroupsPartialUpdateParams, ...) (*TenancyTenantGroupsPartialUpdateOK, error) + func (a *Client) TenancyTenantGroupsRead(params *TenancyTenantGroupsReadParams, authInfo runtime.ClientAuthInfoWriter) (*TenancyTenantGroupsReadOK, error) + func (a *Client) TenancyTenantGroupsUpdate(params *TenancyTenantGroupsUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*TenancyTenantGroupsUpdateOK, error) + func (a *Client) TenancyTenantsCreate(params *TenancyTenantsCreateParams, authInfo runtime.ClientAuthInfoWriter) (*TenancyTenantsCreateCreated, error) + func (a *Client) TenancyTenantsDelete(params *TenancyTenantsDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*TenancyTenantsDeleteNoContent, error) + func (a *Client) TenancyTenantsList(params *TenancyTenantsListParams, authInfo runtime.ClientAuthInfoWriter) (*TenancyTenantsListOK, error) + func (a *Client) TenancyTenantsPartialUpdate(params *TenancyTenantsPartialUpdateParams, ...) (*TenancyTenantsPartialUpdateOK, error) + func (a *Client) TenancyTenantsRead(params *TenancyTenantsReadParams, authInfo runtime.ClientAuthInfoWriter) (*TenancyTenantsReadOK, error) + func (a *Client) TenancyTenantsUpdate(params *TenancyTenantsUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*TenancyTenantsUpdateOK, error) + type TenancyChoicesListOK struct + func NewTenancyChoicesListOK() *TenancyChoicesListOK + func (o *TenancyChoicesListOK) Error() string + type TenancyChoicesListParams struct + Context context.Context + HTTPClient *http.Client + func NewTenancyChoicesListParams() *TenancyChoicesListParams + func NewTenancyChoicesListParamsWithContext(ctx context.Context) *TenancyChoicesListParams + func NewTenancyChoicesListParamsWithHTTPClient(client *http.Client) *TenancyChoicesListParams + func NewTenancyChoicesListParamsWithTimeout(timeout time.Duration) *TenancyChoicesListParams + func (o *TenancyChoicesListParams) SetContext(ctx context.Context) + func (o *TenancyChoicesListParams) SetHTTPClient(client *http.Client) + func (o *TenancyChoicesListParams) SetTimeout(timeout time.Duration) + func (o *TenancyChoicesListParams) WithContext(ctx context.Context) *TenancyChoicesListParams + func (o *TenancyChoicesListParams) WithHTTPClient(client *http.Client) *TenancyChoicesListParams + func (o *TenancyChoicesListParams) WithTimeout(timeout time.Duration) *TenancyChoicesListParams + func (o *TenancyChoicesListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TenancyChoicesListReader struct + func (o *TenancyChoicesListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TenancyChoicesReadOK struct + func NewTenancyChoicesReadOK() *TenancyChoicesReadOK + func (o *TenancyChoicesReadOK) Error() string + type TenancyChoicesReadParams struct + Context context.Context + HTTPClient *http.Client + ID string + func NewTenancyChoicesReadParams() *TenancyChoicesReadParams + func NewTenancyChoicesReadParamsWithContext(ctx context.Context) *TenancyChoicesReadParams + func NewTenancyChoicesReadParamsWithHTTPClient(client *http.Client) *TenancyChoicesReadParams + func NewTenancyChoicesReadParamsWithTimeout(timeout time.Duration) *TenancyChoicesReadParams + func (o *TenancyChoicesReadParams) SetContext(ctx context.Context) + func (o *TenancyChoicesReadParams) SetHTTPClient(client *http.Client) + func (o *TenancyChoicesReadParams) SetID(id string) + func (o *TenancyChoicesReadParams) SetTimeout(timeout time.Duration) + func (o *TenancyChoicesReadParams) WithContext(ctx context.Context) *TenancyChoicesReadParams + func (o *TenancyChoicesReadParams) WithHTTPClient(client *http.Client) *TenancyChoicesReadParams + func (o *TenancyChoicesReadParams) WithID(id string) *TenancyChoicesReadParams + func (o *TenancyChoicesReadParams) WithTimeout(timeout time.Duration) *TenancyChoicesReadParams + func (o *TenancyChoicesReadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TenancyChoicesReadReader struct + func (o *TenancyChoicesReadReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TenancyTenantGroupsCreateCreated struct + Payload *models.TenantGroup + func NewTenancyTenantGroupsCreateCreated() *TenancyTenantGroupsCreateCreated + func (o *TenancyTenantGroupsCreateCreated) Error() string + func (o *TenancyTenantGroupsCreateCreated) GetPayload() *models.TenantGroup + type TenancyTenantGroupsCreateParams struct + Context context.Context + Data *models.TenantGroup + HTTPClient *http.Client + func NewTenancyTenantGroupsCreateParams() *TenancyTenantGroupsCreateParams + func NewTenancyTenantGroupsCreateParamsWithContext(ctx context.Context) *TenancyTenantGroupsCreateParams + func NewTenancyTenantGroupsCreateParamsWithHTTPClient(client *http.Client) *TenancyTenantGroupsCreateParams + func NewTenancyTenantGroupsCreateParamsWithTimeout(timeout time.Duration) *TenancyTenantGroupsCreateParams + func (o *TenancyTenantGroupsCreateParams) SetContext(ctx context.Context) + func (o *TenancyTenantGroupsCreateParams) SetData(data *models.TenantGroup) + func (o *TenancyTenantGroupsCreateParams) SetHTTPClient(client *http.Client) + func (o *TenancyTenantGroupsCreateParams) SetTimeout(timeout time.Duration) + func (o *TenancyTenantGroupsCreateParams) WithContext(ctx context.Context) *TenancyTenantGroupsCreateParams + func (o *TenancyTenantGroupsCreateParams) WithData(data *models.TenantGroup) *TenancyTenantGroupsCreateParams + func (o *TenancyTenantGroupsCreateParams) WithHTTPClient(client *http.Client) *TenancyTenantGroupsCreateParams + func (o *TenancyTenantGroupsCreateParams) WithTimeout(timeout time.Duration) *TenancyTenantGroupsCreateParams + func (o *TenancyTenantGroupsCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TenancyTenantGroupsCreateReader struct + func (o *TenancyTenantGroupsCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TenancyTenantGroupsDeleteNoContent struct + func NewTenancyTenantGroupsDeleteNoContent() *TenancyTenantGroupsDeleteNoContent + func (o *TenancyTenantGroupsDeleteNoContent) Error() string + type TenancyTenantGroupsDeleteParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewTenancyTenantGroupsDeleteParams() *TenancyTenantGroupsDeleteParams + func NewTenancyTenantGroupsDeleteParamsWithContext(ctx context.Context) *TenancyTenantGroupsDeleteParams + func NewTenancyTenantGroupsDeleteParamsWithHTTPClient(client *http.Client) *TenancyTenantGroupsDeleteParams + func NewTenancyTenantGroupsDeleteParamsWithTimeout(timeout time.Duration) *TenancyTenantGroupsDeleteParams + func (o *TenancyTenantGroupsDeleteParams) SetContext(ctx context.Context) + func (o *TenancyTenantGroupsDeleteParams) SetHTTPClient(client *http.Client) + func (o *TenancyTenantGroupsDeleteParams) SetID(id int64) + func (o *TenancyTenantGroupsDeleteParams) SetTimeout(timeout time.Duration) + func (o *TenancyTenantGroupsDeleteParams) WithContext(ctx context.Context) *TenancyTenantGroupsDeleteParams + func (o *TenancyTenantGroupsDeleteParams) WithHTTPClient(client *http.Client) *TenancyTenantGroupsDeleteParams + func (o *TenancyTenantGroupsDeleteParams) WithID(id int64) *TenancyTenantGroupsDeleteParams + func (o *TenancyTenantGroupsDeleteParams) WithTimeout(timeout time.Duration) *TenancyTenantGroupsDeleteParams + func (o *TenancyTenantGroupsDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TenancyTenantGroupsDeleteReader struct + func (o *TenancyTenantGroupsDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TenancyTenantGroupsListOK struct + Payload *TenancyTenantGroupsListOKBody + func NewTenancyTenantGroupsListOK() *TenancyTenantGroupsListOK + func (o *TenancyTenantGroupsListOK) Error() string + func (o *TenancyTenantGroupsListOK) GetPayload() *TenancyTenantGroupsListOKBody + type TenancyTenantGroupsListOKBody struct + Count *int64 + Next *strfmt.URI + Previous *strfmt.URI + Results []*models.TenantGroup + func (o *TenancyTenantGroupsListOKBody) MarshalBinary() ([]byte, error) + func (o *TenancyTenantGroupsListOKBody) UnmarshalBinary(b []byte) error + func (o *TenancyTenantGroupsListOKBody) Validate(formats strfmt.Registry) error + type TenancyTenantGroupsListParams struct + Context context.Context + HTTPClient *http.Client + ID *string + Limit *int64 + Name *string + Offset *int64 + Q *string + Slug *string + func NewTenancyTenantGroupsListParams() *TenancyTenantGroupsListParams + func NewTenancyTenantGroupsListParamsWithContext(ctx context.Context) *TenancyTenantGroupsListParams + func NewTenancyTenantGroupsListParamsWithHTTPClient(client *http.Client) *TenancyTenantGroupsListParams + func NewTenancyTenantGroupsListParamsWithTimeout(timeout time.Duration) *TenancyTenantGroupsListParams + func (o *TenancyTenantGroupsListParams) SetContext(ctx context.Context) + func (o *TenancyTenantGroupsListParams) SetHTTPClient(client *http.Client) + func (o *TenancyTenantGroupsListParams) SetID(id *string) + func (o *TenancyTenantGroupsListParams) SetLimit(limit *int64) + func (o *TenancyTenantGroupsListParams) SetName(name *string) + func (o *TenancyTenantGroupsListParams) SetOffset(offset *int64) + func (o *TenancyTenantGroupsListParams) SetQ(q *string) + func (o *TenancyTenantGroupsListParams) SetSlug(slug *string) + func (o *TenancyTenantGroupsListParams) SetTimeout(timeout time.Duration) + func (o *TenancyTenantGroupsListParams) WithContext(ctx context.Context) *TenancyTenantGroupsListParams + func (o *TenancyTenantGroupsListParams) WithHTTPClient(client *http.Client) *TenancyTenantGroupsListParams + func (o *TenancyTenantGroupsListParams) WithID(id *string) *TenancyTenantGroupsListParams + func (o *TenancyTenantGroupsListParams) WithLimit(limit *int64) *TenancyTenantGroupsListParams + func (o *TenancyTenantGroupsListParams) WithName(name *string) *TenancyTenantGroupsListParams + func (o *TenancyTenantGroupsListParams) WithOffset(offset *int64) *TenancyTenantGroupsListParams + func (o *TenancyTenantGroupsListParams) WithQ(q *string) *TenancyTenantGroupsListParams + func (o *TenancyTenantGroupsListParams) WithSlug(slug *string) *TenancyTenantGroupsListParams + func (o *TenancyTenantGroupsListParams) WithTimeout(timeout time.Duration) *TenancyTenantGroupsListParams + func (o *TenancyTenantGroupsListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TenancyTenantGroupsListReader struct + func (o *TenancyTenantGroupsListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TenancyTenantGroupsPartialUpdateOK struct + Payload *models.TenantGroup + func NewTenancyTenantGroupsPartialUpdateOK() *TenancyTenantGroupsPartialUpdateOK + func (o *TenancyTenantGroupsPartialUpdateOK) Error() string + func (o *TenancyTenantGroupsPartialUpdateOK) GetPayload() *models.TenantGroup + type TenancyTenantGroupsPartialUpdateParams struct + Context context.Context + Data *models.TenantGroup + HTTPClient *http.Client + ID int64 + func NewTenancyTenantGroupsPartialUpdateParams() *TenancyTenantGroupsPartialUpdateParams + func NewTenancyTenantGroupsPartialUpdateParamsWithContext(ctx context.Context) *TenancyTenantGroupsPartialUpdateParams + func NewTenancyTenantGroupsPartialUpdateParamsWithHTTPClient(client *http.Client) *TenancyTenantGroupsPartialUpdateParams + func NewTenancyTenantGroupsPartialUpdateParamsWithTimeout(timeout time.Duration) *TenancyTenantGroupsPartialUpdateParams + func (o *TenancyTenantGroupsPartialUpdateParams) SetContext(ctx context.Context) + func (o *TenancyTenantGroupsPartialUpdateParams) SetData(data *models.TenantGroup) + func (o *TenancyTenantGroupsPartialUpdateParams) SetHTTPClient(client *http.Client) + func (o *TenancyTenantGroupsPartialUpdateParams) SetID(id int64) + func (o *TenancyTenantGroupsPartialUpdateParams) SetTimeout(timeout time.Duration) + func (o *TenancyTenantGroupsPartialUpdateParams) WithContext(ctx context.Context) *TenancyTenantGroupsPartialUpdateParams + func (o *TenancyTenantGroupsPartialUpdateParams) WithData(data *models.TenantGroup) *TenancyTenantGroupsPartialUpdateParams + func (o *TenancyTenantGroupsPartialUpdateParams) WithHTTPClient(client *http.Client) *TenancyTenantGroupsPartialUpdateParams + func (o *TenancyTenantGroupsPartialUpdateParams) WithID(id int64) *TenancyTenantGroupsPartialUpdateParams + func (o *TenancyTenantGroupsPartialUpdateParams) WithTimeout(timeout time.Duration) *TenancyTenantGroupsPartialUpdateParams + func (o *TenancyTenantGroupsPartialUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TenancyTenantGroupsPartialUpdateReader struct + func (o *TenancyTenantGroupsPartialUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TenancyTenantGroupsReadOK struct + Payload *models.TenantGroup + func NewTenancyTenantGroupsReadOK() *TenancyTenantGroupsReadOK + func (o *TenancyTenantGroupsReadOK) Error() string + func (o *TenancyTenantGroupsReadOK) GetPayload() *models.TenantGroup + type TenancyTenantGroupsReadParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewTenancyTenantGroupsReadParams() *TenancyTenantGroupsReadParams + func NewTenancyTenantGroupsReadParamsWithContext(ctx context.Context) *TenancyTenantGroupsReadParams + func NewTenancyTenantGroupsReadParamsWithHTTPClient(client *http.Client) *TenancyTenantGroupsReadParams + func NewTenancyTenantGroupsReadParamsWithTimeout(timeout time.Duration) *TenancyTenantGroupsReadParams + func (o *TenancyTenantGroupsReadParams) SetContext(ctx context.Context) + func (o *TenancyTenantGroupsReadParams) SetHTTPClient(client *http.Client) + func (o *TenancyTenantGroupsReadParams) SetID(id int64) + func (o *TenancyTenantGroupsReadParams) SetTimeout(timeout time.Duration) + func (o *TenancyTenantGroupsReadParams) WithContext(ctx context.Context) *TenancyTenantGroupsReadParams + func (o *TenancyTenantGroupsReadParams) WithHTTPClient(client *http.Client) *TenancyTenantGroupsReadParams + func (o *TenancyTenantGroupsReadParams) WithID(id int64) *TenancyTenantGroupsReadParams + func (o *TenancyTenantGroupsReadParams) WithTimeout(timeout time.Duration) *TenancyTenantGroupsReadParams + func (o *TenancyTenantGroupsReadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TenancyTenantGroupsReadReader struct + func (o *TenancyTenantGroupsReadReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TenancyTenantGroupsUpdateOK struct + Payload *models.TenantGroup + func NewTenancyTenantGroupsUpdateOK() *TenancyTenantGroupsUpdateOK + func (o *TenancyTenantGroupsUpdateOK) Error() string + func (o *TenancyTenantGroupsUpdateOK) GetPayload() *models.TenantGroup + type TenancyTenantGroupsUpdateParams struct + Context context.Context + Data *models.TenantGroup + HTTPClient *http.Client + ID int64 + func NewTenancyTenantGroupsUpdateParams() *TenancyTenantGroupsUpdateParams + func NewTenancyTenantGroupsUpdateParamsWithContext(ctx context.Context) *TenancyTenantGroupsUpdateParams + func NewTenancyTenantGroupsUpdateParamsWithHTTPClient(client *http.Client) *TenancyTenantGroupsUpdateParams + func NewTenancyTenantGroupsUpdateParamsWithTimeout(timeout time.Duration) *TenancyTenantGroupsUpdateParams + func (o *TenancyTenantGroupsUpdateParams) SetContext(ctx context.Context) + func (o *TenancyTenantGroupsUpdateParams) SetData(data *models.TenantGroup) + func (o *TenancyTenantGroupsUpdateParams) SetHTTPClient(client *http.Client) + func (o *TenancyTenantGroupsUpdateParams) SetID(id int64) + func (o *TenancyTenantGroupsUpdateParams) SetTimeout(timeout time.Duration) + func (o *TenancyTenantGroupsUpdateParams) WithContext(ctx context.Context) *TenancyTenantGroupsUpdateParams + func (o *TenancyTenantGroupsUpdateParams) WithData(data *models.TenantGroup) *TenancyTenantGroupsUpdateParams + func (o *TenancyTenantGroupsUpdateParams) WithHTTPClient(client *http.Client) *TenancyTenantGroupsUpdateParams + func (o *TenancyTenantGroupsUpdateParams) WithID(id int64) *TenancyTenantGroupsUpdateParams + func (o *TenancyTenantGroupsUpdateParams) WithTimeout(timeout time.Duration) *TenancyTenantGroupsUpdateParams + func (o *TenancyTenantGroupsUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TenancyTenantGroupsUpdateReader struct + func (o *TenancyTenantGroupsUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TenancyTenantsCreateCreated struct + Payload *models.Tenant + func NewTenancyTenantsCreateCreated() *TenancyTenantsCreateCreated + func (o *TenancyTenantsCreateCreated) Error() string + func (o *TenancyTenantsCreateCreated) GetPayload() *models.Tenant + type TenancyTenantsCreateParams struct + Context context.Context + Data *models.WritableTenant + HTTPClient *http.Client + func NewTenancyTenantsCreateParams() *TenancyTenantsCreateParams + func NewTenancyTenantsCreateParamsWithContext(ctx context.Context) *TenancyTenantsCreateParams + func NewTenancyTenantsCreateParamsWithHTTPClient(client *http.Client) *TenancyTenantsCreateParams + func NewTenancyTenantsCreateParamsWithTimeout(timeout time.Duration) *TenancyTenantsCreateParams + func (o *TenancyTenantsCreateParams) SetContext(ctx context.Context) + func (o *TenancyTenantsCreateParams) SetData(data *models.WritableTenant) + func (o *TenancyTenantsCreateParams) SetHTTPClient(client *http.Client) + func (o *TenancyTenantsCreateParams) SetTimeout(timeout time.Duration) + func (o *TenancyTenantsCreateParams) WithContext(ctx context.Context) *TenancyTenantsCreateParams + func (o *TenancyTenantsCreateParams) WithData(data *models.WritableTenant) *TenancyTenantsCreateParams + func (o *TenancyTenantsCreateParams) WithHTTPClient(client *http.Client) *TenancyTenantsCreateParams + func (o *TenancyTenantsCreateParams) WithTimeout(timeout time.Duration) *TenancyTenantsCreateParams + func (o *TenancyTenantsCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TenancyTenantsCreateReader struct + func (o *TenancyTenantsCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TenancyTenantsDeleteNoContent struct + func NewTenancyTenantsDeleteNoContent() *TenancyTenantsDeleteNoContent + func (o *TenancyTenantsDeleteNoContent) Error() string + type TenancyTenantsDeleteParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewTenancyTenantsDeleteParams() *TenancyTenantsDeleteParams + func NewTenancyTenantsDeleteParamsWithContext(ctx context.Context) *TenancyTenantsDeleteParams + func NewTenancyTenantsDeleteParamsWithHTTPClient(client *http.Client) *TenancyTenantsDeleteParams + func NewTenancyTenantsDeleteParamsWithTimeout(timeout time.Duration) *TenancyTenantsDeleteParams + func (o *TenancyTenantsDeleteParams) SetContext(ctx context.Context) + func (o *TenancyTenantsDeleteParams) SetHTTPClient(client *http.Client) + func (o *TenancyTenantsDeleteParams) SetID(id int64) + func (o *TenancyTenantsDeleteParams) SetTimeout(timeout time.Duration) + func (o *TenancyTenantsDeleteParams) WithContext(ctx context.Context) *TenancyTenantsDeleteParams + func (o *TenancyTenantsDeleteParams) WithHTTPClient(client *http.Client) *TenancyTenantsDeleteParams + func (o *TenancyTenantsDeleteParams) WithID(id int64) *TenancyTenantsDeleteParams + func (o *TenancyTenantsDeleteParams) WithTimeout(timeout time.Duration) *TenancyTenantsDeleteParams + func (o *TenancyTenantsDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TenancyTenantsDeleteReader struct + func (o *TenancyTenantsDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TenancyTenantsListOK struct + Payload *TenancyTenantsListOKBody + func NewTenancyTenantsListOK() *TenancyTenantsListOK + func (o *TenancyTenantsListOK) Error() string + func (o *TenancyTenantsListOK) GetPayload() *TenancyTenantsListOKBody + type TenancyTenantsListOKBody struct + Count *int64 + Next *strfmt.URI + Previous *strfmt.URI + Results []*models.Tenant + func (o *TenancyTenantsListOKBody) MarshalBinary() ([]byte, error) + func (o *TenancyTenantsListOKBody) UnmarshalBinary(b []byte) error + func (o *TenancyTenantsListOKBody) Validate(formats strfmt.Registry) error + type TenancyTenantsListParams struct + Context context.Context + Group *string + GroupID *string + HTTPClient *http.Client + IDIn *string + Limit *int64 + Name *string + Offset *int64 + Q *string + Slug *string + Tag *string + func NewTenancyTenantsListParams() *TenancyTenantsListParams + func NewTenancyTenantsListParamsWithContext(ctx context.Context) *TenancyTenantsListParams + func NewTenancyTenantsListParamsWithHTTPClient(client *http.Client) *TenancyTenantsListParams + func NewTenancyTenantsListParamsWithTimeout(timeout time.Duration) *TenancyTenantsListParams + func (o *TenancyTenantsListParams) SetContext(ctx context.Context) + func (o *TenancyTenantsListParams) SetGroup(group *string) + func (o *TenancyTenantsListParams) SetGroupID(groupID *string) + func (o *TenancyTenantsListParams) SetHTTPClient(client *http.Client) + func (o *TenancyTenantsListParams) SetIDIn(iDIn *string) + func (o *TenancyTenantsListParams) SetLimit(limit *int64) + func (o *TenancyTenantsListParams) SetName(name *string) + func (o *TenancyTenantsListParams) SetOffset(offset *int64) + func (o *TenancyTenantsListParams) SetQ(q *string) + func (o *TenancyTenantsListParams) SetSlug(slug *string) + func (o *TenancyTenantsListParams) SetTag(tag *string) + func (o *TenancyTenantsListParams) SetTimeout(timeout time.Duration) + func (o *TenancyTenantsListParams) WithContext(ctx context.Context) *TenancyTenantsListParams + func (o *TenancyTenantsListParams) WithGroup(group *string) *TenancyTenantsListParams + func (o *TenancyTenantsListParams) WithGroupID(groupID *string) *TenancyTenantsListParams + func (o *TenancyTenantsListParams) WithHTTPClient(client *http.Client) *TenancyTenantsListParams + func (o *TenancyTenantsListParams) WithIDIn(iDIn *string) *TenancyTenantsListParams + func (o *TenancyTenantsListParams) WithLimit(limit *int64) *TenancyTenantsListParams + func (o *TenancyTenantsListParams) WithName(name *string) *TenancyTenantsListParams + func (o *TenancyTenantsListParams) WithOffset(offset *int64) *TenancyTenantsListParams + func (o *TenancyTenantsListParams) WithQ(q *string) *TenancyTenantsListParams + func (o *TenancyTenantsListParams) WithSlug(slug *string) *TenancyTenantsListParams + func (o *TenancyTenantsListParams) WithTag(tag *string) *TenancyTenantsListParams + func (o *TenancyTenantsListParams) WithTimeout(timeout time.Duration) *TenancyTenantsListParams + func (o *TenancyTenantsListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TenancyTenantsListReader struct + func (o *TenancyTenantsListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TenancyTenantsPartialUpdateOK struct + Payload *models.Tenant + func NewTenancyTenantsPartialUpdateOK() *TenancyTenantsPartialUpdateOK + func (o *TenancyTenantsPartialUpdateOK) Error() string + func (o *TenancyTenantsPartialUpdateOK) GetPayload() *models.Tenant + type TenancyTenantsPartialUpdateParams struct + Context context.Context + Data *models.WritableTenant + HTTPClient *http.Client + ID int64 + func NewTenancyTenantsPartialUpdateParams() *TenancyTenantsPartialUpdateParams + func NewTenancyTenantsPartialUpdateParamsWithContext(ctx context.Context) *TenancyTenantsPartialUpdateParams + func NewTenancyTenantsPartialUpdateParamsWithHTTPClient(client *http.Client) *TenancyTenantsPartialUpdateParams + func NewTenancyTenantsPartialUpdateParamsWithTimeout(timeout time.Duration) *TenancyTenantsPartialUpdateParams + func (o *TenancyTenantsPartialUpdateParams) SetContext(ctx context.Context) + func (o *TenancyTenantsPartialUpdateParams) SetData(data *models.WritableTenant) + func (o *TenancyTenantsPartialUpdateParams) SetHTTPClient(client *http.Client) + func (o *TenancyTenantsPartialUpdateParams) SetID(id int64) + func (o *TenancyTenantsPartialUpdateParams) SetTimeout(timeout time.Duration) + func (o *TenancyTenantsPartialUpdateParams) WithContext(ctx context.Context) *TenancyTenantsPartialUpdateParams + func (o *TenancyTenantsPartialUpdateParams) WithData(data *models.WritableTenant) *TenancyTenantsPartialUpdateParams + func (o *TenancyTenantsPartialUpdateParams) WithHTTPClient(client *http.Client) *TenancyTenantsPartialUpdateParams + func (o *TenancyTenantsPartialUpdateParams) WithID(id int64) *TenancyTenantsPartialUpdateParams + func (o *TenancyTenantsPartialUpdateParams) WithTimeout(timeout time.Duration) *TenancyTenantsPartialUpdateParams + func (o *TenancyTenantsPartialUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TenancyTenantsPartialUpdateReader struct + func (o *TenancyTenantsPartialUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TenancyTenantsReadOK struct + Payload *models.Tenant + func NewTenancyTenantsReadOK() *TenancyTenantsReadOK + func (o *TenancyTenantsReadOK) Error() string + func (o *TenancyTenantsReadOK) GetPayload() *models.Tenant + type TenancyTenantsReadParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewTenancyTenantsReadParams() *TenancyTenantsReadParams + func NewTenancyTenantsReadParamsWithContext(ctx context.Context) *TenancyTenantsReadParams + func NewTenancyTenantsReadParamsWithHTTPClient(client *http.Client) *TenancyTenantsReadParams + func NewTenancyTenantsReadParamsWithTimeout(timeout time.Duration) *TenancyTenantsReadParams + func (o *TenancyTenantsReadParams) SetContext(ctx context.Context) + func (o *TenancyTenantsReadParams) SetHTTPClient(client *http.Client) + func (o *TenancyTenantsReadParams) SetID(id int64) + func (o *TenancyTenantsReadParams) SetTimeout(timeout time.Duration) + func (o *TenancyTenantsReadParams) WithContext(ctx context.Context) *TenancyTenantsReadParams + func (o *TenancyTenantsReadParams) WithHTTPClient(client *http.Client) *TenancyTenantsReadParams + func (o *TenancyTenantsReadParams) WithID(id int64) *TenancyTenantsReadParams + func (o *TenancyTenantsReadParams) WithTimeout(timeout time.Duration) *TenancyTenantsReadParams + func (o *TenancyTenantsReadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TenancyTenantsReadReader struct + func (o *TenancyTenantsReadReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TenancyTenantsUpdateOK struct + Payload *models.Tenant + func NewTenancyTenantsUpdateOK() *TenancyTenantsUpdateOK + func (o *TenancyTenantsUpdateOK) Error() string + func (o *TenancyTenantsUpdateOK) GetPayload() *models.Tenant + type TenancyTenantsUpdateParams struct + Context context.Context + Data *models.WritableTenant + HTTPClient *http.Client + ID int64 + func NewTenancyTenantsUpdateParams() *TenancyTenantsUpdateParams + func NewTenancyTenantsUpdateParamsWithContext(ctx context.Context) *TenancyTenantsUpdateParams + func NewTenancyTenantsUpdateParamsWithHTTPClient(client *http.Client) *TenancyTenantsUpdateParams + func NewTenancyTenantsUpdateParamsWithTimeout(timeout time.Duration) *TenancyTenantsUpdateParams + func (o *TenancyTenantsUpdateParams) SetContext(ctx context.Context) + func (o *TenancyTenantsUpdateParams) SetData(data *models.WritableTenant) + func (o *TenancyTenantsUpdateParams) SetHTTPClient(client *http.Client) + func (o *TenancyTenantsUpdateParams) SetID(id int64) + func (o *TenancyTenantsUpdateParams) SetTimeout(timeout time.Duration) + func (o *TenancyTenantsUpdateParams) WithContext(ctx context.Context) *TenancyTenantsUpdateParams + func (o *TenancyTenantsUpdateParams) WithData(data *models.WritableTenant) *TenancyTenantsUpdateParams + func (o *TenancyTenantsUpdateParams) WithHTTPClient(client *http.Client) *TenancyTenantsUpdateParams + func (o *TenancyTenantsUpdateParams) WithID(id int64) *TenancyTenantsUpdateParams + func (o *TenancyTenantsUpdateParams) WithTimeout(timeout time.Duration) *TenancyTenantsUpdateParams + func (o *TenancyTenantsUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TenancyTenantsUpdateReader struct + func (o *TenancyTenantsUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)