enterprise_entitlements_report

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for enterprise entitlements report API

func (*Client) EnterpriseEntitlementsReportCreateEnterpriseEntitlementData

EnterpriseEntitlementsReportCreateEnterpriseEntitlementData sets entitlement data for a enterprise

Set entitlement data for a enterprise.

func (*Client) EnterpriseEntitlementsReportGetAllowedEnterprises

EnterpriseEntitlementsReportGetAllowedEnterprises gets the list of enterprises of which the logged user can query reports

Get the list of enterprises of which the logged user can query reports

func (*Client) EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlements

EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlements gets the list of enterprises of which the logged user can view edit entitlements

Get the list of enterprises of which the logged user can view/edit entitlements

func (*Client) EnterpriseEntitlementsReportGetAppInstReport

EnterpriseEntitlementsReportGetAppInstReport gets app inst report

Get appInst report

func (*Client) EnterpriseEntitlementsReportGetDeviceReport

EnterpriseEntitlementsReportGetDeviceReport gets device report

Get device report

func (*Client) EnterpriseEntitlementsReportGetEnterpriseEntitlementData

EnterpriseEntitlementsReportGetEnterpriseEntitlementData gets entitlement data for a enterprise

Get entitlement data for a enterprise

func (*Client) EnterpriseEntitlementsReportGetPluginReport

EnterpriseEntitlementsReportGetPluginReport gets plugin report

Get plugin report

func (*Client) EnterpriseEntitlementsReportGetProjectReport

EnterpriseEntitlementsReportGetProjectReport gets project report

Get project report

func (*Client) EnterpriseEntitlementsReportGetUserReport

EnterpriseEntitlementsReportGetUserReport gets user report

Get user report

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	EnterpriseEntitlementsReportCreateEnterpriseEntitlementData(params *EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataOK, error)

	EnterpriseEntitlementsReportGetAllowedEnterprises(params *EnterpriseEntitlementsReportGetAllowedEnterprisesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnterpriseEntitlementsReportGetAllowedEnterprisesOK, error)

	EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlements(params *EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsOK, error)

	EnterpriseEntitlementsReportGetAppInstReport(params *EnterpriseEntitlementsReportGetAppInstReportParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnterpriseEntitlementsReportGetAppInstReportOK, error)

	EnterpriseEntitlementsReportGetDeviceReport(params *EnterpriseEntitlementsReportGetDeviceReportParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnterpriseEntitlementsReportGetDeviceReportOK, error)

	EnterpriseEntitlementsReportGetEnterpriseEntitlementData(params *EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataOK, error)

	EnterpriseEntitlementsReportGetPluginReport(params *EnterpriseEntitlementsReportGetPluginReportParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnterpriseEntitlementsReportGetPluginReportOK, error)

	EnterpriseEntitlementsReportGetProjectReport(params *EnterpriseEntitlementsReportGetProjectReportParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnterpriseEntitlementsReportGetProjectReportOK, error)

	EnterpriseEntitlementsReportGetUserReport(params *EnterpriseEntitlementsReportGetUserReportParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnterpriseEntitlementsReportGetUserReportOK, 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 enterprise entitlements report API client.

type EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataBadRequest

type EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

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

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataBadRequest

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataBadRequest() *EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataBadRequest

NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataBadRequest creates a EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataBadRequest with default headers values

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataBadRequest) Error

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataBadRequest) GetPayload

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataBadRequest) IsClientError

IsClientError returns true when this enterprise entitlements report create enterprise entitlement data bad request response has a 4xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataBadRequest) IsCode

IsCode returns true when this enterprise entitlements report create enterprise entitlement data bad request response a status code equal to that given

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataBadRequest) IsRedirect

IsRedirect returns true when this enterprise entitlements report create enterprise entitlement data bad request response has a 3xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataBadRequest) IsServerError

IsServerError returns true when this enterprise entitlements report create enterprise entitlement data bad request response has a 5xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataBadRequest) IsSuccess

IsSuccess returns true when this enterprise entitlements report create enterprise entitlement data bad request response has a 2xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataBadRequest) String

type EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataConflict

type EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataConflict struct {
	Payload *swagger_models.ZsrvResponse
}

EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this entitlement record will conflict with an already entitlement record.

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataConflict

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataConflict() *EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataConflict

NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataConflict creates a EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataConflict with default headers values

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataConflict) Error

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataConflict) GetPayload

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataConflict) IsClientError

IsClientError returns true when this enterprise entitlements report create enterprise entitlement data conflict response has a 4xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataConflict) IsCode

IsCode returns true when this enterprise entitlements report create enterprise entitlement data conflict response a status code equal to that given

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataConflict) IsRedirect

IsRedirect returns true when this enterprise entitlements report create enterprise entitlement data conflict response has a 3xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataConflict) IsServerError

IsServerError returns true when this enterprise entitlements report create enterprise entitlement data conflict response has a 5xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataConflict) IsSuccess

IsSuccess returns true when this enterprise entitlements report create enterprise entitlement data conflict response has a 2xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataConflict) String

type EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataDefault

type EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataDefault

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataDefault(code int) *EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataDefault

NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataDefault creates a EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataDefault with default headers values

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataDefault) Code

Code gets the status code for the enterprise entitlements report create enterprise entitlement data default response

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataDefault) Error

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataDefault) GetPayload

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataDefault) IsClientError

IsClientError returns true when this enterprise entitlements report create enterprise entitlement data default response has a 4xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataDefault) IsCode

IsCode returns true when this enterprise entitlements report create enterprise entitlement data default response a status code equal to that given

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataDefault) IsRedirect

IsRedirect returns true when this enterprise entitlements report create enterprise entitlement data default response has a 3xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataDefault) IsServerError

IsServerError returns true when this enterprise entitlements report create enterprise entitlement data default response has a 5xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataDefault) IsSuccess

IsSuccess returns true when this enterprise entitlements report create enterprise entitlement data default response has a 2xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataDefault) String

type EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataForbidden

type EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataForbidden

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataForbidden() *EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataForbidden

NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataForbidden creates a EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataForbidden with default headers values

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataForbidden) Error

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataForbidden) GetPayload

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataForbidden) IsClientError

IsClientError returns true when this enterprise entitlements report create enterprise entitlement data forbidden response has a 4xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataForbidden) IsCode

IsCode returns true when this enterprise entitlements report create enterprise entitlement data forbidden response a status code equal to that given

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataForbidden) IsRedirect

IsRedirect returns true when this enterprise entitlements report create enterprise entitlement data forbidden response has a 3xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataForbidden) IsServerError

IsServerError returns true when this enterprise entitlements report create enterprise entitlement data forbidden response has a 5xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataForbidden) IsSuccess

IsSuccess returns true when this enterprise entitlements report create enterprise entitlement data forbidden response has a 2xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataForbidden) String

type EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataGatewayTimeout

type EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataGatewayTimeout

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataGatewayTimeout() *EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataGatewayTimeout

NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataGatewayTimeout creates a EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataGatewayTimeout with default headers values

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataGatewayTimeout) Error

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataGatewayTimeout) GetPayload

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataGatewayTimeout) IsClientError

IsClientError returns true when this enterprise entitlements report create enterprise entitlement data gateway timeout response has a 4xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataGatewayTimeout) IsCode

IsCode returns true when this enterprise entitlements report create enterprise entitlement data gateway timeout response a status code equal to that given

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataGatewayTimeout) IsRedirect

IsRedirect returns true when this enterprise entitlements report create enterprise entitlement data gateway timeout response has a 3xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataGatewayTimeout) IsServerError

IsServerError returns true when this enterprise entitlements report create enterprise entitlement data gateway timeout response has a 5xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataGatewayTimeout) IsSuccess

IsSuccess returns true when this enterprise entitlements report create enterprise entitlement data gateway timeout response has a 2xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataGatewayTimeout) String

type EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataInternalServerError

type EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataInternalServerError

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataInternalServerError() *EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataInternalServerError

NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataInternalServerError creates a EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataInternalServerError with default headers values

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataInternalServerError) Error

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataInternalServerError) GetPayload

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataInternalServerError) IsClientError

IsClientError returns true when this enterprise entitlements report create enterprise entitlement data internal server error response has a 4xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataInternalServerError) IsCode

IsCode returns true when this enterprise entitlements report create enterprise entitlement data internal server error response a status code equal to that given

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataInternalServerError) IsRedirect

IsRedirect returns true when this enterprise entitlements report create enterprise entitlement data internal server error response has a 3xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataInternalServerError) IsServerError

IsServerError returns true when this enterprise entitlements report create enterprise entitlement data internal server error response has a 5xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataInternalServerError) IsSuccess

IsSuccess returns true when this enterprise entitlements report create enterprise entitlement data internal server error response has a 2xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataInternalServerError) String

type EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataOK

type EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataOK

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataOK() *EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataOK

NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataOK creates a EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataOK with default headers values

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataOK) Error

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataOK) GetPayload

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataOK) IsClientError

IsClientError returns true when this enterprise entitlements report create enterprise entitlement data o k response has a 4xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataOK) IsCode

IsCode returns true when this enterprise entitlements report create enterprise entitlement data o k response a status code equal to that given

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataOK) IsRedirect

IsRedirect returns true when this enterprise entitlements report create enterprise entitlement data o k response has a 3xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataOK) IsServerError

IsServerError returns true when this enterprise entitlements report create enterprise entitlement data o k response has a 5xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataOK) IsSuccess

IsSuccess returns true when this enterprise entitlements report create enterprise entitlement data o k response has a 2xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataOK) String

type EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams

type EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.Entitlement

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

EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams contains all the parameters to send to the API endpoint

for the enterprise entitlements report create enterprise entitlement data operation.

Typically these are written to a http.Request.

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams() *EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams

NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams creates a new EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams 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 NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParamsWithContext

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParamsWithContext(ctx context.Context) *EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams

NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParamsWithContext creates a new EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams object with the ability to set a context for a request.

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParamsWithHTTPClient

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParamsWithHTTPClient(client *http.Client) *EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams

NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParamsWithHTTPClient creates a new EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams object with the ability to set a custom HTTPClient for a request.

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParamsWithTimeout

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParamsWithTimeout(timeout time.Duration) *EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams

NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParamsWithTimeout creates a new EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams object with the ability to set a timeout on a request.

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams) SetBody

SetBody adds the body to the enterprise entitlements report create enterprise entitlement data params

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams) SetContext

SetContext adds the context to the enterprise entitlements report create enterprise entitlement data params

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams) SetDefaults

SetDefaults hydrates default values in the enterprise entitlements report create enterprise entitlement data params (not the query body).

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

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the enterprise entitlements report create enterprise entitlement data params

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams) SetTimeout

SetTimeout adds the timeout to the enterprise entitlements report create enterprise entitlement data params

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams) SetXRequestID

SetXRequestID adds the xRequestId to the enterprise entitlements report create enterprise entitlement data params

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams) WithBody

WithBody adds the body to the enterprise entitlements report create enterprise entitlement data params

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams) WithContext

WithContext adds the context to the enterprise entitlements report create enterprise entitlement data params

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams) WithDefaults

WithDefaults hydrates default values in the enterprise entitlements report create enterprise entitlement data params (not the query body).

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

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the enterprise entitlements report create enterprise entitlement data params

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams) WithTimeout

WithTimeout adds the timeout to the enterprise entitlements report create enterprise entitlement data params

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams) WithXRequestID

WithXRequestID adds the xRequestID to the enterprise entitlements report create enterprise entitlement data params

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataReader

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

EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataReader is a Reader for the EnterpriseEntitlementsReportCreateEnterpriseEntitlementData structure.

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataReader) ReadResponse

ReadResponse reads a server response into the received o.

type EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataUnauthorized

type EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataUnauthorized

func NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataUnauthorized() *EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataUnauthorized

NewEnterpriseEntitlementsReportCreateEnterpriseEntitlementDataUnauthorized creates a EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataUnauthorized with default headers values

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataUnauthorized) Error

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataUnauthorized) GetPayload

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataUnauthorized) IsClientError

IsClientError returns true when this enterprise entitlements report create enterprise entitlement data unauthorized response has a 4xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataUnauthorized) IsCode

IsCode returns true when this enterprise entitlements report create enterprise entitlement data unauthorized response a status code equal to that given

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataUnauthorized) IsRedirect

IsRedirect returns true when this enterprise entitlements report create enterprise entitlement data unauthorized response has a 3xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataUnauthorized) IsServerError

IsServerError returns true when this enterprise entitlements report create enterprise entitlement data unauthorized response has a 5xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataUnauthorized) IsSuccess

IsSuccess returns true when this enterprise entitlements report create enterprise entitlement data unauthorized response has a 2xx status code

func (*EnterpriseEntitlementsReportCreateEnterpriseEntitlementDataUnauthorized) String

type EnterpriseEntitlementsReportGetAllowedEnterprisesDefault

type EnterpriseEntitlementsReportGetAllowedEnterprisesDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesDefault

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesDefault(code int) *EnterpriseEntitlementsReportGetAllowedEnterprisesDefault

NewEnterpriseEntitlementsReportGetAllowedEnterprisesDefault creates a EnterpriseEntitlementsReportGetAllowedEnterprisesDefault with default headers values

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesDefault) Code

Code gets the status code for the enterprise entitlements report get allowed enterprises default response

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesDefault) Error

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesDefault) GetPayload

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesDefault) IsClientError

IsClientError returns true when this enterprise entitlements report get allowed enterprises default response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesDefault) IsCode

IsCode returns true when this enterprise entitlements report get allowed enterprises default response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesDefault) IsRedirect

IsRedirect returns true when this enterprise entitlements report get allowed enterprises default response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesDefault) IsServerError

IsServerError returns true when this enterprise entitlements report get allowed enterprises default response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesDefault) IsSuccess

IsSuccess returns true when this enterprise entitlements report get allowed enterprises default response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesDefault) String

type EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsDefault

type EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsDefault

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsDefault(code int) *EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsDefault

NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsDefault creates a EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsDefault with default headers values

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsDefault) Code

Code gets the status code for the enterprise entitlements report get allowed enterprises for entitlements default response

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsDefault) Error

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsDefault) GetPayload

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsDefault) IsClientError

IsClientError returns true when this enterprise entitlements report get allowed enterprises for entitlements default response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsDefault) IsCode

IsCode returns true when this enterprise entitlements report get allowed enterprises for entitlements default response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsDefault) IsRedirect

IsRedirect returns true when this enterprise entitlements report get allowed enterprises for entitlements default response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsDefault) IsServerError

IsServerError returns true when this enterprise entitlements report get allowed enterprises for entitlements default response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsDefault) IsSuccess

IsSuccess returns true when this enterprise entitlements report get allowed enterprises for entitlements default response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsDefault) String

type EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsForbidden

type EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsForbidden

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsForbidden() *EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsForbidden

NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsForbidden creates a EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsForbidden with default headers values

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsForbidden) Error

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsForbidden) GetPayload

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsForbidden) IsClientError

IsClientError returns true when this enterprise entitlements report get allowed enterprises for entitlements forbidden response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsForbidden) IsCode

