agreement_with_namespace

package
v0.1.0-alpha.3 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 16 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 agreement with namespace API

func (*Client) RetrieveAcceptedAgreements1 deprecated

func (a *Client) RetrieveAcceptedAgreements1(params *RetrieveAcceptedAgreements1Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAcceptedAgreements1OK, error)

Deprecated: 2022-08-10 - Use RetrieveAcceptedAgreements1Short instead.

RetrieveAcceptedAgreements1 retrieve accepted legal agreements This API will return all accepted Legal Agreements for specified user. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:LEGAL", action=2 (READ)

func (*Client) RetrieveAcceptedAgreements1Short

func (a *Client) RetrieveAcceptedAgreements1Short(params *RetrieveAcceptedAgreements1Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAcceptedAgreements1OK, error)

RetrieveAcceptedAgreements1Short retrieve accepted legal agreements This API will return all accepted Legal Agreements for specified user. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:LEGAL", action=2 (READ)

func (*Client) RetrieveAcceptedAgreementsForMultiUsers deprecated

Deprecated: 2022-08-10 - Use RetrieveAcceptedAgreementsForMultiUsersShort instead.

RetrieveAcceptedAgreementsForMultiUsers retrieve accepted legal agreements for multi users This API will return all accepted Legal Agreements for each user, including agreements of game users if publisher user has corresponding game accountOther detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:LEGAL", action=2 (READ)

func (*Client) RetrieveAcceptedAgreementsForMultiUsersShort

func (a *Client) RetrieveAcceptedAgreementsForMultiUsersShort(params *RetrieveAcceptedAgreementsForMultiUsersParams, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAcceptedAgreementsForMultiUsersOK, error)

RetrieveAcceptedAgreementsForMultiUsersShort retrieve accepted legal agreements for multi users This API will return all accepted Legal Agreements for each user, including agreements of game users if publisher user has corresponding game accountOther detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:LEGAL", action=2 (READ)

func (*Client) RetrieveAllUsersByPolicyVersion1 deprecated

Deprecated: 2022-08-10 - Use RetrieveAllUsersByPolicyVersion1Short instead.

RetrieveAllUsersByPolicyVersion1 retrieve all users accepting legal agreements This API will return all users who has accepted a specific policy version.Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:LEGAL", action=2 (READ)

func (*Client) RetrieveAllUsersByPolicyVersion1Short

func (a *Client) RetrieveAllUsersByPolicyVersion1Short(params *RetrieveAllUsersByPolicyVersion1Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAllUsersByPolicyVersion1OK, error)

RetrieveAllUsersByPolicyVersion1Short retrieve all users accepting legal agreements This API will return all users who has accepted a specific policy version.Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:LEGAL", action=2 (READ)

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new agreement with namespace API client.

type RetrieveAcceptedAgreements1OK

type RetrieveAcceptedAgreements1OK struct {
	Payload []*legalclientmodels.RetrieveAcceptedAgreementResponse
}

RetrieveAcceptedAgreements1OK handles this case with default header values.

successful operation

func NewRetrieveAcceptedAgreements1OK

func NewRetrieveAcceptedAgreements1OK() *RetrieveAcceptedAgreements1OK

NewRetrieveAcceptedAgreements1OK creates a RetrieveAcceptedAgreements1OK with default headers values

func (*RetrieveAcceptedAgreements1OK) Error

func (*RetrieveAcceptedAgreements1OK) GetPayload

func (*RetrieveAcceptedAgreements1OK) ToJSONString

func (o *RetrieveAcceptedAgreements1OK) ToJSONString() string

type RetrieveAcceptedAgreements1Params

type RetrieveAcceptedAgreements1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*UserID
	  User Id

	*/
	UserID string
	/*ExcludeOtherNamespacesPolicies
	  If it is true, API will only query the policy in this path namespace

	*/
	ExcludeOtherNamespacesPolicies *bool

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

RetrieveAcceptedAgreements1Params contains all the parameters to send to the API endpoint for the retrieve accepted agreements 1 operation typically these are written to a http.Request

func NewRetrieveAcceptedAgreements1Params

func NewRetrieveAcceptedAgreements1Params() *RetrieveAcceptedAgreements1Params

NewRetrieveAcceptedAgreements1Params creates a new RetrieveAcceptedAgreements1Params object with the default values initialized.