IsCode returns true when this enterprise entitlements report get allowed enterprises for entitlements forbidden response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsForbidden) IsRedirect

IsRedirect returns true when this enterprise entitlements report get allowed enterprises for entitlements forbidden response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsForbidden) IsServerError

IsServerError returns true when this enterprise entitlements report get allowed enterprises for entitlements forbidden response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsForbidden) IsSuccess

IsSuccess returns true when this enterprise entitlements report get allowed enterprises for entitlements forbidden response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsForbidden) String

type EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsGatewayTimeout

type EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsGatewayTimeout

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsGatewayTimeout() *EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsGatewayTimeout

NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsGatewayTimeout creates a EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsGatewayTimeout with default headers values

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsGatewayTimeout) Error

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsGatewayTimeout) GetPayload

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsGatewayTimeout) IsClientError

IsClientError returns true when this enterprise entitlements report get allowed enterprises for entitlements gateway timeout response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsGatewayTimeout) IsCode

IsCode returns true when this enterprise entitlements report get allowed enterprises for entitlements gateway timeout response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsGatewayTimeout) IsRedirect

IsRedirect returns true when this enterprise entitlements report get allowed enterprises for entitlements gateway timeout response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsGatewayTimeout) IsServerError

IsServerError returns true when this enterprise entitlements report get allowed enterprises for entitlements gateway timeout response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsGatewayTimeout) IsSuccess

IsSuccess returns true when this enterprise entitlements report get allowed enterprises for entitlements gateway timeout response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsGatewayTimeout) String

type EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsInternalServerError

type EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsInternalServerError

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsInternalServerError() *EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsInternalServerError

NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsInternalServerError creates a EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsInternalServerError with default headers values

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsInternalServerError) Error

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsInternalServerError) GetPayload

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsInternalServerError) IsClientError

IsClientError returns true when this enterprise entitlements report get allowed enterprises for entitlements internal server error response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsInternalServerError) IsCode

IsCode returns true when this enterprise entitlements report get allowed enterprises for entitlements internal server error response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsInternalServerError) IsRedirect

IsRedirect returns true when this enterprise entitlements report get allowed enterprises for entitlements internal server error response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsInternalServerError) IsServerError

IsServerError returns true when this enterprise entitlements report get allowed enterprises for entitlements internal server error response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsInternalServerError) IsSuccess

IsSuccess returns true when this enterprise entitlements report get allowed enterprises for entitlements internal server error response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsInternalServerError) String

type EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsNotFound

type EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsNotFound

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsNotFound() *EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsNotFound

NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsNotFound creates a EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsNotFound with default headers values

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsNotFound) Error

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsNotFound) GetPayload

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsNotFound) IsClientError

IsClientError returns true when this enterprise entitlements report get allowed enterprises for entitlements not found response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsNotFound) IsCode

IsCode returns true when this enterprise entitlements report get allowed enterprises for entitlements not found response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsNotFound) IsRedirect

IsRedirect returns true when this enterprise entitlements report get allowed enterprises for entitlements not found response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsNotFound) IsServerError

IsServerError returns true when this enterprise entitlements report get allowed enterprises for entitlements not found response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsNotFound) IsSuccess

IsSuccess returns true when this enterprise entitlements report get allowed enterprises for entitlements not found response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsNotFound) String

type EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsOK

type EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsOK struct {
	Payload *swagger_models.CrudResponse
}

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

A successful response.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsOK

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsOK() *EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsOK

NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsOK creates a EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsOK with default headers values

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsOK) Error

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsOK) GetPayload

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsOK) IsClientError

IsClientError returns true when this enterprise entitlements report get allowed enterprises for entitlements o k response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsOK) IsCode

IsCode returns true when this enterprise entitlements report get allowed enterprises for entitlements o k response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsOK) IsRedirect

IsRedirect returns true when this enterprise entitlements report get allowed enterprises for entitlements o k response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsOK) IsServerError

IsServerError returns true when this enterprise entitlements report get allowed enterprises for entitlements o k response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsOK) IsSuccess

IsSuccess returns true when this enterprise entitlements report get allowed enterprises for entitlements o k response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsOK) String

type EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams

type EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// FilterAll.
	FilterAll *bool

	// FilterEntpstate.
	FilterEntpstate *string

	// FilterHubspotid.
	FilterHubspotid *string

	// FilterNamePattern.
	FilterNamePattern *string

	// FilterProjectid.
	FilterProjectid []string

	// FilterRoleName.
	FilterRoleName *string

	// FilterSfdcid.
	FilterSfdcid *string

	// FilterUserstate.
	FilterUserstate *string

	/* NextOrderBy.

	   OrderBy helps in sorting the list response
	*/
	NextOrderBy []string

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

	// Summary.
	Summary *bool

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

EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams contains all the parameters to send to the API endpoint

for the enterprise entitlements report get allowed enterprises for entitlements operation.

Typically these are written to a http.Request.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams() *EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams

NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams creates a new EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams 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 NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParamsWithContext

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParamsWithContext(ctx context.Context) *EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams

NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParamsWithContext creates a new EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams object with the ability to set a context for a request.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParamsWithHTTPClient

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParamsWithHTTPClient(client *http.Client) *EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams

NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParamsWithHTTPClient creates a new EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams object with the ability to set a custom HTTPClient for a request.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParamsWithTimeout

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParamsWithTimeout(timeout time.Duration) *EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams

NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParamsWithTimeout creates a new EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams object with the ability to set a timeout on a request.

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetContext

SetContext adds the context to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetDefaults

SetDefaults hydrates default values in the enterprise entitlements report get allowed enterprises for entitlements params (not the query body).

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

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetFilterAll

SetFilterAll adds the filterAll to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetFilterEntpstate

SetFilterEntpstate adds the filterEntpstate to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetFilterHubspotid

SetFilterHubspotid adds the filterHubspotid to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetFilterNamePattern

func (o *EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetFilterNamePattern(filterNamePattern *string)

SetFilterNamePattern adds the filterNamePattern to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetFilterProjectid

func (o *EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetFilterProjectid(filterProjectid []string)

SetFilterProjectid adds the filterProjectid to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetFilterRoleName

SetFilterRoleName adds the filterRoleName to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetFilterSfdcid

SetFilterSfdcid adds the filterSfdcid to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetFilterUserstate

SetFilterUserstate adds the filterUserstate to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetNextOrderBy

SetNextOrderBy adds the nextOrderBy to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetNextPageNum

SetNextPageNum adds the nextPageNum to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetNextPageSize

SetNextPageSize adds the nextPageSize to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetNextPageToken

SetNextPageToken adds the nextPageToken to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetNextTotalPages

SetNextTotalPages adds the nextTotalPages to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetSummary

SetSummary adds the summary to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetTimeout

SetTimeout adds the timeout to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) SetXRequestID

SetXRequestID adds the xRequestId to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WithContext

WithContext adds the context to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WithDefaults

WithDefaults hydrates default values in the enterprise entitlements report get allowed enterprises for entitlements params (not the query body).

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

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WithFilterAll

WithFilterAll adds the filterAll to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WithFilterEntpstate

WithFilterEntpstate adds the filterEntpstate to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WithFilterHubspotid

WithFilterHubspotid adds the filterHubspotid to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WithFilterNamePattern

WithFilterNamePattern adds the filterNamePattern to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WithFilterProjectid

WithFilterProjectid adds the filterProjectid to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WithFilterRoleName

WithFilterRoleName adds the filterRoleName to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WithFilterSfdcid

WithFilterSfdcid adds the filterSfdcid to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WithFilterUserstate

WithFilterUserstate adds the filterUserstate to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WithNextOrderBy

WithNextOrderBy adds the nextOrderBy to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WithNextPageNum

WithNextPageNum adds the nextPageNum to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WithNextPageSize

WithNextPageSize adds the nextPageSize to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WithNextPageToken

WithNextPageToken adds the nextPageToken to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WithNextTotalPages

WithNextTotalPages adds the nextTotalPages to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WithSummary

WithSummary adds the summary to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WithTimeout

WithTimeout adds the timeout to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WithXRequestID

WithXRequestID adds the xRequestID to the enterprise entitlements report get allowed enterprises for entitlements params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsReader

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

EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsReader is a Reader for the EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlements structure.

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsReader) ReadResponse

ReadResponse reads a server response into the received o.

type EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsUnauthorized

type EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsUnauthorized

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsUnauthorized() *EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsUnauthorized

NewEnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsUnauthorized creates a EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsUnauthorized with default headers values

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsUnauthorized) Error

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsUnauthorized) GetPayload

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsUnauthorized) IsClientError

IsClientError returns true when this enterprise entitlements report get allowed enterprises for entitlements unauthorized response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsUnauthorized) IsCode

IsCode returns true when this enterprise entitlements report get allowed enterprises for entitlements unauthorized response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsUnauthorized) IsRedirect

IsRedirect returns true when this enterprise entitlements report get allowed enterprises for entitlements unauthorized response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsUnauthorized) IsServerError

IsServerError returns true when this enterprise entitlements report get allowed enterprises for entitlements unauthorized response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsUnauthorized) IsSuccess

IsSuccess returns true when this enterprise entitlements report get allowed enterprises for entitlements unauthorized response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForEntitlementsUnauthorized) String

type EnterpriseEntitlementsReportGetAllowedEnterprisesForbidden

type EnterpriseEntitlementsReportGetAllowedEnterprisesForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForbidden

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesForbidden() *EnterpriseEntitlementsReportGetAllowedEnterprisesForbidden

NewEnterpriseEntitlementsReportGetAllowedEnterprisesForbidden creates a EnterpriseEntitlementsReportGetAllowedEnterprisesForbidden with default headers values

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForbidden) Error

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForbidden) GetPayload

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForbidden) IsClientError

IsClientError returns true when this enterprise entitlements report get allowed enterprises forbidden response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForbidden) IsCode

IsCode returns true when this enterprise entitlements report get allowed enterprises forbidden response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForbidden) IsRedirect

IsRedirect returns true when this enterprise entitlements report get allowed enterprises forbidden response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForbidden) IsServerError

IsServerError returns true when this enterprise entitlements report get allowed enterprises forbidden response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForbidden) IsSuccess

IsSuccess returns true when this enterprise entitlements report get allowed enterprises forbidden response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesForbidden) String

type EnterpriseEntitlementsReportGetAllowedEnterprisesGatewayTimeout

type EnterpriseEntitlementsReportGetAllowedEnterprisesGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesGatewayTimeout

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesGatewayTimeout() *EnterpriseEntitlementsReportGetAllowedEnterprisesGatewayTimeout

NewEnterpriseEntitlementsReportGetAllowedEnterprisesGatewayTimeout creates a EnterpriseEntitlementsReportGetAllowedEnterprisesGatewayTimeout with default headers values

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesGatewayTimeout) Error

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesGatewayTimeout) GetPayload

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesGatewayTimeout) IsClientError

IsClientError returns true when this enterprise entitlements report get allowed enterprises gateway timeout response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesGatewayTimeout) IsCode

IsCode returns true when this enterprise entitlements report get allowed enterprises gateway timeout response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesGatewayTimeout) IsRedirect

IsRedirect returns true when this enterprise entitlements report get allowed enterprises gateway timeout response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesGatewayTimeout) IsServerError

IsServerError returns true when this enterprise entitlements report get allowed enterprises gateway timeout response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesGatewayTimeout) IsSuccess

IsSuccess returns true when this enterprise entitlements report get allowed enterprises gateway timeout response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesGatewayTimeout) String

type EnterpriseEntitlementsReportGetAllowedEnterprisesInternalServerError

type EnterpriseEntitlementsReportGetAllowedEnterprisesInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesInternalServerError

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesInternalServerError() *EnterpriseEntitlementsReportGetAllowedEnterprisesInternalServerError

NewEnterpriseEntitlementsReportGetAllowedEnterprisesInternalServerError creates a EnterpriseEntitlementsReportGetAllowedEnterprisesInternalServerError with default headers values

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesInternalServerError) Error

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesInternalServerError) GetPayload

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesInternalServerError) IsClientError

IsClientError returns true when this enterprise entitlements report get allowed enterprises internal server error response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesInternalServerError) IsCode

IsCode returns true when this enterprise entitlements report get allowed enterprises internal server error response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesInternalServerError) IsRedirect

IsRedirect returns true when this enterprise entitlements report get allowed enterprises internal server error response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesInternalServerError) IsServerError

IsServerError returns true when this enterprise entitlements report get allowed enterprises internal server error response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesInternalServerError) IsSuccess

IsSuccess returns true when this enterprise entitlements report get allowed enterprises internal server error response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesInternalServerError) String

type EnterpriseEntitlementsReportGetAllowedEnterprisesNotFound

type EnterpriseEntitlementsReportGetAllowedEnterprisesNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesNotFound

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesNotFound() *EnterpriseEntitlementsReportGetAllowedEnterprisesNotFound

NewEnterpriseEntitlementsReportGetAllowedEnterprisesNotFound creates a EnterpriseEntitlementsReportGetAllowedEnterprisesNotFound with default headers values

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesNotFound) Error

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesNotFound) GetPayload

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesNotFound) IsClientError

IsClientError returns true when this enterprise entitlements report get allowed enterprises not found response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesNotFound) IsCode

IsCode returns true when this enterprise entitlements report get allowed enterprises not found response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesNotFound) IsRedirect

IsRedirect returns true when this enterprise entitlements report get allowed enterprises not found response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesNotFound) IsServerError

IsServerError returns true when this enterprise entitlements report get allowed enterprises not found response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesNotFound) IsSuccess

IsSuccess returns true when this enterprise entitlements report get allowed enterprises not found response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesNotFound) String

type EnterpriseEntitlementsReportGetAllowedEnterprisesOK

type EnterpriseEntitlementsReportGetAllowedEnterprisesOK struct {
	Payload *swagger_models.CrudResponse
}

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

A successful response.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesOK

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesOK() *EnterpriseEntitlementsReportGetAllowedEnterprisesOK

NewEnterpriseEntitlementsReportGetAllowedEnterprisesOK creates a EnterpriseEntitlementsReportGetAllowedEnterprisesOK with default headers values

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesOK) Error

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesOK) GetPayload

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesOK) IsClientError

IsClientError returns true when this enterprise entitlements report get allowed enterprises o k response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesOK) IsCode

IsCode returns true when this enterprise entitlements report get allowed enterprises o k response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesOK) IsRedirect

IsRedirect returns true when this enterprise entitlements report get allowed enterprises o k response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesOK) IsServerError

IsServerError returns true when this enterprise entitlements report get allowed enterprises o k response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesOK) IsSuccess

IsSuccess returns true when this enterprise entitlements report get allowed enterprises o k response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesOK) String

type EnterpriseEntitlementsReportGetAllowedEnterprisesParams

type EnterpriseEntitlementsReportGetAllowedEnterprisesParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// FilterAll.
	FilterAll *bool

	// FilterEntpstate.
	FilterEntpstate *string

	// FilterHubspotid.
	FilterHubspotid *string

	// FilterNamePattern.
	FilterNamePattern *string

	// FilterProjectid.
	FilterProjectid []string

	// FilterRoleName.
	FilterRoleName *string

	// FilterSfdcid.
	FilterSfdcid *string

	// FilterUserstate.
	FilterUserstate *string

	/* NextOrderBy.

	   OrderBy helps in sorting the list response
	*/
	NextOrderBy []string

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

	// Summary.
	Summary *bool

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

EnterpriseEntitlementsReportGetAllowedEnterprisesParams contains all the parameters to send to the API endpoint

for the enterprise entitlements report get allowed enterprises operation.

Typically these are written to a http.Request.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesParams

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesParams() *EnterpriseEntitlementsReportGetAllowedEnterprisesParams

NewEnterpriseEntitlementsReportGetAllowedEnterprisesParams creates a new EnterpriseEntitlementsReportGetAllowedEnterprisesParams 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 NewEnterpriseEntitlementsReportGetAllowedEnterprisesParamsWithContext

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesParamsWithContext(ctx context.Context) *EnterpriseEntitlementsReportGetAllowedEnterprisesParams

NewEnterpriseEntitlementsReportGetAllowedEnterprisesParamsWithContext creates a new EnterpriseEntitlementsReportGetAllowedEnterprisesParams object with the ability to set a context for a request.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesParamsWithHTTPClient

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesParamsWithHTTPClient(client *http.Client) *EnterpriseEntitlementsReportGetAllowedEnterprisesParams

NewEnterpriseEntitlementsReportGetAllowedEnterprisesParamsWithHTTPClient creates a new EnterpriseEntitlementsReportGetAllowedEnterprisesParams object with the ability to set a custom HTTPClient for a request.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesParamsWithTimeout

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesParamsWithTimeout(timeout time.Duration) *EnterpriseEntitlementsReportGetAllowedEnterprisesParams

NewEnterpriseEntitlementsReportGetAllowedEnterprisesParamsWithTimeout creates a new EnterpriseEntitlementsReportGetAllowedEnterprisesParams object with the ability to set a timeout on a request.

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetContext

SetContext adds the context to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetDefaults

SetDefaults hydrates default values in the enterprise entitlements report get allowed enterprises params (not the query body).

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

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetFilterAll

SetFilterAll adds the filterAll to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetFilterEntpstate

func (o *EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetFilterEntpstate(filterEntpstate *string)

SetFilterEntpstate adds the filterEntpstate to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetFilterHubspotid

func (o *EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetFilterHubspotid(filterHubspotid *string)

SetFilterHubspotid adds the filterHubspotid to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetFilterNamePattern

func (o *EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetFilterNamePattern(filterNamePattern *string)

SetFilterNamePattern adds the filterNamePattern to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetFilterProjectid

func (o *EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetFilterProjectid(filterProjectid []string)

SetFilterProjectid adds the filterProjectid to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetFilterRoleName

func (o *EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetFilterRoleName(filterRoleName *string)

SetFilterRoleName adds the filterRoleName to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetFilterSfdcid

func (o *EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetFilterSfdcid(filterSfdcid *string)

SetFilterSfdcid adds the filterSfdcid to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetFilterUserstate

func (o *EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetFilterUserstate(filterUserstate *string)

SetFilterUserstate adds the filterUserstate to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetNextOrderBy

func (o *EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetNextPageNum

func (o *EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetNextPageNum(nextPageNum *int64)

SetNextPageNum adds the nextPageNum to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetNextPageSize

func (o *EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetNextPageSize(nextPageSize *int64)

SetNextPageSize adds the nextPageSize to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetNextPageToken

func (o *EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetNextPageToken(nextPageToken *string)

SetNextPageToken adds the nextPageToken to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetNextTotalPages

func (o *EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetNextTotalPages(nextTotalPages *int64)

SetNextTotalPages adds the nextTotalPages to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetSummary

SetSummary adds the summary to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetTimeout

SetTimeout adds the timeout to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) SetXRequestID

SetXRequestID adds the xRequestId to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WithContext

WithContext adds the context to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WithDefaults

WithDefaults hydrates default values in the enterprise entitlements report get allowed enterprises params (not the query body).

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

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WithFilterAll

WithFilterAll adds the filterAll to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WithFilterEntpstate

WithFilterEntpstate adds the filterEntpstate to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WithFilterHubspotid

WithFilterHubspotid adds the filterHubspotid to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WithFilterNamePattern

WithFilterNamePattern adds the filterNamePattern to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WithFilterProjectid

WithFilterProjectid adds the filterProjectid to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WithFilterRoleName

WithFilterRoleName adds the filterRoleName to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WithFilterSfdcid

WithFilterSfdcid adds the filterSfdcid to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WithFilterUserstate

WithFilterUserstate adds the filterUserstate to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WithNextOrderBy

WithNextOrderBy adds the nextOrderBy to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WithNextPageNum

WithNextPageNum adds the nextPageNum to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WithNextPageSize

WithNextPageSize adds the nextPageSize to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WithNextPageToken

WithNextPageToken adds the nextPageToken to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WithNextTotalPages

WithNextTotalPages adds the nextTotalPages to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WithSummary

WithSummary adds the summary to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WithTimeout

WithTimeout adds the timeout to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WithXRequestID

WithXRequestID adds the xRequestID to the enterprise entitlements report get allowed enterprises params

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EnterpriseEntitlementsReportGetAllowedEnterprisesReader

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

EnterpriseEntitlementsReportGetAllowedEnterprisesReader is a Reader for the EnterpriseEntitlementsReportGetAllowedEnterprises structure.

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EnterpriseEntitlementsReportGetAllowedEnterprisesUnauthorized

type EnterpriseEntitlementsReportGetAllowedEnterprisesUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesUnauthorized

func NewEnterpriseEntitlementsReportGetAllowedEnterprisesUnauthorized() *EnterpriseEntitlementsReportGetAllowedEnterprisesUnauthorized

NewEnterpriseEntitlementsReportGetAllowedEnterprisesUnauthorized creates a EnterpriseEntitlementsReportGetAllowedEnterprisesUnauthorized with default headers values

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesUnauthorized) Error

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesUnauthorized) GetPayload

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesUnauthorized) IsClientError

IsClientError returns true when this enterprise entitlements report get allowed enterprises unauthorized response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesUnauthorized) IsCode

IsCode returns true when this enterprise entitlements report get allowed enterprises unauthorized response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesUnauthorized) IsRedirect

IsRedirect returns true when this enterprise entitlements report get allowed enterprises unauthorized response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesUnauthorized) IsServerError

IsServerError returns true when this enterprise entitlements report get allowed enterprises unauthorized response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesUnauthorized) IsSuccess

IsSuccess returns true when this enterprise entitlements report get allowed enterprises unauthorized response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAllowedEnterprisesUnauthorized) String

type EnterpriseEntitlementsReportGetAppInstReportDefault

type EnterpriseEntitlementsReportGetAppInstReportDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEnterpriseEntitlementsReportGetAppInstReportDefault

func NewEnterpriseEntitlementsReportGetAppInstReportDefault(code int) *EnterpriseEntitlementsReportGetAppInstReportDefault

NewEnterpriseEntitlementsReportGetAppInstReportDefault creates a EnterpriseEntitlementsReportGetAppInstReportDefault with default headers values

func (*EnterpriseEntitlementsReportGetAppInstReportDefault) Code

Code gets the status code for the enterprise entitlements report get app inst report default response

func (*EnterpriseEntitlementsReportGetAppInstReportDefault) Error

func (*EnterpriseEntitlementsReportGetAppInstReportDefault) GetPayload

func (*EnterpriseEntitlementsReportGetAppInstReportDefault) IsClientError

IsClientError returns true when this enterprise entitlements report get app inst report default response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportDefault) IsCode

IsCode returns true when this enterprise entitlements report get app inst report default response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAppInstReportDefault) IsRedirect

IsRedirect returns true when this enterprise entitlements report get app inst report default response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportDefault) IsServerError

IsServerError returns true when this enterprise entitlements report get app inst report default response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportDefault) IsSuccess

IsSuccess returns true when this enterprise entitlements report get app inst report default response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportDefault) String

type EnterpriseEntitlementsReportGetAppInstReportForbidden

type EnterpriseEntitlementsReportGetAppInstReportForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEnterpriseEntitlementsReportGetAppInstReportForbidden

func NewEnterpriseEntitlementsReportGetAppInstReportForbidden() *EnterpriseEntitlementsReportGetAppInstReportForbidden

NewEnterpriseEntitlementsReportGetAppInstReportForbidden creates a EnterpriseEntitlementsReportGetAppInstReportForbidden with default headers values

func (*EnterpriseEntitlementsReportGetAppInstReportForbidden) Error

func (*EnterpriseEntitlementsReportGetAppInstReportForbidden) GetPayload

func (*EnterpriseEntitlementsReportGetAppInstReportForbidden) IsClientError

IsClientError returns true when this enterprise entitlements report get app inst report forbidden response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportForbidden) IsCode

IsCode returns true when this enterprise entitlements report get app inst report forbidden response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAppInstReportForbidden) IsRedirect

IsRedirect returns true when this enterprise entitlements report get app inst report forbidden response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportForbidden) IsServerError

IsServerError returns true when this enterprise entitlements report get app inst report forbidden response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportForbidden) IsSuccess

IsSuccess returns true when this enterprise entitlements report get app inst report forbidden response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportForbidden) String

type EnterpriseEntitlementsReportGetAppInstReportGatewayTimeout

type EnterpriseEntitlementsReportGetAppInstReportGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEnterpriseEntitlementsReportGetAppInstReportGatewayTimeout

func NewEnterpriseEntitlementsReportGetAppInstReportGatewayTimeout() *EnterpriseEntitlementsReportGetAppInstReportGatewayTimeout

NewEnterpriseEntitlementsReportGetAppInstReportGatewayTimeout creates a EnterpriseEntitlementsReportGetAppInstReportGatewayTimeout with default headers values

func (*EnterpriseEntitlementsReportGetAppInstReportGatewayTimeout) Error

func (*EnterpriseEntitlementsReportGetAppInstReportGatewayTimeout) GetPayload

func (*EnterpriseEntitlementsReportGetAppInstReportGatewayTimeout) IsClientError

IsClientError returns true when this enterprise entitlements report get app inst report gateway timeout response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportGatewayTimeout) IsCode

IsCode returns true when this enterprise entitlements report get app inst report gateway timeout response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAppInstReportGatewayTimeout) IsRedirect

IsRedirect returns true when this enterprise entitlements report get app inst report gateway timeout response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportGatewayTimeout) IsServerError

IsServerError returns true when this enterprise entitlements report get app inst report gateway timeout response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportGatewayTimeout) IsSuccess

IsSuccess returns true when this enterprise entitlements report get app inst report gateway timeout response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportGatewayTimeout) String

type EnterpriseEntitlementsReportGetAppInstReportInternalServerError

type EnterpriseEntitlementsReportGetAppInstReportInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEnterpriseEntitlementsReportGetAppInstReportInternalServerError

func NewEnterpriseEntitlementsReportGetAppInstReportInternalServerError() *EnterpriseEntitlementsReportGetAppInstReportInternalServerError

NewEnterpriseEntitlementsReportGetAppInstReportInternalServerError creates a EnterpriseEntitlementsReportGetAppInstReportInternalServerError with default headers values

func (*EnterpriseEntitlementsReportGetAppInstReportInternalServerError) Error

func (*EnterpriseEntitlementsReportGetAppInstReportInternalServerError) GetPayload

func (*EnterpriseEntitlementsReportGetAppInstReportInternalServerError) IsClientError

IsClientError returns true when this enterprise entitlements report get app inst report internal server error response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportInternalServerError) IsCode

IsCode returns true when this enterprise entitlements report get app inst report internal server error response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAppInstReportInternalServerError) IsRedirect

IsRedirect returns true when this enterprise entitlements report get app inst report internal server error response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportInternalServerError) IsServerError

IsServerError returns true when this enterprise entitlements report get app inst report internal server error response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportInternalServerError) IsSuccess

IsSuccess returns true when this enterprise entitlements report get app inst report internal server error response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportInternalServerError) String

type EnterpriseEntitlementsReportGetAppInstReportNotFound

type EnterpriseEntitlementsReportGetAppInstReportNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEnterpriseEntitlementsReportGetAppInstReportNotFound

func NewEnterpriseEntitlementsReportGetAppInstReportNotFound() *EnterpriseEntitlementsReportGetAppInstReportNotFound

NewEnterpriseEntitlementsReportGetAppInstReportNotFound creates a EnterpriseEntitlementsReportGetAppInstReportNotFound with default headers values

func (*EnterpriseEntitlementsReportGetAppInstReportNotFound) Error

func (*EnterpriseEntitlementsReportGetAppInstReportNotFound) GetPayload

func (*EnterpriseEntitlementsReportGetAppInstReportNotFound) IsClientError

IsClientError returns true when this enterprise entitlements report get app inst report not found response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportNotFound) IsCode

IsCode returns true when this enterprise entitlements report get app inst report not found response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAppInstReportNotFound) IsRedirect

IsRedirect returns true when this enterprise entitlements report get app inst report not found response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportNotFound) IsServerError

IsServerError returns true when this enterprise entitlements report get app inst report not found response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportNotFound) IsSuccess

IsSuccess returns true when this enterprise entitlements report get app inst report not found response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportNotFound) String

type EnterpriseEntitlementsReportGetAppInstReportOK

type EnterpriseEntitlementsReportGetAppInstReportOK struct {
	Payload *swagger_models.AppInstReport
}

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

A successful response.

func NewEnterpriseEntitlementsReportGetAppInstReportOK

func NewEnterpriseEntitlementsReportGetAppInstReportOK() *EnterpriseEntitlementsReportGetAppInstReportOK

NewEnterpriseEntitlementsReportGetAppInstReportOK creates a EnterpriseEntitlementsReportGetAppInstReportOK with default headers values

func (*EnterpriseEntitlementsReportGetAppInstReportOK) Error

func (*EnterpriseEntitlementsReportGetAppInstReportOK) GetPayload

func (*EnterpriseEntitlementsReportGetAppInstReportOK) IsClientError

IsClientError returns true when this enterprise entitlements report get app inst report o k response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportOK) IsCode

IsCode returns true when this enterprise entitlements report get app inst report o k response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAppInstReportOK) IsRedirect

IsRedirect returns true when this enterprise entitlements report get app inst report o k response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportOK) IsServerError

IsServerError returns true when this enterprise entitlements report get app inst report o k response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportOK) IsSuccess

IsSuccess returns true when this enterprise entitlements report get app inst report o k response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportOK) String

type EnterpriseEntitlementsReportGetAppInstReportParams

type EnterpriseEntitlementsReportGetAppInstReportParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* TenantID.

	   Enterprise id for which we want to get summary report for all objects
	*/
	TenantID *string

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

EnterpriseEntitlementsReportGetAppInstReportParams contains all the parameters to send to the API endpoint

for the enterprise entitlements report get app inst report operation.

Typically these are written to a http.Request.

func NewEnterpriseEntitlementsReportGetAppInstReportParams

func NewEnterpriseEntitlementsReportGetAppInstReportParams() *EnterpriseEntitlementsReportGetAppInstReportParams

NewEnterpriseEntitlementsReportGetAppInstReportParams creates a new EnterpriseEntitlementsReportGetAppInstReportParams 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 NewEnterpriseEntitlementsReportGetAppInstReportParamsWithContext

func NewEnterpriseEntitlementsReportGetAppInstReportParamsWithContext(ctx context.Context) *EnterpriseEntitlementsReportGetAppInstReportParams