func NewRetrieveAcceptedAgreements1ParamsWithContext

func NewRetrieveAcceptedAgreements1ParamsWithContext(ctx context.Context) *RetrieveAcceptedAgreements1Params

NewRetrieveAcceptedAgreements1ParamsWithContext creates a new RetrieveAcceptedAgreements1Params object with the default values initialized, and the ability to set a context for a request

func NewRetrieveAcceptedAgreements1ParamsWithHTTPClient

func NewRetrieveAcceptedAgreements1ParamsWithHTTPClient(client *http.Client) *RetrieveAcceptedAgreements1Params

NewRetrieveAcceptedAgreements1ParamsWithHTTPClient creates a new RetrieveAcceptedAgreements1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRetrieveAcceptedAgreements1ParamsWithTimeout

func NewRetrieveAcceptedAgreements1ParamsWithTimeout(timeout time.Duration) *RetrieveAcceptedAgreements1Params

NewRetrieveAcceptedAgreements1ParamsWithTimeout creates a new RetrieveAcceptedAgreements1Params object with the default values initialized, and the ability to set a timeout on a request

func (*RetrieveAcceptedAgreements1Params) SetAuthInfoWriter

func (o *RetrieveAcceptedAgreements1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) SetContext

SetContext adds the context to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) SetExcludeOtherNamespacesPolicies

func (o *RetrieveAcceptedAgreements1Params) SetExcludeOtherNamespacesPolicies(excludeOtherNamespacesPolicies *bool)

SetExcludeOtherNamespacesPolicies adds the excludeOtherNamespacesPolicies to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) SetFlightId

func (o *RetrieveAcceptedAgreements1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*RetrieveAcceptedAgreements1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) SetHTTPClientTransport

func (o *RetrieveAcceptedAgreements1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) SetNamespace

func (o *RetrieveAcceptedAgreements1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) SetTimeout

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

SetTimeout adds the timeout to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) SetUserID

func (o *RetrieveAcceptedAgreements1Params) SetUserID(userID string)

SetUserID adds the userId to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) WithContext

WithContext adds the context to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) WithExcludeOtherNamespacesPolicies

func (o *RetrieveAcceptedAgreements1Params) WithExcludeOtherNamespacesPolicies(excludeOtherNamespacesPolicies *bool) *RetrieveAcceptedAgreements1Params

WithExcludeOtherNamespacesPolicies adds the excludeOtherNamespacesPolicies to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) WithNamespace

WithNamespace adds the namespace to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) WithTimeout

WithTimeout adds the timeout to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) WithUserID

WithUserID adds the userID to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type RetrieveAcceptedAgreements1Reader

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

RetrieveAcceptedAgreements1Reader is a Reader for the RetrieveAcceptedAgreements1 structure.