NewEnterpriseEntitlementsReportGetAppInstReportParamsWithContext creates a new EnterpriseEntitlementsReportGetAppInstReportParams object with the ability to set a context for a request.

func NewEnterpriseEntitlementsReportGetAppInstReportParamsWithHTTPClient

func NewEnterpriseEntitlementsReportGetAppInstReportParamsWithHTTPClient(client *http.Client) *EnterpriseEntitlementsReportGetAppInstReportParams

NewEnterpriseEntitlementsReportGetAppInstReportParamsWithHTTPClient creates a new EnterpriseEntitlementsReportGetAppInstReportParams object with the ability to set a custom HTTPClient for a request.

func NewEnterpriseEntitlementsReportGetAppInstReportParamsWithTimeout

func NewEnterpriseEntitlementsReportGetAppInstReportParamsWithTimeout(timeout time.Duration) *EnterpriseEntitlementsReportGetAppInstReportParams

NewEnterpriseEntitlementsReportGetAppInstReportParamsWithTimeout creates a new EnterpriseEntitlementsReportGetAppInstReportParams object with the ability to set a timeout on a request.

func (*EnterpriseEntitlementsReportGetAppInstReportParams) SetContext

SetContext adds the context to the enterprise entitlements report get app inst report params

func (*EnterpriseEntitlementsReportGetAppInstReportParams) SetDefaults

SetDefaults hydrates default values in the enterprise entitlements report get app inst report params (not the query body).

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

func (*EnterpriseEntitlementsReportGetAppInstReportParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the enterprise entitlements report get app inst report params

func (*EnterpriseEntitlementsReportGetAppInstReportParams) SetTenantID

SetTenantID adds the tenantId to the enterprise entitlements report get app inst report params

func (*EnterpriseEntitlementsReportGetAppInstReportParams) SetTimeout

SetTimeout adds the timeout to the enterprise entitlements report get app inst report params

func (*EnterpriseEntitlementsReportGetAppInstReportParams) SetXRequestID

func (o *EnterpriseEntitlementsReportGetAppInstReportParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the enterprise entitlements report get app inst report params

func (*EnterpriseEntitlementsReportGetAppInstReportParams) WithContext

WithContext adds the context to the enterprise entitlements report get app inst report params

func (*EnterpriseEntitlementsReportGetAppInstReportParams) WithDefaults

WithDefaults hydrates default values in the enterprise entitlements report get app inst report params (not the query body).

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

func (*EnterpriseEntitlementsReportGetAppInstReportParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the enterprise entitlements report get app inst report params

func (*EnterpriseEntitlementsReportGetAppInstReportParams) WithTenantID

WithTenantID adds the tenantID to the enterprise entitlements report get app inst report params

func (*EnterpriseEntitlementsReportGetAppInstReportParams) WithTimeout

WithTimeout adds the timeout to the enterprise entitlements report get app inst report params

func (*EnterpriseEntitlementsReportGetAppInstReportParams) WithXRequestID

WithXRequestID adds the xRequestID to the enterprise entitlements report get app inst report params

func (*EnterpriseEntitlementsReportGetAppInstReportParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EnterpriseEntitlementsReportGetAppInstReportReader

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

EnterpriseEntitlementsReportGetAppInstReportReader is a Reader for the EnterpriseEntitlementsReportGetAppInstReport structure.

func (*EnterpriseEntitlementsReportGetAppInstReportReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EnterpriseEntitlementsReportGetAppInstReportUnauthorized

type EnterpriseEntitlementsReportGetAppInstReportUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEnterpriseEntitlementsReportGetAppInstReportUnauthorized

func NewEnterpriseEntitlementsReportGetAppInstReportUnauthorized() *EnterpriseEntitlementsReportGetAppInstReportUnauthorized

NewEnterpriseEntitlementsReportGetAppInstReportUnauthorized creates a EnterpriseEntitlementsReportGetAppInstReportUnauthorized with default headers values

func (*EnterpriseEntitlementsReportGetAppInstReportUnauthorized) Error

func (*EnterpriseEntitlementsReportGetAppInstReportUnauthorized) GetPayload

func (*EnterpriseEntitlementsReportGetAppInstReportUnauthorized) IsClientError

IsClientError returns true when this enterprise entitlements report get app inst report unauthorized response has a 4xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportUnauthorized) IsCode

IsCode returns true when this enterprise entitlements report get app inst report unauthorized response a status code equal to that given

func (*EnterpriseEntitlementsReportGetAppInstReportUnauthorized) IsRedirect

IsRedirect returns true when this enterprise entitlements report get app inst report unauthorized response has a 3xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportUnauthorized) IsServerError

IsServerError returns true when this enterprise entitlements report get app inst report unauthorized response has a 5xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportUnauthorized) IsSuccess

IsSuccess returns true when this enterprise entitlements report get app inst report unauthorized response has a 2xx status code

func (*EnterpriseEntitlementsReportGetAppInstReportUnauthorized) String

type EnterpriseEntitlementsReportGetDeviceReportDefault

type EnterpriseEntitlementsReportGetDeviceReportDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEnterpriseEntitlementsReportGetDeviceReportDefault

func NewEnterpriseEntitlementsReportGetDeviceReportDefault(code int) *EnterpriseEntitlementsReportGetDeviceReportDefault

NewEnterpriseEntitlementsReportGetDeviceReportDefault creates a EnterpriseEntitlementsReportGetDeviceReportDefault with default headers values

func (*EnterpriseEntitlementsReportGetDeviceReportDefault) Code

Code gets the status code for the enterprise entitlements report get device report default response

func (*EnterpriseEntitlementsReportGetDeviceReportDefault) Error

func (*EnterpriseEntitlementsReportGetDeviceReportDefault) GetPayload

func (*EnterpriseEntitlementsReportGetDeviceReportDefault) IsClientError

IsClientError returns true when this enterprise entitlements report get device report default response has a 4xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportDefault) IsCode

IsCode returns true when this enterprise entitlements report get device report default response a status code equal to that given

func (*EnterpriseEntitlementsReportGetDeviceReportDefault) IsRedirect

IsRedirect returns true when this enterprise entitlements report get device report default response has a 3xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportDefault) IsServerError

IsServerError returns true when this enterprise entitlements report get device report default response has a 5xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportDefault) IsSuccess

IsSuccess returns true when this enterprise entitlements report get device report default response has a 2xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportDefault) String

type EnterpriseEntitlementsReportGetDeviceReportForbidden

type EnterpriseEntitlementsReportGetDeviceReportForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEnterpriseEntitlementsReportGetDeviceReportForbidden

func NewEnterpriseEntitlementsReportGetDeviceReportForbidden() *EnterpriseEntitlementsReportGetDeviceReportForbidden

NewEnterpriseEntitlementsReportGetDeviceReportForbidden creates a EnterpriseEntitlementsReportGetDeviceReportForbidden with default headers values

func (*EnterpriseEntitlementsReportGetDeviceReportForbidden) Error

func (*EnterpriseEntitlementsReportGetDeviceReportForbidden) GetPayload

func (*EnterpriseEntitlementsReportGetDeviceReportForbidden) IsClientError

IsClientError returns true when this enterprise entitlements report get device report forbidden response has a 4xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportForbidden) IsCode

IsCode returns true when this enterprise entitlements report get device report forbidden response a status code equal to that given

func (*EnterpriseEntitlementsReportGetDeviceReportForbidden) IsRedirect

IsRedirect returns true when this enterprise entitlements report get device report forbidden response has a 3xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportForbidden) IsServerError

IsServerError returns true when this enterprise entitlements report get device report forbidden response has a 5xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportForbidden) IsSuccess

IsSuccess returns true when this enterprise entitlements report get device report forbidden response has a 2xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportForbidden) String

type EnterpriseEntitlementsReportGetDeviceReportGatewayTimeout

type EnterpriseEntitlementsReportGetDeviceReportGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEnterpriseEntitlementsReportGetDeviceReportGatewayTimeout

func NewEnterpriseEntitlementsReportGetDeviceReportGatewayTimeout() *EnterpriseEntitlementsReportGetDeviceReportGatewayTimeout

NewEnterpriseEntitlementsReportGetDeviceReportGatewayTimeout creates a EnterpriseEntitlementsReportGetDeviceReportGatewayTimeout with default headers values

func (*EnterpriseEntitlementsReportGetDeviceReportGatewayTimeout) Error

func (*EnterpriseEntitlementsReportGetDeviceReportGatewayTimeout) GetPayload

func (*EnterpriseEntitlementsReportGetDeviceReportGatewayTimeout) IsClientError

IsClientError returns true when this enterprise entitlements report get device report gateway timeout response has a 4xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportGatewayTimeout) IsCode

IsCode returns true when this enterprise entitlements report get device report gateway timeout response a status code equal to that given

func (*EnterpriseEntitlementsReportGetDeviceReportGatewayTimeout) IsRedirect

IsRedirect returns true when this enterprise entitlements report get device report gateway timeout response has a 3xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportGatewayTimeout) IsServerError

IsServerError returns true when this enterprise entitlements report get device report gateway timeout response has a 5xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportGatewayTimeout) IsSuccess

IsSuccess returns true when this enterprise entitlements report get device report gateway timeout response has a 2xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportGatewayTimeout) String

type EnterpriseEntitlementsReportGetDeviceReportInternalServerError

type EnterpriseEntitlementsReportGetDeviceReportInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEnterpriseEntitlementsReportGetDeviceReportInternalServerError

func NewEnterpriseEntitlementsReportGetDeviceReportInternalServerError() *EnterpriseEntitlementsReportGetDeviceReportInternalServerError

NewEnterpriseEntitlementsReportGetDeviceReportInternalServerError creates a EnterpriseEntitlementsReportGetDeviceReportInternalServerError with default headers values

func (*EnterpriseEntitlementsReportGetDeviceReportInternalServerError) Error

func (*EnterpriseEntitlementsReportGetDeviceReportInternalServerError) GetPayload

func (*EnterpriseEntitlementsReportGetDeviceReportInternalServerError) IsClientError

IsClientError returns true when this enterprise entitlements report get device report internal server error response has a 4xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportInternalServerError) IsCode

IsCode returns true when this enterprise entitlements report get device report internal server error response a status code equal to that given

func (*EnterpriseEntitlementsReportGetDeviceReportInternalServerError) IsRedirect

IsRedirect returns true when this enterprise entitlements report get device report internal server error response has a 3xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportInternalServerError) IsServerError

IsServerError returns true when this enterprise entitlements report get device report internal server error response has a 5xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportInternalServerError) IsSuccess

IsSuccess returns true when this enterprise entitlements report get device report internal server error response has a 2xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportInternalServerError) String

type EnterpriseEntitlementsReportGetDeviceReportNotFound

type EnterpriseEntitlementsReportGetDeviceReportNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEnterpriseEntitlementsReportGetDeviceReportNotFound

func NewEnterpriseEntitlementsReportGetDeviceReportNotFound() *EnterpriseEntitlementsReportGetDeviceReportNotFound

NewEnterpriseEntitlementsReportGetDeviceReportNotFound creates a EnterpriseEntitlementsReportGetDeviceReportNotFound with default headers values

func (*EnterpriseEntitlementsReportGetDeviceReportNotFound) Error

func (*EnterpriseEntitlementsReportGetDeviceReportNotFound) GetPayload

func (*EnterpriseEntitlementsReportGetDeviceReportNotFound) IsClientError

IsClientError returns true when this enterprise entitlements report get device report not found response has a 4xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportNotFound) IsCode

IsCode returns true when this enterprise entitlements report get device report not found response a status code equal to that given

func (*EnterpriseEntitlementsReportGetDeviceReportNotFound) IsRedirect

IsRedirect returns true when this enterprise entitlements report get device report not found response has a 3xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportNotFound) IsServerError

IsServerError returns true when this enterprise entitlements report get device report not found response has a 5xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportNotFound) IsSuccess

IsSuccess returns true when this enterprise entitlements report get device report not found response has a 2xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportNotFound) String

type EnterpriseEntitlementsReportGetDeviceReportOK

type EnterpriseEntitlementsReportGetDeviceReportOK struct {
	Payload *swagger_models.DeviceReport
}

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

A successful response.

func NewEnterpriseEntitlementsReportGetDeviceReportOK

func NewEnterpriseEntitlementsReportGetDeviceReportOK() *EnterpriseEntitlementsReportGetDeviceReportOK

NewEnterpriseEntitlementsReportGetDeviceReportOK creates a EnterpriseEntitlementsReportGetDeviceReportOK with default headers values

func (*EnterpriseEntitlementsReportGetDeviceReportOK) Error

func (*EnterpriseEntitlementsReportGetDeviceReportOK) GetPayload

func (*EnterpriseEntitlementsReportGetDeviceReportOK) IsClientError

IsClientError returns true when this enterprise entitlements report get device report o k response has a 4xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportOK) IsCode

IsCode returns true when this enterprise entitlements report get device report o k response a status code equal to that given

func (*EnterpriseEntitlementsReportGetDeviceReportOK) IsRedirect

IsRedirect returns true when this enterprise entitlements report get device report o k response has a 3xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportOK) IsServerError

IsServerError returns true when this enterprise entitlements report get device report o k response has a 5xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportOK) IsSuccess

IsSuccess returns true when this enterprise entitlements report get device report o k response has a 2xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportOK) String

type EnterpriseEntitlementsReportGetDeviceReportParams

type EnterpriseEntitlementsReportGetDeviceReportParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* TenantID.

	   Enterprise id for which we want to get summary report for all objects
	*/
	TenantID *string

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

EnterpriseEntitlementsReportGetDeviceReportParams contains all the parameters to send to the API endpoint

for the enterprise entitlements report get device report operation.

Typically these are written to a http.Request.

func NewEnterpriseEntitlementsReportGetDeviceReportParams

func NewEnterpriseEntitlementsReportGetDeviceReportParams() *EnterpriseEntitlementsReportGetDeviceReportParams

NewEnterpriseEntitlementsReportGetDeviceReportParams creates a new EnterpriseEntitlementsReportGetDeviceReportParams 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 NewEnterpriseEntitlementsReportGetDeviceReportParamsWithContext

func NewEnterpriseEntitlementsReportGetDeviceReportParamsWithContext(ctx context.Context) *EnterpriseEntitlementsReportGetDeviceReportParams

NewEnterpriseEntitlementsReportGetDeviceReportParamsWithContext creates a new EnterpriseEntitlementsReportGetDeviceReportParams object with the ability to set a context for a request.

func NewEnterpriseEntitlementsReportGetDeviceReportParamsWithHTTPClient

func NewEnterpriseEntitlementsReportGetDeviceReportParamsWithHTTPClient(client *http.Client) *EnterpriseEntitlementsReportGetDeviceReportParams

NewEnterpriseEntitlementsReportGetDeviceReportParamsWithHTTPClient creates a new EnterpriseEntitlementsReportGetDeviceReportParams object with the ability to set a custom HTTPClient for a request.

func NewEnterpriseEntitlementsReportGetDeviceReportParamsWithTimeout

func NewEnterpriseEntitlementsReportGetDeviceReportParamsWithTimeout(timeout time.Duration) *EnterpriseEntitlementsReportGetDeviceReportParams

NewEnterpriseEntitlementsReportGetDeviceReportParamsWithTimeout creates a new EnterpriseEntitlementsReportGetDeviceReportParams object with the ability to set a timeout on a request.

func (*EnterpriseEntitlementsReportGetDeviceReportParams) SetContext

SetContext adds the context to the enterprise entitlements report get device report params

func (*EnterpriseEntitlementsReportGetDeviceReportParams) SetDefaults

SetDefaults hydrates default values in the enterprise entitlements report get device report params (not the query body).

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

func (*EnterpriseEntitlementsReportGetDeviceReportParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the enterprise entitlements report get device report params

func (*EnterpriseEntitlementsReportGetDeviceReportParams) SetTenantID

SetTenantID adds the tenantId to the enterprise entitlements report get device report params

func (*EnterpriseEntitlementsReportGetDeviceReportParams) SetTimeout

SetTimeout adds the timeout to the enterprise entitlements report get device report params

func (*EnterpriseEntitlementsReportGetDeviceReportParams) SetXRequestID

func (o *EnterpriseEntitlementsReportGetDeviceReportParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the enterprise entitlements report get device report params

func (*EnterpriseEntitlementsReportGetDeviceReportParams) WithContext

WithContext adds the context to the enterprise entitlements report get device report params

func (*EnterpriseEntitlementsReportGetDeviceReportParams) WithDefaults

WithDefaults hydrates default values in the enterprise entitlements report get device report params (not the query body).

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

func (*EnterpriseEntitlementsReportGetDeviceReportParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the enterprise entitlements report get device report params

func (*EnterpriseEntitlementsReportGetDeviceReportParams) WithTenantID

WithTenantID adds the tenantID to the enterprise entitlements report get device report params

func (*EnterpriseEntitlementsReportGetDeviceReportParams) WithTimeout

WithTimeout adds the timeout to the enterprise entitlements report get device report params

func (*EnterpriseEntitlementsReportGetDeviceReportParams) WithXRequestID

WithXRequestID adds the xRequestID to the enterprise entitlements report get device report params

func (*EnterpriseEntitlementsReportGetDeviceReportParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EnterpriseEntitlementsReportGetDeviceReportReader

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

EnterpriseEntitlementsReportGetDeviceReportReader is a Reader for the EnterpriseEntitlementsReportGetDeviceReport structure.

func (*EnterpriseEntitlementsReportGetDeviceReportReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EnterpriseEntitlementsReportGetDeviceReportUnauthorized

type EnterpriseEntitlementsReportGetDeviceReportUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEnterpriseEntitlementsReportGetDeviceReportUnauthorized

func NewEnterpriseEntitlementsReportGetDeviceReportUnauthorized() *EnterpriseEntitlementsReportGetDeviceReportUnauthorized

NewEnterpriseEntitlementsReportGetDeviceReportUnauthorized creates a EnterpriseEntitlementsReportGetDeviceReportUnauthorized with default headers values

func (*EnterpriseEntitlementsReportGetDeviceReportUnauthorized) Error

func (*EnterpriseEntitlementsReportGetDeviceReportUnauthorized) GetPayload

func (*EnterpriseEntitlementsReportGetDeviceReportUnauthorized) IsClientError

IsClientError returns true when this enterprise entitlements report get device report unauthorized response has a 4xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportUnauthorized) IsCode

IsCode returns true when this enterprise entitlements report get device report unauthorized response a status code equal to that given

func (*EnterpriseEntitlementsReportGetDeviceReportUnauthorized) IsRedirect

IsRedirect returns true when this enterprise entitlements report get device report unauthorized response has a 3xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportUnauthorized) IsServerError

IsServerError returns true when this enterprise entitlements report get device report unauthorized response has a 5xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportUnauthorized) IsSuccess

IsSuccess returns true when this enterprise entitlements report get device report unauthorized response has a 2xx status code

func (*EnterpriseEntitlementsReportGetDeviceReportUnauthorized) String

type EnterpriseEntitlementsReportGetEnterpriseEntitlementDataDefault

type EnterpriseEntitlementsReportGetEnterpriseEntitlementDataDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataDefault

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataDefault(code int) *EnterpriseEntitlementsReportGetEnterpriseEntitlementDataDefault

NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataDefault creates a EnterpriseEntitlementsReportGetEnterpriseEntitlementDataDefault with default headers values

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataDefault) Code

Code gets the status code for the enterprise entitlements report get enterprise entitlement data default response

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataDefault) Error

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataDefault) GetPayload

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataDefault) IsClientError

IsClientError returns true when this enterprise entitlements report get enterprise entitlement data default response has a 4xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataDefault) IsCode

IsCode returns true when this enterprise entitlements report get enterprise entitlement data default response a status code equal to that given

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataDefault) IsRedirect

IsRedirect returns true when this enterprise entitlements report get enterprise entitlement data default response has a 3xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataDefault) IsServerError

IsServerError returns true when this enterprise entitlements report get enterprise entitlement data default response has a 5xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataDefault) IsSuccess

IsSuccess returns true when this enterprise entitlements report get enterprise entitlement data default response has a 2xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataDefault) String

type EnterpriseEntitlementsReportGetEnterpriseEntitlementDataForbidden

type EnterpriseEntitlementsReportGetEnterpriseEntitlementDataForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataForbidden

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataForbidden() *EnterpriseEntitlementsReportGetEnterpriseEntitlementDataForbidden

NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataForbidden creates a EnterpriseEntitlementsReportGetEnterpriseEntitlementDataForbidden with default headers values

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataForbidden) Error

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataForbidden) GetPayload

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataForbidden) IsClientError

IsClientError returns true when this enterprise entitlements report get enterprise entitlement data forbidden response has a 4xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataForbidden) IsCode

IsCode returns true when this enterprise entitlements report get enterprise entitlement data forbidden response a status code equal to that given

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataForbidden) IsRedirect

IsRedirect returns true when this enterprise entitlements report get enterprise entitlement data forbidden response has a 3xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataForbidden) IsServerError

IsServerError returns true when this enterprise entitlements report get enterprise entitlement data forbidden response has a 5xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataForbidden) IsSuccess

IsSuccess returns true when this enterprise entitlements report get enterprise entitlement data forbidden response has a 2xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataForbidden) String

type EnterpriseEntitlementsReportGetEnterpriseEntitlementDataGatewayTimeout

type EnterpriseEntitlementsReportGetEnterpriseEntitlementDataGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataGatewayTimeout

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataGatewayTimeout() *EnterpriseEntitlementsReportGetEnterpriseEntitlementDataGatewayTimeout

NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataGatewayTimeout creates a EnterpriseEntitlementsReportGetEnterpriseEntitlementDataGatewayTimeout with default headers values

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataGatewayTimeout) Error

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataGatewayTimeout) GetPayload

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataGatewayTimeout) IsClientError

IsClientError returns true when this enterprise entitlements report get enterprise entitlement data gateway timeout response has a 4xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataGatewayTimeout) IsCode

IsCode returns true when this enterprise entitlements report get enterprise entitlement data gateway timeout response a status code equal to that given

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataGatewayTimeout) IsRedirect

IsRedirect returns true when this enterprise entitlements report get enterprise entitlement data gateway timeout response has a 3xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataGatewayTimeout) IsServerError

IsServerError returns true when this enterprise entitlements report get enterprise entitlement data gateway timeout response has a 5xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataGatewayTimeout) IsSuccess

IsSuccess returns true when this enterprise entitlements report get enterprise entitlement data gateway timeout response has a 2xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataGatewayTimeout) String

type EnterpriseEntitlementsReportGetEnterpriseEntitlementDataInternalServerError

type EnterpriseEntitlementsReportGetEnterpriseEntitlementDataInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataInternalServerError

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataInternalServerError() *EnterpriseEntitlementsReportGetEnterpriseEntitlementDataInternalServerError

NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataInternalServerError creates a EnterpriseEntitlementsReportGetEnterpriseEntitlementDataInternalServerError with default headers values

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataInternalServerError) Error

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataInternalServerError) GetPayload

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataInternalServerError) IsClientError

IsClientError returns true when this enterprise entitlements report get enterprise entitlement data internal server error response has a 4xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataInternalServerError) IsCode

IsCode returns true when this enterprise entitlements report get enterprise entitlement data internal server error response a status code equal to that given

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataInternalServerError) IsRedirect

IsRedirect returns true when this enterprise entitlements report get enterprise entitlement data internal server error response has a 3xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataInternalServerError) IsServerError

IsServerError returns true when this enterprise entitlements report get enterprise entitlement data internal server error response has a 5xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataInternalServerError) IsSuccess

IsSuccess returns true when this enterprise entitlements report get enterprise entitlement data internal server error response has a 2xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataInternalServerError) String

type EnterpriseEntitlementsReportGetEnterpriseEntitlementDataNotFound

type EnterpriseEntitlementsReportGetEnterpriseEntitlementDataNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataNotFound

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataNotFound() *EnterpriseEntitlementsReportGetEnterpriseEntitlementDataNotFound

NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataNotFound creates a EnterpriseEntitlementsReportGetEnterpriseEntitlementDataNotFound with default headers values

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataNotFound) Error

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataNotFound) GetPayload

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataNotFound) IsClientError

IsClientError returns true when this enterprise entitlements report get enterprise entitlement data not found response has a 4xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataNotFound) IsCode

IsCode returns true when this enterprise entitlements report get enterprise entitlement data not found response a status code equal to that given

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataNotFound) IsRedirect

IsRedirect returns true when this enterprise entitlements report get enterprise entitlement data not found response has a 3xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataNotFound) IsServerError

IsServerError returns true when this enterprise entitlements report get enterprise entitlement data not found response has a 5xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataNotFound) IsSuccess

IsSuccess returns true when this enterprise entitlements report get enterprise entitlement data not found response has a 2xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataNotFound) String

type EnterpriseEntitlementsReportGetEnterpriseEntitlementDataOK

type EnterpriseEntitlementsReportGetEnterpriseEntitlementDataOK struct {
	Payload *swagger_models.Entitlement
}

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

A successful response.

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataOK

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataOK() *EnterpriseEntitlementsReportGetEnterpriseEntitlementDataOK

NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataOK creates a EnterpriseEntitlementsReportGetEnterpriseEntitlementDataOK with default headers values

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataOK) Error

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataOK) GetPayload

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataOK) IsClientError

IsClientError returns true when this enterprise entitlements report get enterprise entitlement data o k response has a 4xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataOK) IsCode

IsCode returns true when this enterprise entitlements report get enterprise entitlement data o k response a status code equal to that given

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataOK) IsRedirect

IsRedirect returns true when this enterprise entitlements report get enterprise entitlement data o k response has a 3xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataOK) IsServerError

IsServerError returns true when this enterprise entitlements report get enterprise entitlement data o k response has a 5xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataOK) IsSuccess

IsSuccess returns true when this enterprise entitlements report get enterprise entitlement data o k response has a 2xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataOK) String

type EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams

type EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* TenantID.

	   Enterprise id for which we want to get summary report for all objects
	*/
	TenantID *string

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

EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams contains all the parameters to send to the API endpoint

for the enterprise entitlements report get enterprise entitlement data operation.

Typically these are written to a http.Request.

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams() *EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams

NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams creates a new EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams 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 NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataParamsWithContext

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataParamsWithContext(ctx context.Context) *EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams

NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataParamsWithContext creates a new EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams object with the ability to set a context for a request.

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataParamsWithHTTPClient

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataParamsWithHTTPClient(client *http.Client) *EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams

NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataParamsWithHTTPClient creates a new EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams object with the ability to set a custom HTTPClient for a request.

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataParamsWithTimeout

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataParamsWithTimeout(timeout time.Duration) *EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams

NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataParamsWithTimeout creates a new EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams object with the ability to set a timeout on a request.

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams) SetContext

SetContext adds the context to the enterprise entitlements report get enterprise entitlement data params

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams) SetDefaults

SetDefaults hydrates default values in the enterprise entitlements report get enterprise entitlement data params (not the query body).

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

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the enterprise entitlements report get enterprise entitlement data params

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams) SetTenantID

SetTenantID adds the tenantId to the enterprise entitlements report get enterprise entitlement data params

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams) SetTimeout

SetTimeout adds the timeout to the enterprise entitlements report get enterprise entitlement data params

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams) SetXRequestID

SetXRequestID adds the xRequestId to the enterprise entitlements report get enterprise entitlement data params

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams) WithContext

WithContext adds the context to the enterprise entitlements report get enterprise entitlement data params

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams) WithDefaults

WithDefaults hydrates default values in the enterprise entitlements report get enterprise entitlement data params (not the query body).

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

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the enterprise entitlements report get enterprise entitlement data params

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams) WithTenantID

WithTenantID adds the tenantID to the enterprise entitlements report get enterprise entitlement data params

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams) WithTimeout

WithTimeout adds the timeout to the enterprise entitlements report get enterprise entitlement data params

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams) WithXRequestID

WithXRequestID adds the xRequestID to the enterprise entitlements report get enterprise entitlement data params

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EnterpriseEntitlementsReportGetEnterpriseEntitlementDataReader

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

EnterpriseEntitlementsReportGetEnterpriseEntitlementDataReader is a Reader for the EnterpriseEntitlementsReportGetEnterpriseEntitlementData structure.

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataReader) ReadResponse

ReadResponse reads a server response into the received o.

type EnterpriseEntitlementsReportGetEnterpriseEntitlementDataUnauthorized

type EnterpriseEntitlementsReportGetEnterpriseEntitlementDataUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataUnauthorized

func NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataUnauthorized() *EnterpriseEntitlementsReportGetEnterpriseEntitlementDataUnauthorized

NewEnterpriseEntitlementsReportGetEnterpriseEntitlementDataUnauthorized creates a EnterpriseEntitlementsReportGetEnterpriseEntitlementDataUnauthorized with default headers values

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataUnauthorized) Error

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataUnauthorized) GetPayload

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataUnauthorized) IsClientError

IsClientError returns true when this enterprise entitlements report get enterprise entitlement data unauthorized response has a 4xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataUnauthorized) IsCode

IsCode returns true when this enterprise entitlements report get enterprise entitlement data unauthorized response a status code equal to that given

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataUnauthorized) IsRedirect

IsRedirect returns true when this enterprise entitlements report get enterprise entitlement data unauthorized response has a 3xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataUnauthorized) IsServerError

IsServerError returns true when this enterprise entitlements report get enterprise entitlement data unauthorized response has a 5xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataUnauthorized) IsSuccess

IsSuccess returns true when this enterprise entitlements report get enterprise entitlement data unauthorized response has a 2xx status code

func (*EnterpriseEntitlementsReportGetEnterpriseEntitlementDataUnauthorized) String

type EnterpriseEntitlementsReportGetPluginReportDefault

type EnterpriseEntitlementsReportGetPluginReportDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEnterpriseEntitlementsReportGetPluginReportDefault

func NewEnterpriseEntitlementsReportGetPluginReportDefault(code int) *EnterpriseEntitlementsReportGetPluginReportDefault

NewEnterpriseEntitlementsReportGetPluginReportDefault creates a EnterpriseEntitlementsReportGetPluginReportDefault with default headers values

func (*EnterpriseEntitlementsReportGetPluginReportDefault) Code

Code gets the status code for the enterprise entitlements report get plugin report default response

func (*EnterpriseEntitlementsReportGetPluginReportDefault) Error

func (*EnterpriseEntitlementsReportGetPluginReportDefault) GetPayload