func (*RetrieveAcceptedAgreements1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RetrieveAcceptedAgreementsForMultiUsersOK

type RetrieveAcceptedAgreementsForMultiUsersOK struct {
	Payload []*legalclientmodels.UserAgreementsResponse
}

RetrieveAcceptedAgreementsForMultiUsersOK handles this case with default header values.

successful operation

func NewRetrieveAcceptedAgreementsForMultiUsersOK

func NewRetrieveAcceptedAgreementsForMultiUsersOK() *RetrieveAcceptedAgreementsForMultiUsersOK

NewRetrieveAcceptedAgreementsForMultiUsersOK creates a RetrieveAcceptedAgreementsForMultiUsersOK with default headers values

func (*RetrieveAcceptedAgreementsForMultiUsersOK) Error

func (*RetrieveAcceptedAgreementsForMultiUsersOK) GetPayload

func (*RetrieveAcceptedAgreementsForMultiUsersOK) ToJSONString

type RetrieveAcceptedAgreementsForMultiUsersParams

type RetrieveAcceptedAgreementsForMultiUsersParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *legalclientmodels.UsersAgreementsRequest
	/*Namespace
	  Namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

RetrieveAcceptedAgreementsForMultiUsersParams contains all the parameters to send to the API endpoint for the retrieve accepted agreements for multi users operation typically these are written to a http.Request

func NewRetrieveAcceptedAgreementsForMultiUsersParams

func NewRetrieveAcceptedAgreementsForMultiUsersParams() *RetrieveAcceptedAgreementsForMultiUsersParams

NewRetrieveAcceptedAgreementsForMultiUsersParams creates a new RetrieveAcceptedAgreementsForMultiUsersParams object with the default values initialized.

func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithContext

func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithContext(ctx context.Context) *RetrieveAcceptedAgreementsForMultiUsersParams

NewRetrieveAcceptedAgreementsForMultiUsersParamsWithContext creates a new RetrieveAcceptedAgreementsForMultiUsersParams object with the default values initialized, and the ability to set a context for a request

func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithHTTPClient

func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithHTTPClient(client *http.Client) *RetrieveAcceptedAgreementsForMultiUsersParams

NewRetrieveAcceptedAgreementsForMultiUsersParamsWithHTTPClient creates a new RetrieveAcceptedAgreementsForMultiUsersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithTimeout

func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithTimeout(timeout time.Duration) *RetrieveAcceptedAgreementsForMultiUsersParams

NewRetrieveAcceptedAgreementsForMultiUsersParamsWithTimeout creates a new RetrieveAcceptedAgreementsForMultiUsersParams object with the default values initialized, and the ability to set a timeout on a request

func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetAuthInfoWriter

func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetBody

SetBody adds the body to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetContext

SetContext adds the context to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetFlightId

func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetHTTPClientTransport

func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetNamespace

func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetTimeout

SetTimeout adds the timeout to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) WithBody

WithBody adds the body to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) WithContext

WithContext adds the context to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) WithNamespace

WithNamespace adds the namespace to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) WithTimeout

WithTimeout adds the timeout to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RetrieveAcceptedAgreementsForMultiUsersReader

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

RetrieveAcceptedAgreementsForMultiUsersReader is a Reader for the RetrieveAcceptedAgreementsForMultiUsers structure.

func (*RetrieveAcceptedAgreementsForMultiUsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RetrieveAllUsersByPolicyVersion1NotFound

type RetrieveAllUsersByPolicyVersion1NotFound struct {
	Payload *legalclientmodels.ErrorEntity
}

RetrieveAllUsersByPolicyVersion1NotFound handles this case with default header values.

<table><tr><td>NumericErrorCode</td><td>ErrorCode</td></tr><tr><td>40035</td><td>errors.net.accelbyte.platform.legal.policy_version_not_found</td></tr></table>

func NewRetrieveAllUsersByPolicyVersion1NotFound

func NewRetrieveAllUsersByPolicyVersion1NotFound() *RetrieveAllUsersByPolicyVersion1NotFound

NewRetrieveAllUsersByPolicyVersion1NotFound creates a RetrieveAllUsersByPolicyVersion1NotFound with default headers values

func (*RetrieveAllUsersByPolicyVersion1NotFound) Error

func (*RetrieveAllUsersByPolicyVersion1NotFound) GetPayload

func (*RetrieveAllUsersByPolicyVersion1NotFound) ToJSONString

type RetrieveAllUsersByPolicyVersion1OK

type RetrieveAllUsersByPolicyVersion1OK struct {
	Payload *legalclientmodels.PagedRetrieveUserAcceptedAgreementResponse
}

RetrieveAllUsersByPolicyVersion1OK handles this case with default header values.

successful operation

func NewRetrieveAllUsersByPolicyVersion1OK

func NewRetrieveAllUsersByPolicyVersion1OK() *RetrieveAllUsersByPolicyVersion1OK

NewRetrieveAllUsersByPolicyVersion1OK creates a RetrieveAllUsersByPolicyVersion1OK with default headers values

func (*RetrieveAllUsersByPolicyVersion1OK) Error

func (*RetrieveAllUsersByPolicyVersion1OK) GetPayload

func (*RetrieveAllUsersByPolicyVersion1OK) ToJSONString

func (o *RetrieveAllUsersByPolicyVersion1OK) ToJSONString() string

type RetrieveAllUsersByPolicyVersion1Params

type RetrieveAllUsersByPolicyVersion1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*ConvertGameUserID
	  [Only for publisher legal scenario] If it is true, when a game user accept this publisher legal, API will return publisher user id

	*/
	ConvertGameUserID *bool
	/*Keyword
	  display name or email or username

	*/
	Keyword *string
	/*Limit
	  limit

	*/
	Limit *int32
	/*Offset
	  offset

	*/
	Offset *int32
	/*PolicyVersionID*/
	PolicyVersionID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

RetrieveAllUsersByPolicyVersion1Params contains all the parameters to send to the API endpoint for the retrieve all users by policy version 1 operation typically these are written to a http.Request

func NewRetrieveAllUsersByPolicyVersion1Params

func NewRetrieveAllUsersByPolicyVersion1Params() *RetrieveAllUsersByPolicyVersion1Params

NewRetrieveAllUsersByPolicyVersion1Params creates a new RetrieveAllUsersByPolicyVersion1Params object with the default values initialized.

func NewRetrieveAllUsersByPolicyVersion1ParamsWithContext

func NewRetrieveAllUsersByPolicyVersion1ParamsWithContext(ctx context.Context) *RetrieveAllUsersByPolicyVersion1Params

NewRetrieveAllUsersByPolicyVersion1ParamsWithContext creates a new RetrieveAllUsersByPolicyVersion1Params object with the default values initialized, and the ability to set a context for a request

func NewRetrieveAllUsersByPolicyVersion1ParamsWithHTTPClient

func NewRetrieveAllUsersByPolicyVersion1ParamsWithHTTPClient(client *http.Client) *RetrieveAllUsersByPolicyVersion1Params

NewRetrieveAllUsersByPolicyVersion1ParamsWithHTTPClient creates a new RetrieveAllUsersByPolicyVersion1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRetrieveAllUsersByPolicyVersion1ParamsWithTimeout

func NewRetrieveAllUsersByPolicyVersion1ParamsWithTimeout(timeout time.Duration) *RetrieveAllUsersByPolicyVersion1Params

NewRetrieveAllUsersByPolicyVersion1ParamsWithTimeout creates a new RetrieveAllUsersByPolicyVersion1Params object with the default values initialized, and the ability to set a timeout on a request

func (*RetrieveAllUsersByPolicyVersion1Params) SetAuthInfoWriter

func (o *RetrieveAllUsersByPolicyVersion1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetContext

SetContext adds the context to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetConvertGameUserID

func (o *RetrieveAllUsersByPolicyVersion1Params) SetConvertGameUserID(convertGameUserID *bool)

SetConvertGameUserID adds the convertGameUserId to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetFlightId

func (o *RetrieveAllUsersByPolicyVersion1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*RetrieveAllUsersByPolicyVersion1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetHTTPClientTransport

func (o *RetrieveAllUsersByPolicyVersion1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetKeyword

func (o *RetrieveAllUsersByPolicyVersion1Params) SetKeyword(keyword *string)

SetKeyword adds the keyword to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetLimit

func (o *RetrieveAllUsersByPolicyVersion1Params) SetLimit(limit *int32)

SetLimit adds the limit to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetNamespace

func (o *RetrieveAllUsersByPolicyVersion1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetOffset

func (o *RetrieveAllUsersByPolicyVersion1Params) SetOffset(offset *int32)

SetOffset adds the offset to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetPolicyVersionID

func (o *RetrieveAllUsersByPolicyVersion1Params) SetPolicyVersionID(policyVersionID string)

SetPolicyVersionID adds the policyVersionId to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetTimeout

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

SetTimeout adds the timeout to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WithContext

WithContext adds the context to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WithConvertGameUserID

func (o *RetrieveAllUsersByPolicyVersion1Params) WithConvertGameUserID(convertGameUserID *bool) *RetrieveAllUsersByPolicyVersion1Params

WithConvertGameUserID adds the convertGameUserID to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WithKeyword

WithKeyword adds the keyword to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WithLimit

WithLimit adds the limit to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WithNamespace

WithNamespace adds the namespace to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WithOffset

WithOffset adds the offset to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WithPolicyVersionID

WithPolicyVersionID adds the policyVersionID to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WithTimeout

WithTimeout adds the timeout to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type RetrieveAllUsersByPolicyVersion1Reader

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

RetrieveAllUsersByPolicyVersion1Reader is a Reader for the RetrieveAllUsersByPolicyVersion1 structure.

func (*RetrieveAllUsersByPolicyVersion1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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