func (*EnterpriseEntitlementsReportGetPluginReportDefault) IsClientError

IsClientError returns true when this enterprise entitlements report get plugin report default response has a 4xx status code

func (*EnterpriseEntitlementsReportGetPluginReportDefault) IsCode

IsCode returns true when this enterprise entitlements report get plugin report default response a status code equal to that given

func (*EnterpriseEntitlementsReportGetPluginReportDefault) IsRedirect

IsRedirect returns true when this enterprise entitlements report get plugin report default response has a 3xx status code

func (*EnterpriseEntitlementsReportGetPluginReportDefault) IsServerError

IsServerError returns true when this enterprise entitlements report get plugin report default response has a 5xx status code

func (*EnterpriseEntitlementsReportGetPluginReportDefault) IsSuccess

IsSuccess returns true when this enterprise entitlements report get plugin report default response has a 2xx status code

func (*EnterpriseEntitlementsReportGetPluginReportDefault) String

type EnterpriseEntitlementsReportGetPluginReportForbidden

type EnterpriseEntitlementsReportGetPluginReportForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEnterpriseEntitlementsReportGetPluginReportForbidden

func NewEnterpriseEntitlementsReportGetPluginReportForbidden() *EnterpriseEntitlementsReportGetPluginReportForbidden

NewEnterpriseEntitlementsReportGetPluginReportForbidden creates a EnterpriseEntitlementsReportGetPluginReportForbidden with default headers values

func (*EnterpriseEntitlementsReportGetPluginReportForbidden) Error

func (*EnterpriseEntitlementsReportGetPluginReportForbidden) GetPayload

func (*EnterpriseEntitlementsReportGetPluginReportForbidden) IsClientError

IsClientError returns true when this enterprise entitlements report get plugin report forbidden response has a 4xx status code

func (*EnterpriseEntitlementsReportGetPluginReportForbidden) IsCode

IsCode returns true when this enterprise entitlements report get plugin report forbidden response a status code equal to that given

func (*EnterpriseEntitlementsReportGetPluginReportForbidden) IsRedirect

IsRedirect returns true when this enterprise entitlements report get plugin report forbidden response has a 3xx status code

func (*EnterpriseEntitlementsReportGetPluginReportForbidden) IsServerError

IsServerError returns true when this enterprise entitlements report get plugin report forbidden response has a 5xx status code

func (*EnterpriseEntitlementsReportGetPluginReportForbidden) IsSuccess

IsSuccess returns true when this enterprise entitlements report get plugin report forbidden response has a 2xx status code

func (*EnterpriseEntitlementsReportGetPluginReportForbidden) String

type EnterpriseEntitlementsReportGetPluginReportGatewayTimeout

type EnterpriseEntitlementsReportGetPluginReportGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEnterpriseEntitlementsReportGetPluginReportGatewayTimeout

func NewEnterpriseEntitlementsReportGetPluginReportGatewayTimeout() *EnterpriseEntitlementsReportGetPluginReportGatewayTimeout

NewEnterpriseEntitlementsReportGetPluginReportGatewayTimeout creates a EnterpriseEntitlementsReportGetPluginReportGatewayTimeout with default headers values

func (*EnterpriseEntitlementsReportGetPluginReportGatewayTimeout) Error

func (*EnterpriseEntitlementsReportGetPluginReportGatewayTimeout) GetPayload

func (*EnterpriseEntitlementsReportGetPluginReportGatewayTimeout) IsClientError

IsClientError returns true when this enterprise entitlements report get plugin report gateway timeout response has a 4xx status code

func (*EnterpriseEntitlementsReportGetPluginReportGatewayTimeout) IsCode

IsCode returns true when this enterprise entitlements report get plugin report gateway timeout response a status code equal to that given

func (*EnterpriseEntitlementsReportGetPluginReportGatewayTimeout) IsRedirect

IsRedirect returns true when this enterprise entitlements report get plugin report gateway timeout response has a 3xx status code

func (*EnterpriseEntitlementsReportGetPluginReportGatewayTimeout) IsServerError

IsServerError returns true when this enterprise entitlements report get plugin report gateway timeout response has a 5xx status code

func (*EnterpriseEntitlementsReportGetPluginReportGatewayTimeout) IsSuccess

IsSuccess returns true when this enterprise entitlements report get plugin report gateway timeout response has a 2xx status code

func (*EnterpriseEntitlementsReportGetPluginReportGatewayTimeout) String

type EnterpriseEntitlementsReportGetPluginReportInternalServerError

type EnterpriseEntitlementsReportGetPluginReportInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEnterpriseEntitlementsReportGetPluginReportInternalServerError

func NewEnterpriseEntitlementsReportGetPluginReportInternalServerError() *EnterpriseEntitlementsReportGetPluginReportInternalServerError

NewEnterpriseEntitlementsReportGetPluginReportInternalServerError creates a EnterpriseEntitlementsReportGetPluginReportInternalServerError with default headers values

func (*EnterpriseEntitlementsReportGetPluginReportInternalServerError) Error

func (*EnterpriseEntitlementsReportGetPluginReportInternalServerError) GetPayload

func (*EnterpriseEntitlementsReportGetPluginReportInternalServerError) IsClientError

IsClientError returns true when this enterprise entitlements report get plugin report internal server error response has a 4xx status code

func (*EnterpriseEntitlementsReportGetPluginReportInternalServerError) IsCode

IsCode returns true when this enterprise entitlements report get plugin report internal server error response a status code equal to that given

func (*EnterpriseEntitlementsReportGetPluginReportInternalServerError) IsRedirect

IsRedirect returns true when this enterprise entitlements report get plugin report internal server error response has a 3xx status code

func (*EnterpriseEntitlementsReportGetPluginReportInternalServerError) IsServerError

IsServerError returns true when this enterprise entitlements report get plugin report internal server error response has a 5xx status code

func (*EnterpriseEntitlementsReportGetPluginReportInternalServerError) IsSuccess

IsSuccess returns true when this enterprise entitlements report get plugin report internal server error response has a 2xx status code

func (*EnterpriseEntitlementsReportGetPluginReportInternalServerError) String

type EnterpriseEntitlementsReportGetPluginReportNotFound

type EnterpriseEntitlementsReportGetPluginReportNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEnterpriseEntitlementsReportGetPluginReportNotFound

func NewEnterpriseEntitlementsReportGetPluginReportNotFound() *EnterpriseEntitlementsReportGetPluginReportNotFound

NewEnterpriseEntitlementsReportGetPluginReportNotFound creates a EnterpriseEntitlementsReportGetPluginReportNotFound with default headers values

func (*EnterpriseEntitlementsReportGetPluginReportNotFound) Error

func (*EnterpriseEntitlementsReportGetPluginReportNotFound) GetPayload

func (*EnterpriseEntitlementsReportGetPluginReportNotFound) IsClientError

IsClientError returns true when this enterprise entitlements report get plugin report not found response has a 4xx status code

func (*EnterpriseEntitlementsReportGetPluginReportNotFound) IsCode

IsCode returns true when this enterprise entitlements report get plugin report not found response a status code equal to that given

func (*EnterpriseEntitlementsReportGetPluginReportNotFound) IsRedirect

IsRedirect returns true when this enterprise entitlements report get plugin report not found response has a 3xx status code

func (*EnterpriseEntitlementsReportGetPluginReportNotFound) IsServerError

IsServerError returns true when this enterprise entitlements report get plugin report not found response has a 5xx status code

func (*EnterpriseEntitlementsReportGetPluginReportNotFound) IsSuccess

IsSuccess returns true when this enterprise entitlements report get plugin report not found response has a 2xx status code

func (*EnterpriseEntitlementsReportGetPluginReportNotFound) String

type EnterpriseEntitlementsReportGetPluginReportOK

type EnterpriseEntitlementsReportGetPluginReportOK struct {
	Payload *swagger_models.PluginReport
}

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

A successful response.

func NewEnterpriseEntitlementsReportGetPluginReportOK

func NewEnterpriseEntitlementsReportGetPluginReportOK() *EnterpriseEntitlementsReportGetPluginReportOK

NewEnterpriseEntitlementsReportGetPluginReportOK creates a EnterpriseEntitlementsReportGetPluginReportOK with default headers values

func (*EnterpriseEntitlementsReportGetPluginReportOK) Error

func (*EnterpriseEntitlementsReportGetPluginReportOK) GetPayload

func (*EnterpriseEntitlementsReportGetPluginReportOK) IsClientError

IsClientError returns true when this enterprise entitlements report get plugin report o k response has a 4xx status code

func (*EnterpriseEntitlementsReportGetPluginReportOK) IsCode

IsCode returns true when this enterprise entitlements report get plugin report o k response a status code equal to that given

func (*EnterpriseEntitlementsReportGetPluginReportOK) IsRedirect

IsRedirect returns true when this enterprise entitlements report get plugin report o k response has a 3xx status code

func (*EnterpriseEntitlementsReportGetPluginReportOK) IsServerError

IsServerError returns true when this enterprise entitlements report get plugin report o k response has a 5xx status code

func (*EnterpriseEntitlementsReportGetPluginReportOK) IsSuccess

IsSuccess returns true when this enterprise entitlements report get plugin report o k response has a 2xx status code

func (*EnterpriseEntitlementsReportGetPluginReportOK) String

type EnterpriseEntitlementsReportGetPluginReportParams

type EnterpriseEntitlementsReportGetPluginReportParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* TenantID.

	   Enterprise id for which we want to get summary report for all objects
	*/
	TenantID *string

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

EnterpriseEntitlementsReportGetPluginReportParams contains all the parameters to send to the API endpoint

for the enterprise entitlements report get plugin report operation.

Typically these are written to a http.Request.

func NewEnterpriseEntitlementsReportGetPluginReportParams

func NewEnterpriseEntitlementsReportGetPluginReportParams() *EnterpriseEntitlementsReportGetPluginReportParams

NewEnterpriseEntitlementsReportGetPluginReportParams creates a new EnterpriseEntitlementsReportGetPluginReportParams 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 NewEnterpriseEntitlementsReportGetPluginReportParamsWithContext

func NewEnterpriseEntitlementsReportGetPluginReportParamsWithContext(ctx context.Context) *EnterpriseEntitlementsReportGetPluginReportParams

NewEnterpriseEntitlementsReportGetPluginReportParamsWithContext creates a new EnterpriseEntitlementsReportGetPluginReportParams object with the ability to set a context for a request.

func NewEnterpriseEntitlementsReportGetPluginReportParamsWithHTTPClient

func NewEnterpriseEntitlementsReportGetPluginReportParamsWithHTTPClient(client *http.Client) *EnterpriseEntitlementsReportGetPluginReportParams

NewEnterpriseEntitlementsReportGetPluginReportParamsWithHTTPClient creates a new EnterpriseEntitlementsReportGetPluginReportParams object with the ability to set a custom HTTPClient for a request.

func NewEnterpriseEntitlementsReportGetPluginReportParamsWithTimeout

func NewEnterpriseEntitlementsReportGetPluginReportParamsWithTimeout(timeout time.Duration) *EnterpriseEntitlementsReportGetPluginReportParams

NewEnterpriseEntitlementsReportGetPluginReportParamsWithTimeout creates a new EnterpriseEntitlementsReportGetPluginReportParams object with the ability to set a timeout on a request.

func (*EnterpriseEntitlementsReportGetPluginReportParams) SetContext

SetContext adds the context to the enterprise entitlements report get plugin report params

func (*EnterpriseEntitlementsReportGetPluginReportParams) SetDefaults

SetDefaults hydrates default values in the enterprise entitlements report get plugin report params (not the query body).

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

func (*EnterpriseEntitlementsReportGetPluginReportParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the enterprise entitlements report get plugin report params

func (*EnterpriseEntitlementsReportGetPluginReportParams) SetTenantID

SetTenantID adds the tenantId to the enterprise entitlements report get plugin report params

func (*EnterpriseEntitlementsReportGetPluginReportParams) SetTimeout

SetTimeout adds the timeout to the enterprise entitlements report get plugin report params

func (*EnterpriseEntitlementsReportGetPluginReportParams) SetXRequestID

func (o *EnterpriseEntitlementsReportGetPluginReportParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the enterprise entitlements report get plugin report params

func (*EnterpriseEntitlementsReportGetPluginReportParams) WithContext

WithContext adds the context to the enterprise entitlements report get plugin report params

func (*EnterpriseEntitlementsReportGetPluginReportParams) WithDefaults

WithDefaults hydrates default values in the enterprise entitlements report get plugin report params (not the query body).

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

func (*EnterpriseEntitlementsReportGetPluginReportParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the enterprise entitlements report get plugin report params

func (*EnterpriseEntitlementsReportGetPluginReportParams) WithTenantID

WithTenantID adds the tenantID to the enterprise entitlements report get plugin report params

func (*EnterpriseEntitlementsReportGetPluginReportParams) WithTimeout

WithTimeout adds the timeout to the enterprise entitlements report get plugin report params

func (*EnterpriseEntitlementsReportGetPluginReportParams) WithXRequestID

WithXRequestID adds the xRequestID to the enterprise entitlements report get plugin report params

func (*EnterpriseEntitlementsReportGetPluginReportParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EnterpriseEntitlementsReportGetPluginReportReader

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

EnterpriseEntitlementsReportGetPluginReportReader is a Reader for the EnterpriseEntitlementsReportGetPluginReport structure.

func (*EnterpriseEntitlementsReportGetPluginReportReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EnterpriseEntitlementsReportGetPluginReportUnauthorized

type EnterpriseEntitlementsReportGetPluginReportUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEnterpriseEntitlementsReportGetPluginReportUnauthorized

func NewEnterpriseEntitlementsReportGetPluginReportUnauthorized() *EnterpriseEntitlementsReportGetPluginReportUnauthorized

NewEnterpriseEntitlementsReportGetPluginReportUnauthorized creates a EnterpriseEntitlementsReportGetPluginReportUnauthorized with default headers values

func (*EnterpriseEntitlementsReportGetPluginReportUnauthorized) Error

func (*EnterpriseEntitlementsReportGetPluginReportUnauthorized) GetPayload

func (*EnterpriseEntitlementsReportGetPluginReportUnauthorized) IsClientError

IsClientError returns true when this enterprise entitlements report get plugin report unauthorized response has a 4xx status code

func (*EnterpriseEntitlementsReportGetPluginReportUnauthorized) IsCode

IsCode returns true when this enterprise entitlements report get plugin report unauthorized response a status code equal to that given

func (*EnterpriseEntitlementsReportGetPluginReportUnauthorized) IsRedirect

IsRedirect returns true when this enterprise entitlements report get plugin report unauthorized response has a 3xx status code

func (*EnterpriseEntitlementsReportGetPluginReportUnauthorized) IsServerError

IsServerError returns true when this enterprise entitlements report get plugin report unauthorized response has a 5xx status code

func (*EnterpriseEntitlementsReportGetPluginReportUnauthorized) IsSuccess

IsSuccess returns true when this enterprise entitlements report get plugin report unauthorized response has a 2xx status code

func (*EnterpriseEntitlementsReportGetPluginReportUnauthorized) String

type EnterpriseEntitlementsReportGetProjectReportDefault

type EnterpriseEntitlementsReportGetProjectReportDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEnterpriseEntitlementsReportGetProjectReportDefault

func NewEnterpriseEntitlementsReportGetProjectReportDefault(code int) *EnterpriseEntitlementsReportGetProjectReportDefault

NewEnterpriseEntitlementsReportGetProjectReportDefault creates a EnterpriseEntitlementsReportGetProjectReportDefault with default headers values

func (*EnterpriseEntitlementsReportGetProjectReportDefault) Code

Code gets the status code for the enterprise entitlements report get project report default response

func (*EnterpriseEntitlementsReportGetProjectReportDefault) Error

func (*EnterpriseEntitlementsReportGetProjectReportDefault) GetPayload

func (*EnterpriseEntitlementsReportGetProjectReportDefault) IsClientError

IsClientError returns true when this enterprise entitlements report get project report default response has a 4xx status code

func (*EnterpriseEntitlementsReportGetProjectReportDefault) IsCode

IsCode returns true when this enterprise entitlements report get project report default response a status code equal to that given

func (*EnterpriseEntitlementsReportGetProjectReportDefault) IsRedirect

IsRedirect returns true when this enterprise entitlements report get project report default response has a 3xx status code

func (*EnterpriseEntitlementsReportGetProjectReportDefault) IsServerError

IsServerError returns true when this enterprise entitlements report get project report default response has a 5xx status code

func (*EnterpriseEntitlementsReportGetProjectReportDefault) IsSuccess

IsSuccess returns true when this enterprise entitlements report get project report default response has a 2xx status code

func (*EnterpriseEntitlementsReportGetProjectReportDefault) String

type EnterpriseEntitlementsReportGetProjectReportForbidden

type EnterpriseEntitlementsReportGetProjectReportForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEnterpriseEntitlementsReportGetProjectReportForbidden

func NewEnterpriseEntitlementsReportGetProjectReportForbidden() *EnterpriseEntitlementsReportGetProjectReportForbidden

NewEnterpriseEntitlementsReportGetProjectReportForbidden creates a EnterpriseEntitlementsReportGetProjectReportForbidden with default headers values

func (*EnterpriseEntitlementsReportGetProjectReportForbidden) Error

func (*EnterpriseEntitlementsReportGetProjectReportForbidden) GetPayload

func (*EnterpriseEntitlementsReportGetProjectReportForbidden) IsClientError

IsClientError returns true when this enterprise entitlements report get project report forbidden response has a 4xx status code

func (*EnterpriseEntitlementsReportGetProjectReportForbidden) IsCode

IsCode returns true when this enterprise entitlements report get project report forbidden response a status code equal to that given

func (*EnterpriseEntitlementsReportGetProjectReportForbidden) IsRedirect

IsRedirect returns true when this enterprise entitlements report get project report forbidden response has a 3xx status code

func (*EnterpriseEntitlementsReportGetProjectReportForbidden) IsServerError

IsServerError returns true when this enterprise entitlements report get project report forbidden response has a 5xx status code

func (*EnterpriseEntitlementsReportGetProjectReportForbidden) IsSuccess

IsSuccess returns true when this enterprise entitlements report get project report forbidden response has a 2xx status code

func (*EnterpriseEntitlementsReportGetProjectReportForbidden) String

type EnterpriseEntitlementsReportGetProjectReportGatewayTimeout

type EnterpriseEntitlementsReportGetProjectReportGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEnterpriseEntitlementsReportGetProjectReportGatewayTimeout

func NewEnterpriseEntitlementsReportGetProjectReportGatewayTimeout() *EnterpriseEntitlementsReportGetProjectReportGatewayTimeout

NewEnterpriseEntitlementsReportGetProjectReportGatewayTimeout creates a EnterpriseEntitlementsReportGetProjectReportGatewayTimeout with default headers values

func (*EnterpriseEntitlementsReportGetProjectReportGatewayTimeout) Error

func (*EnterpriseEntitlementsReportGetProjectReportGatewayTimeout) GetPayload

func (*EnterpriseEntitlementsReportGetProjectReportGatewayTimeout) IsClientError

IsClientError returns true when this enterprise entitlements report get project report gateway timeout response has a 4xx status code

func (*EnterpriseEntitlementsReportGetProjectReportGatewayTimeout) IsCode

IsCode returns true when this enterprise entitlements report get project report gateway timeout response a status code equal to that given

func (*EnterpriseEntitlementsReportGetProjectReportGatewayTimeout) IsRedirect

IsRedirect returns true when this enterprise entitlements report get project report gateway timeout response has a 3xx status code

func (*EnterpriseEntitlementsReportGetProjectReportGatewayTimeout) IsServerError

IsServerError returns true when this enterprise entitlements report get project report gateway timeout response has a 5xx status code

func (*EnterpriseEntitlementsReportGetProjectReportGatewayTimeout) IsSuccess

IsSuccess returns true when this enterprise entitlements report get project report gateway timeout response has a 2xx status code

func (*EnterpriseEntitlementsReportGetProjectReportGatewayTimeout) String

type EnterpriseEntitlementsReportGetProjectReportInternalServerError

type EnterpriseEntitlementsReportGetProjectReportInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEnterpriseEntitlementsReportGetProjectReportInternalServerError

func NewEnterpriseEntitlementsReportGetProjectReportInternalServerError() *EnterpriseEntitlementsReportGetProjectReportInternalServerError

NewEnterpriseEntitlementsReportGetProjectReportInternalServerError creates a EnterpriseEntitlementsReportGetProjectReportInternalServerError with default headers values

func (*EnterpriseEntitlementsReportGetProjectReportInternalServerError) Error

func (*EnterpriseEntitlementsReportGetProjectReportInternalServerError) GetPayload

func (*EnterpriseEntitlementsReportGetProjectReportInternalServerError) IsClientError

IsClientError returns true when this enterprise entitlements report get project report internal server error response has a 4xx status code

func (*EnterpriseEntitlementsReportGetProjectReportInternalServerError) IsCode

IsCode returns true when this enterprise entitlements report get project report internal server error response a status code equal to that given

func (*EnterpriseEntitlementsReportGetProjectReportInternalServerError) IsRedirect

IsRedirect returns true when this enterprise entitlements report get project report internal server error response has a 3xx status code

func (*EnterpriseEntitlementsReportGetProjectReportInternalServerError) IsServerError

IsServerError returns true when this enterprise entitlements report get project report internal server error response has a 5xx status code

func (*EnterpriseEntitlementsReportGetProjectReportInternalServerError) IsSuccess

IsSuccess returns true when this enterprise entitlements report get project report internal server error response has a 2xx status code

func (*EnterpriseEntitlementsReportGetProjectReportInternalServerError) String

type EnterpriseEntitlementsReportGetProjectReportNotFound

type EnterpriseEntitlementsReportGetProjectReportNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEnterpriseEntitlementsReportGetProjectReportNotFound

func NewEnterpriseEntitlementsReportGetProjectReportNotFound() *EnterpriseEntitlementsReportGetProjectReportNotFound

NewEnterpriseEntitlementsReportGetProjectReportNotFound creates a EnterpriseEntitlementsReportGetProjectReportNotFound with default headers values

func (*EnterpriseEntitlementsReportGetProjectReportNotFound) Error

func (*EnterpriseEntitlementsReportGetProjectReportNotFound) GetPayload

func (*EnterpriseEntitlementsReportGetProjectReportNotFound) IsClientError

IsClientError returns true when this enterprise entitlements report get project report not found response has a 4xx status code

func (*EnterpriseEntitlementsReportGetProjectReportNotFound) IsCode

IsCode returns true when this enterprise entitlements report get project report not found response a status code equal to that given

func (*EnterpriseEntitlementsReportGetProjectReportNotFound) IsRedirect

IsRedirect returns true when this enterprise entitlements report get project report not found response has a 3xx status code

func (*EnterpriseEntitlementsReportGetProjectReportNotFound) IsServerError

IsServerError returns true when this enterprise entitlements report get project report not found response has a 5xx status code

func (*EnterpriseEntitlementsReportGetProjectReportNotFound) IsSuccess

IsSuccess returns true when this enterprise entitlements report get project report not found response has a 2xx status code

func (*EnterpriseEntitlementsReportGetProjectReportNotFound) String

type EnterpriseEntitlementsReportGetProjectReportOK

type EnterpriseEntitlementsReportGetProjectReportOK struct {
	Payload *swagger_models.ProjectReport
}

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

A successful response.

func NewEnterpriseEntitlementsReportGetProjectReportOK

func NewEnterpriseEntitlementsReportGetProjectReportOK() *EnterpriseEntitlementsReportGetProjectReportOK

NewEnterpriseEntitlementsReportGetProjectReportOK creates a EnterpriseEntitlementsReportGetProjectReportOK with default headers values

func (*EnterpriseEntitlementsReportGetProjectReportOK) Error

func (*EnterpriseEntitlementsReportGetProjectReportOK) GetPayload

func (*EnterpriseEntitlementsReportGetProjectReportOK) IsClientError

IsClientError returns true when this enterprise entitlements report get project report o k response has a 4xx status code

func (*EnterpriseEntitlementsReportGetProjectReportOK) IsCode

IsCode returns true when this enterprise entitlements report get project report o k response a status code equal to that given

func (*EnterpriseEntitlementsReportGetProjectReportOK) IsRedirect

IsRedirect returns true when this enterprise entitlements report get project report o k response has a 3xx status code

func (*EnterpriseEntitlementsReportGetProjectReportOK) IsServerError

IsServerError returns true when this enterprise entitlements report get project report o k response has a 5xx status code

func (*EnterpriseEntitlementsReportGetProjectReportOK) IsSuccess

IsSuccess returns true when this enterprise entitlements report get project report o k response has a 2xx status code

func (*EnterpriseEntitlementsReportGetProjectReportOK) String

type EnterpriseEntitlementsReportGetProjectReportParams

type EnterpriseEntitlementsReportGetProjectReportParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* TenantID.

	   Enterprise id for which we want to get summary report for all objects
	*/
	TenantID *string

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

EnterpriseEntitlementsReportGetProjectReportParams contains all the parameters to send to the API endpoint

for the enterprise entitlements report get project report operation.

Typically these are written to a http.Request.

func NewEnterpriseEntitlementsReportGetProjectReportParams

func NewEnterpriseEntitlementsReportGetProjectReportParams() *EnterpriseEntitlementsReportGetProjectReportParams

NewEnterpriseEntitlementsReportGetProjectReportParams creates a new EnterpriseEntitlementsReportGetProjectReportParams 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 NewEnterpriseEntitlementsReportGetProjectReportParamsWithContext

func NewEnterpriseEntitlementsReportGetProjectReportParamsWithContext(ctx context.Context) *EnterpriseEntitlementsReportGetProjectReportParams

NewEnterpriseEntitlementsReportGetProjectReportParamsWithContext creates a new EnterpriseEntitlementsReportGetProjectReportParams object with the ability to set a context for a request.

func NewEnterpriseEntitlementsReportGetProjectReportParamsWithHTTPClient

func NewEnterpriseEntitlementsReportGetProjectReportParamsWithHTTPClient(client *http.Client) *EnterpriseEntitlementsReportGetProjectReportParams

NewEnterpriseEntitlementsReportGetProjectReportParamsWithHTTPClient creates a new EnterpriseEntitlementsReportGetProjectReportParams object with the ability to set a custom HTTPClient for a request.

func NewEnterpriseEntitlementsReportGetProjectReportParamsWithTimeout

func NewEnterpriseEntitlementsReportGetProjectReportParamsWithTimeout(timeout time.Duration) *EnterpriseEntitlementsReportGetProjectReportParams

NewEnterpriseEntitlementsReportGetProjectReportParamsWithTimeout creates a new EnterpriseEntitlementsReportGetProjectReportParams object with the ability to set a timeout on a request.

func (*EnterpriseEntitlementsReportGetProjectReportParams) SetContext

SetContext adds the context to the enterprise entitlements report get project report params

func (*EnterpriseEntitlementsReportGetProjectReportParams) SetDefaults

SetDefaults hydrates default values in the enterprise entitlements report get project report params (not the query body).

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

func (*EnterpriseEntitlementsReportGetProjectReportParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the enterprise entitlements report get project report params

func (*EnterpriseEntitlementsReportGetProjectReportParams) SetTenantID

SetTenantID adds the tenantId to the enterprise entitlements report get project report params

func (*EnterpriseEntitlementsReportGetProjectReportParams) SetTimeout

SetTimeout adds the timeout to the enterprise entitlements report get project report params

func (*EnterpriseEntitlementsReportGetProjectReportParams) SetXRequestID

func (o *EnterpriseEntitlementsReportGetProjectReportParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the enterprise entitlements report get project report params

func (*EnterpriseEntitlementsReportGetProjectReportParams) WithContext

WithContext adds the context to the enterprise entitlements report get project report params

func (*EnterpriseEntitlementsReportGetProjectReportParams) WithDefaults

WithDefaults hydrates default values in the enterprise entitlements report get project report params (not the query body).

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

func (*EnterpriseEntitlementsReportGetProjectReportParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the enterprise entitlements report get project report params

func (*EnterpriseEntitlementsReportGetProjectReportParams) WithTenantID

WithTenantID adds the tenantID to the enterprise entitlements report get project report params

func (*EnterpriseEntitlementsReportGetProjectReportParams) WithTimeout

WithTimeout adds the timeout to the enterprise entitlements report get project report params

func (*EnterpriseEntitlementsReportGetProjectReportParams) WithXRequestID

WithXRequestID adds the xRequestID to the enterprise entitlements report get project report params

func (*EnterpriseEntitlementsReportGetProjectReportParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EnterpriseEntitlementsReportGetProjectReportReader

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

EnterpriseEntitlementsReportGetProjectReportReader is a Reader for the EnterpriseEntitlementsReportGetProjectReport structure.

func (*EnterpriseEntitlementsReportGetProjectReportReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EnterpriseEntitlementsReportGetProjectReportUnauthorized

type EnterpriseEntitlementsReportGetProjectReportUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEnterpriseEntitlementsReportGetProjectReportUnauthorized

func NewEnterpriseEntitlementsReportGetProjectReportUnauthorized() *EnterpriseEntitlementsReportGetProjectReportUnauthorized

NewEnterpriseEntitlementsReportGetProjectReportUnauthorized creates a EnterpriseEntitlementsReportGetProjectReportUnauthorized with default headers values

func (*EnterpriseEntitlementsReportGetProjectReportUnauthorized) Error

func (*EnterpriseEntitlementsReportGetProjectReportUnauthorized) GetPayload

func (*EnterpriseEntitlementsReportGetProjectReportUnauthorized) IsClientError

IsClientError returns true when this enterprise entitlements report get project report unauthorized response has a 4xx status code

func (*EnterpriseEntitlementsReportGetProjectReportUnauthorized) IsCode

IsCode returns true when this enterprise entitlements report get project report unauthorized response a status code equal to that given

func (*EnterpriseEntitlementsReportGetProjectReportUnauthorized) IsRedirect

IsRedirect returns true when this enterprise entitlements report get project report unauthorized response has a 3xx status code

func (*EnterpriseEntitlementsReportGetProjectReportUnauthorized) IsServerError

IsServerError returns true when this enterprise entitlements report get project report unauthorized response has a 5xx status code

func (*EnterpriseEntitlementsReportGetProjectReportUnauthorized) IsSuccess

IsSuccess returns true when this enterprise entitlements report get project report unauthorized response has a 2xx status code

func (*EnterpriseEntitlementsReportGetProjectReportUnauthorized) String

type EnterpriseEntitlementsReportGetUserReportDefault

type EnterpriseEntitlementsReportGetUserReportDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEnterpriseEntitlementsReportGetUserReportDefault

func NewEnterpriseEntitlementsReportGetUserReportDefault(code int) *EnterpriseEntitlementsReportGetUserReportDefault

NewEnterpriseEntitlementsReportGetUserReportDefault creates a EnterpriseEntitlementsReportGetUserReportDefault with default headers values

func (*EnterpriseEntitlementsReportGetUserReportDefault) Code

Code gets the status code for the enterprise entitlements report get user report default response

func (*EnterpriseEntitlementsReportGetUserReportDefault) Error

func (*EnterpriseEntitlementsReportGetUserReportDefault) GetPayload

func (*EnterpriseEntitlementsReportGetUserReportDefault) IsClientError

IsClientError returns true when this enterprise entitlements report get user report default response has a 4xx status code

func (*EnterpriseEntitlementsReportGetUserReportDefault) IsCode

IsCode returns true when this enterprise entitlements report get user report default response a status code equal to that given

func (*EnterpriseEntitlementsReportGetUserReportDefault) IsRedirect

IsRedirect returns true when this enterprise entitlements report get user report default response has a 3xx status code

func (*EnterpriseEntitlementsReportGetUserReportDefault) IsServerError

IsServerError returns true when this enterprise entitlements report get user report default response has a 5xx status code

func (*EnterpriseEntitlementsReportGetUserReportDefault) IsSuccess

IsSuccess returns true when this enterprise entitlements report get user report default response has a 2xx status code

func (*EnterpriseEntitlementsReportGetUserReportDefault) String

type EnterpriseEntitlementsReportGetUserReportForbidden

type EnterpriseEntitlementsReportGetUserReportForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEnterpriseEntitlementsReportGetUserReportForbidden

func NewEnterpriseEntitlementsReportGetUserReportForbidden() *EnterpriseEntitlementsReportGetUserReportForbidden

NewEnterpriseEntitlementsReportGetUserReportForbidden creates a EnterpriseEntitlementsReportGetUserReportForbidden with default headers values

func (*EnterpriseEntitlementsReportGetUserReportForbidden) Error

func (*EnterpriseEntitlementsReportGetUserReportForbidden) GetPayload

func (*EnterpriseEntitlementsReportGetUserReportForbidden) IsClientError

IsClientError returns true when this enterprise entitlements report get user report forbidden response has a 4xx status code

func (*EnterpriseEntitlementsReportGetUserReportForbidden) IsCode

IsCode returns true when this enterprise entitlements report get user report forbidden response a status code equal to that given

func (*EnterpriseEntitlementsReportGetUserReportForbidden) IsRedirect

IsRedirect returns true when this enterprise entitlements report get user report forbidden response has a 3xx status code

func (*EnterpriseEntitlementsReportGetUserReportForbidden) IsServerError

IsServerError returns true when this enterprise entitlements report get user report forbidden response has a 5xx status code

func (*EnterpriseEntitlementsReportGetUserReportForbidden) IsSuccess

IsSuccess returns true when this enterprise entitlements report get user report forbidden response has a 2xx status code

func (*EnterpriseEntitlementsReportGetUserReportForbidden) String

type EnterpriseEntitlementsReportGetUserReportGatewayTimeout

type EnterpriseEntitlementsReportGetUserReportGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEnterpriseEntitlementsReportGetUserReportGatewayTimeout

func NewEnterpriseEntitlementsReportGetUserReportGatewayTimeout() *EnterpriseEntitlementsReportGetUserReportGatewayTimeout

NewEnterpriseEntitlementsReportGetUserReportGatewayTimeout creates a EnterpriseEntitlementsReportGetUserReportGatewayTimeout with default headers values

func (*EnterpriseEntitlementsReportGetUserReportGatewayTimeout) Error

func (*EnterpriseEntitlementsReportGetUserReportGatewayTimeout) GetPayload

func (*EnterpriseEntitlementsReportGetUserReportGatewayTimeout) IsClientError

IsClientError returns true when this enterprise entitlements report get user report gateway timeout response has a 4xx status code

func (*EnterpriseEntitlementsReportGetUserReportGatewayTimeout) IsCode

IsCode returns true when this enterprise entitlements report get user report gateway timeout response a status code equal to that given

func (*EnterpriseEntitlementsReportGetUserReportGatewayTimeout) IsRedirect

IsRedirect returns true when this enterprise entitlements report get user report gateway timeout response has a 3xx status code

func (*EnterpriseEntitlementsReportGetUserReportGatewayTimeout) IsServerError

IsServerError returns true when this enterprise entitlements report get user report gateway timeout response has a 5xx status code

func (*EnterpriseEntitlementsReportGetUserReportGatewayTimeout) IsSuccess

IsSuccess returns true when this enterprise entitlements report get user report gateway timeout response has a 2xx status code

func (*EnterpriseEntitlementsReportGetUserReportGatewayTimeout) String

type EnterpriseEntitlementsReportGetUserReportInternalServerError

type EnterpriseEntitlementsReportGetUserReportInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEnterpriseEntitlementsReportGetUserReportInternalServerError

func NewEnterpriseEntitlementsReportGetUserReportInternalServerError() *EnterpriseEntitlementsReportGetUserReportInternalServerError

NewEnterpriseEntitlementsReportGetUserReportInternalServerError creates a EnterpriseEntitlementsReportGetUserReportInternalServerError with default headers values

func (*EnterpriseEntitlementsReportGetUserReportInternalServerError) Error

func (*EnterpriseEntitlementsReportGetUserReportInternalServerError) GetPayload

func (*EnterpriseEntitlementsReportGetUserReportInternalServerError) IsClientError

IsClientError returns true when this enterprise entitlements report get user report internal server error response has a 4xx status code

func (*EnterpriseEntitlementsReportGetUserReportInternalServerError) IsCode

IsCode returns true when this enterprise entitlements report get user report internal server error response a status code equal to that given

func (*EnterpriseEntitlementsReportGetUserReportInternalServerError) IsRedirect

IsRedirect returns true when this enterprise entitlements report get user report internal server error response has a 3xx status code

func (*EnterpriseEntitlementsReportGetUserReportInternalServerError) IsServerError

IsServerError returns true when this enterprise entitlements report get user report internal server error response has a 5xx status code

func (*EnterpriseEntitlementsReportGetUserReportInternalServerError) IsSuccess

IsSuccess returns true when this enterprise entitlements report get user report internal server error response has a 2xx status code

func (*EnterpriseEntitlementsReportGetUserReportInternalServerError) String

type EnterpriseEntitlementsReportGetUserReportNotFound

type EnterpriseEntitlementsReportGetUserReportNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEnterpriseEntitlementsReportGetUserReportNotFound

func NewEnterpriseEntitlementsReportGetUserReportNotFound() *EnterpriseEntitlementsReportGetUserReportNotFound

NewEnterpriseEntitlementsReportGetUserReportNotFound creates a EnterpriseEntitlementsReportGetUserReportNotFound with default headers values

func (*EnterpriseEntitlementsReportGetUserReportNotFound) Error

func (*EnterpriseEntitlementsReportGetUserReportNotFound) GetPayload

func (*EnterpriseEntitlementsReportGetUserReportNotFound) IsClientError

IsClientError returns true when this enterprise entitlements report get user report not found response has a 4xx status code

func (*EnterpriseEntitlementsReportGetUserReportNotFound) IsCode

IsCode returns true when this enterprise entitlements report get user report not found response a status code equal to that given

func (*EnterpriseEntitlementsReportGetUserReportNotFound) IsRedirect

IsRedirect returns true when this enterprise entitlements report get user report not found response has a 3xx status code

func (*EnterpriseEntitlementsReportGetUserReportNotFound) IsServerError

IsServerError returns true when this enterprise entitlements report get user report not found response has a 5xx status code

func (*EnterpriseEntitlementsReportGetUserReportNotFound) IsSuccess

IsSuccess returns true when this enterprise entitlements report get user report not found response has a 2xx status code

func (*EnterpriseEntitlementsReportGetUserReportNotFound) String

type EnterpriseEntitlementsReportGetUserReportOK

type EnterpriseEntitlementsReportGetUserReportOK struct {
	Payload *swagger_models.UserReport
}

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

A successful response.

func NewEnterpriseEntitlementsReportGetUserReportOK

func NewEnterpriseEntitlementsReportGetUserReportOK() *EnterpriseEntitlementsReportGetUserReportOK

NewEnterpriseEntitlementsReportGetUserReportOK creates a EnterpriseEntitlementsReportGetUserReportOK with default headers values

func (*EnterpriseEntitlementsReportGetUserReportOK) Error

func (*EnterpriseEntitlementsReportGetUserReportOK) GetPayload

func (*EnterpriseEntitlementsReportGetUserReportOK) IsClientError

IsClientError returns true when this enterprise entitlements report get user report o k response has a 4xx status code

func (*EnterpriseEntitlementsReportGetUserReportOK) IsCode

IsCode returns true when this enterprise entitlements report get user report o k response a status code equal to that given

func (*EnterpriseEntitlementsReportGetUserReportOK) IsRedirect

IsRedirect returns true when this enterprise entitlements report get user report o k response has a 3xx status code

func (*EnterpriseEntitlementsReportGetUserReportOK) IsServerError

IsServerError returns true when this enterprise entitlements report get user report o k response has a 5xx status code

func (*EnterpriseEntitlementsReportGetUserReportOK) IsSuccess

IsSuccess returns true when this enterprise entitlements report get user report o k response has a 2xx status code

func (*EnterpriseEntitlementsReportGetUserReportOK) String

type EnterpriseEntitlementsReportGetUserReportParams

type EnterpriseEntitlementsReportGetUserReportParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* TenantID.

	   Enterprise id for which we want to get summary report for all objects
	*/
	TenantID *string

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

EnterpriseEntitlementsReportGetUserReportParams contains all the parameters to send to the API endpoint

for the enterprise entitlements report get user report operation.

Typically these are written to a http.Request.

func NewEnterpriseEntitlementsReportGetUserReportParams

func NewEnterpriseEntitlementsReportGetUserReportParams() *EnterpriseEntitlementsReportGetUserReportParams

NewEnterpriseEntitlementsReportGetUserReportParams creates a new EnterpriseEntitlementsReportGetUserReportParams 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 NewEnterpriseEntitlementsReportGetUserReportParamsWithContext

func NewEnterpriseEntitlementsReportGetUserReportParamsWithContext(ctx context.Context) *EnterpriseEntitlementsReportGetUserReportParams

NewEnterpriseEntitlementsReportGetUserReportParamsWithContext creates a new EnterpriseEntitlementsReportGetUserReportParams object with the ability to set a context for a request.

func NewEnterpriseEntitlementsReportGetUserReportParamsWithHTTPClient

func NewEnterpriseEntitlementsReportGetUserReportParamsWithHTTPClient(client *http.Client) *EnterpriseEntitlementsReportGetUserReportParams

NewEnterpriseEntitlementsReportGetUserReportParamsWithHTTPClient creates a new EnterpriseEntitlementsReportGetUserReportParams object with the ability to set a custom HTTPClient for a request.

func NewEnterpriseEntitlementsReportGetUserReportParamsWithTimeout

func NewEnterpriseEntitlementsReportGetUserReportParamsWithTimeout(timeout time.Duration) *EnterpriseEntitlementsReportGetUserReportParams

NewEnterpriseEntitlementsReportGetUserReportParamsWithTimeout creates a new EnterpriseEntitlementsReportGetUserReportParams object with the ability to set a timeout on a request.

func (*EnterpriseEntitlementsReportGetUserReportParams) SetContext

SetContext adds the context to the enterprise entitlements report get user report params

func (*EnterpriseEntitlementsReportGetUserReportParams) SetDefaults

SetDefaults hydrates default values in the enterprise entitlements report get user report params (not the query body).

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

func (*EnterpriseEntitlementsReportGetUserReportParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the enterprise entitlements report get user report params

func (*EnterpriseEntitlementsReportGetUserReportParams) SetTenantID

func (o *EnterpriseEntitlementsReportGetUserReportParams) SetTenantID(tenantID *string)

SetTenantID adds the tenantId to the enterprise entitlements report get user report params

func (*EnterpriseEntitlementsReportGetUserReportParams) SetTimeout

SetTimeout adds the timeout to the enterprise entitlements report get user report params

func (*EnterpriseEntitlementsReportGetUserReportParams) SetXRequestID

func (o *EnterpriseEntitlementsReportGetUserReportParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the enterprise entitlements report get user report params

func (*EnterpriseEntitlementsReportGetUserReportParams) WithContext

WithContext adds the context to the enterprise entitlements report get user report params

func (*EnterpriseEntitlementsReportGetUserReportParams) WithDefaults

WithDefaults hydrates default values in the enterprise entitlements report get user report params (not the query body).

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

func (*EnterpriseEntitlementsReportGetUserReportParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the enterprise entitlements report get user report params

func (*EnterpriseEntitlementsReportGetUserReportParams) WithTenantID

WithTenantID adds the tenantID to the enterprise entitlements report get user report params

func (*EnterpriseEntitlementsReportGetUserReportParams) WithTimeout

WithTimeout adds the timeout to the enterprise entitlements report get user report params

func (*EnterpriseEntitlementsReportGetUserReportParams) WithXRequestID

WithXRequestID adds the xRequestID to the enterprise entitlements report get user report params

func (*EnterpriseEntitlementsReportGetUserReportParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EnterpriseEntitlementsReportGetUserReportReader

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

EnterpriseEntitlementsReportGetUserReportReader is a Reader for the EnterpriseEntitlementsReportGetUserReport structure.

func (*EnterpriseEntitlementsReportGetUserReportReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EnterpriseEntitlementsReportGetUserReportUnauthorized

type EnterpriseEntitlementsReportGetUserReportUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEnterpriseEntitlementsReportGetUserReportUnauthorized

func NewEnterpriseEntitlementsReportGetUserReportUnauthorized() *EnterpriseEntitlementsReportGetUserReportUnauthorized

NewEnterpriseEntitlementsReportGetUserReportUnauthorized creates a EnterpriseEntitlementsReportGetUserReportUnauthorized with default headers values

func (*EnterpriseEntitlementsReportGetUserReportUnauthorized) Error

func (*EnterpriseEntitlementsReportGetUserReportUnauthorized) GetPayload

func (*EnterpriseEntitlementsReportGetUserReportUnauthorized) IsClientError

IsClientError returns true when this enterprise entitlements report get user report unauthorized response has a 4xx status code

func (*EnterpriseEntitlementsReportGetUserReportUnauthorized) IsCode

IsCode returns true when this enterprise entitlements report get user report unauthorized response a status code equal to that given

func (*EnterpriseEntitlementsReportGetUserReportUnauthorized) IsRedirect

IsRedirect returns true when this enterprise entitlements report get user report unauthorized response has a 3xx status code

func (*EnterpriseEntitlementsReportGetUserReportUnauthorized) IsServerError

IsServerError returns true when this enterprise entitlements report get user report unauthorized response has a 5xx status code

func (*EnterpriseEntitlementsReportGetUserReportUnauthorized) IsSuccess

IsSuccess returns true when this enterprise entitlements report get user report unauthorized response has a 2xx status code

func (*EnterpriseEntitlementsReportGetUserReportUnauthorized) String

Jump to

Keyboard shortcuts

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