Documentation ¶
Index ¶
- type Client
- func (a *Client) DeleteDLCItemConfig(params *DeleteDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDLCItemConfigNoContent, error)
- func (a *Client) DeleteDLCItemConfigShort(params *DeleteDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDLCItemConfigNoContent, error)
- func (a *Client) DeletePlatformDLCConfig(params *DeletePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePlatformDLCConfigNoContent, error)
- func (a *Client) DeletePlatformDLCConfigShort(params *DeletePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePlatformDLCConfigNoContent, error)
- func (a *Client) GetDLCItemConfig(params *GetDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetDLCItemConfigOK, *GetDLCItemConfigNotFound, error)
- func (a *Client) GetDLCItemConfigShort(params *GetDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetDLCItemConfigOK, error)
- func (a *Client) GetPlatformDLCConfig(params *GetPlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPlatformDLCConfigOK, *GetPlatformDLCConfigNotFound, error)
- func (a *Client) GetPlatformDLCConfigShort(params *GetPlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPlatformDLCConfigOK, error)
- func (a *Client) PublicSyncPsnDlcInventory(params *PublicSyncPsnDlcInventoryParams, authInfo runtime.ClientAuthInfoWriter) (*PublicSyncPsnDlcInventoryNoContent, error)
- func (a *Client) PublicSyncPsnDlcInventoryShort(params *PublicSyncPsnDlcInventoryParams, authInfo runtime.ClientAuthInfoWriter) (*PublicSyncPsnDlcInventoryNoContent, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) SyncEpicGameDLC(params *SyncEpicGameDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncEpicGameDLCNoContent, error)
- func (a *Client) SyncEpicGameDLCShort(params *SyncEpicGameDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncEpicGameDLCNoContent, error)
- func (a *Client) SyncSteamDLC(params *SyncSteamDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncSteamDLCNoContent, *SyncSteamDLCBadRequest, error)
- func (a *Client) SyncSteamDLCShort(params *SyncSteamDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncSteamDLCNoContent, error)
- func (a *Client) SyncXboxDLC(params *SyncXboxDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncXboxDLCNoContent, error)
- func (a *Client) SyncXboxDLCShort(params *SyncXboxDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncXboxDLCNoContent, error)
- func (a *Client) UpdateDLCItemConfig(params *UpdateDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDLCItemConfigOK, *UpdateDLCItemConfigUnprocessableEntity, error)
- func (a *Client) UpdateDLCItemConfigShort(params *UpdateDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDLCItemConfigOK, error)
- func (a *Client) UpdatePlatformDLCConfig(params *UpdatePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePlatformDLCConfigOK, *UpdatePlatformDLCConfigUnprocessableEntity, error)
- func (a *Client) UpdatePlatformDLCConfigShort(params *UpdatePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePlatformDLCConfigOK, error)
- type ClientService
- type DeleteDLCItemConfigNoContent
- type DeleteDLCItemConfigParams
- func NewDeleteDLCItemConfigParams() *DeleteDLCItemConfigParams
- func NewDeleteDLCItemConfigParamsWithContext(ctx context.Context) *DeleteDLCItemConfigParams
- func NewDeleteDLCItemConfigParamsWithHTTPClient(client *http.Client) *DeleteDLCItemConfigParams
- func NewDeleteDLCItemConfigParamsWithTimeout(timeout time.Duration) *DeleteDLCItemConfigParams
- func (o *DeleteDLCItemConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeleteDLCItemConfigParams) SetContext(ctx context.Context)
- func (o *DeleteDLCItemConfigParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDLCItemConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeleteDLCItemConfigParams) SetNamespace(namespace string)
- func (o *DeleteDLCItemConfigParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDLCItemConfigParams) WithContext(ctx context.Context) *DeleteDLCItemConfigParams
- func (o *DeleteDLCItemConfigParams) WithHTTPClient(client *http.Client) *DeleteDLCItemConfigParams
- func (o *DeleteDLCItemConfigParams) WithNamespace(namespace string) *DeleteDLCItemConfigParams
- func (o *DeleteDLCItemConfigParams) WithTimeout(timeout time.Duration) *DeleteDLCItemConfigParams
- func (o *DeleteDLCItemConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDLCItemConfigReader
- type DeletePlatformDLCConfigNoContent
- type DeletePlatformDLCConfigParams
- func NewDeletePlatformDLCConfigParams() *DeletePlatformDLCConfigParams
- func NewDeletePlatformDLCConfigParamsWithContext(ctx context.Context) *DeletePlatformDLCConfigParams
- func NewDeletePlatformDLCConfigParamsWithHTTPClient(client *http.Client) *DeletePlatformDLCConfigParams
- func NewDeletePlatformDLCConfigParamsWithTimeout(timeout time.Duration) *DeletePlatformDLCConfigParams
- func (o *DeletePlatformDLCConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeletePlatformDLCConfigParams) SetContext(ctx context.Context)
- func (o *DeletePlatformDLCConfigParams) SetHTTPClient(client *http.Client)
- func (o *DeletePlatformDLCConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeletePlatformDLCConfigParams) SetNamespace(namespace string)
- func (o *DeletePlatformDLCConfigParams) SetTimeout(timeout time.Duration)
- func (o *DeletePlatformDLCConfigParams) WithContext(ctx context.Context) *DeletePlatformDLCConfigParams
- func (o *DeletePlatformDLCConfigParams) WithHTTPClient(client *http.Client) *DeletePlatformDLCConfigParams
- func (o *DeletePlatformDLCConfigParams) WithNamespace(namespace string) *DeletePlatformDLCConfigParams
- func (o *DeletePlatformDLCConfigParams) WithTimeout(timeout time.Duration) *DeletePlatformDLCConfigParams
- func (o *DeletePlatformDLCConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeletePlatformDLCConfigReader
- type GetDLCItemConfigNotFound
- type GetDLCItemConfigOK
- type GetDLCItemConfigParams
- func NewGetDLCItemConfigParams() *GetDLCItemConfigParams
- func NewGetDLCItemConfigParamsWithContext(ctx context.Context) *GetDLCItemConfigParams
- func NewGetDLCItemConfigParamsWithHTTPClient(client *http.Client) *GetDLCItemConfigParams
- func NewGetDLCItemConfigParamsWithTimeout(timeout time.Duration) *GetDLCItemConfigParams
- func (o *GetDLCItemConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetDLCItemConfigParams) SetContext(ctx context.Context)
- func (o *GetDLCItemConfigParams) SetHTTPClient(client *http.Client)
- func (o *GetDLCItemConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetDLCItemConfigParams) SetNamespace(namespace string)
- func (o *GetDLCItemConfigParams) SetTimeout(timeout time.Duration)
- func (o *GetDLCItemConfigParams) WithContext(ctx context.Context) *GetDLCItemConfigParams
- func (o *GetDLCItemConfigParams) WithHTTPClient(client *http.Client) *GetDLCItemConfigParams
- func (o *GetDLCItemConfigParams) WithNamespace(namespace string) *GetDLCItemConfigParams
- func (o *GetDLCItemConfigParams) WithTimeout(timeout time.Duration) *GetDLCItemConfigParams
- func (o *GetDLCItemConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDLCItemConfigReader
- type GetPlatformDLCConfigNotFound
- type GetPlatformDLCConfigOK
- type GetPlatformDLCConfigParams
- func NewGetPlatformDLCConfigParams() *GetPlatformDLCConfigParams
- func NewGetPlatformDLCConfigParamsWithContext(ctx context.Context) *GetPlatformDLCConfigParams
- func NewGetPlatformDLCConfigParamsWithHTTPClient(client *http.Client) *GetPlatformDLCConfigParams
- func NewGetPlatformDLCConfigParamsWithTimeout(timeout time.Duration) *GetPlatformDLCConfigParams
- func (o *GetPlatformDLCConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetPlatformDLCConfigParams) SetContext(ctx context.Context)
- func (o *GetPlatformDLCConfigParams) SetHTTPClient(client *http.Client)
- func (o *GetPlatformDLCConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetPlatformDLCConfigParams) SetNamespace(namespace string)
- func (o *GetPlatformDLCConfigParams) SetTimeout(timeout time.Duration)
- func (o *GetPlatformDLCConfigParams) WithContext(ctx context.Context) *GetPlatformDLCConfigParams
- func (o *GetPlatformDLCConfigParams) WithHTTPClient(client *http.Client) *GetPlatformDLCConfigParams
- func (o *GetPlatformDLCConfigParams) WithNamespace(namespace string) *GetPlatformDLCConfigParams
- func (o *GetPlatformDLCConfigParams) WithTimeout(timeout time.Duration) *GetPlatformDLCConfigParams
- func (o *GetPlatformDLCConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPlatformDLCConfigReader
- type PublicSyncPsnDlcInventoryNoContent
- type PublicSyncPsnDlcInventoryParams
- func NewPublicSyncPsnDlcInventoryParams() *PublicSyncPsnDlcInventoryParams
- func NewPublicSyncPsnDlcInventoryParamsWithContext(ctx context.Context) *PublicSyncPsnDlcInventoryParams
- func NewPublicSyncPsnDlcInventoryParamsWithHTTPClient(client *http.Client) *PublicSyncPsnDlcInventoryParams
- func NewPublicSyncPsnDlcInventoryParamsWithTimeout(timeout time.Duration) *PublicSyncPsnDlcInventoryParams
- func (o *PublicSyncPsnDlcInventoryParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *PublicSyncPsnDlcInventoryParams) SetBody(body *platformclientmodels.PlayStationDLCSyncRequest)
- func (o *PublicSyncPsnDlcInventoryParams) SetContext(ctx context.Context)
- func (o *PublicSyncPsnDlcInventoryParams) SetHTTPClient(client *http.Client)
- func (o *PublicSyncPsnDlcInventoryParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *PublicSyncPsnDlcInventoryParams) SetNamespace(namespace string)
- func (o *PublicSyncPsnDlcInventoryParams) SetTimeout(timeout time.Duration)
- func (o *PublicSyncPsnDlcInventoryParams) SetUserID(userID string)
- func (o *PublicSyncPsnDlcInventoryParams) WithBody(body *platformclientmodels.PlayStationDLCSyncRequest) *PublicSyncPsnDlcInventoryParams
- func (o *PublicSyncPsnDlcInventoryParams) WithContext(ctx context.Context) *PublicSyncPsnDlcInventoryParams
- func (o *PublicSyncPsnDlcInventoryParams) WithHTTPClient(client *http.Client) *PublicSyncPsnDlcInventoryParams
- func (o *PublicSyncPsnDlcInventoryParams) WithNamespace(namespace string) *PublicSyncPsnDlcInventoryParams
- func (o *PublicSyncPsnDlcInventoryParams) WithTimeout(timeout time.Duration) *PublicSyncPsnDlcInventoryParams
- func (o *PublicSyncPsnDlcInventoryParams) WithUserID(userID string) *PublicSyncPsnDlcInventoryParams
- func (o *PublicSyncPsnDlcInventoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PublicSyncPsnDlcInventoryReader
- type SyncEpicGameDLCNoContent
- type SyncEpicGameDLCParams
- func NewSyncEpicGameDLCParams() *SyncEpicGameDLCParams
- func NewSyncEpicGameDLCParamsWithContext(ctx context.Context) *SyncEpicGameDLCParams
- func NewSyncEpicGameDLCParamsWithHTTPClient(client *http.Client) *SyncEpicGameDLCParams
- func NewSyncEpicGameDLCParamsWithTimeout(timeout time.Duration) *SyncEpicGameDLCParams
- func (o *SyncEpicGameDLCParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *SyncEpicGameDLCParams) SetBody(body *platformclientmodels.EpicGamesDLCSyncRequest)
- func (o *SyncEpicGameDLCParams) SetContext(ctx context.Context)
- func (o *SyncEpicGameDLCParams) SetHTTPClient(client *http.Client)
- func (o *SyncEpicGameDLCParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *SyncEpicGameDLCParams) SetNamespace(namespace string)
- func (o *SyncEpicGameDLCParams) SetTimeout(timeout time.Duration)
- func (o *SyncEpicGameDLCParams) SetUserID(userID string)
- func (o *SyncEpicGameDLCParams) WithBody(body *platformclientmodels.EpicGamesDLCSyncRequest) *SyncEpicGameDLCParams
- func (o *SyncEpicGameDLCParams) WithContext(ctx context.Context) *SyncEpicGameDLCParams
- func (o *SyncEpicGameDLCParams) WithHTTPClient(client *http.Client) *SyncEpicGameDLCParams
- func (o *SyncEpicGameDLCParams) WithNamespace(namespace string) *SyncEpicGameDLCParams
- func (o *SyncEpicGameDLCParams) WithTimeout(timeout time.Duration) *SyncEpicGameDLCParams
- func (o *SyncEpicGameDLCParams) WithUserID(userID string) *SyncEpicGameDLCParams
- func (o *SyncEpicGameDLCParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SyncEpicGameDLCReader
- type SyncSteamDLCBadRequest
- type SyncSteamDLCNoContent
- type SyncSteamDLCParams
- func (o *SyncSteamDLCParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *SyncSteamDLCParams) SetBody(body *platformclientmodels.SteamDLCSyncRequest)
- func (o *SyncSteamDLCParams) SetContext(ctx context.Context)
- func (o *SyncSteamDLCParams) SetHTTPClient(client *http.Client)
- func (o *SyncSteamDLCParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *SyncSteamDLCParams) SetNamespace(namespace string)
- func (o *SyncSteamDLCParams) SetTimeout(timeout time.Duration)
- func (o *SyncSteamDLCParams) SetUserID(userID string)
- func (o *SyncSteamDLCParams) WithBody(body *platformclientmodels.SteamDLCSyncRequest) *SyncSteamDLCParams
- func (o *SyncSteamDLCParams) WithContext(ctx context.Context) *SyncSteamDLCParams
- func (o *SyncSteamDLCParams) WithHTTPClient(client *http.Client) *SyncSteamDLCParams
- func (o *SyncSteamDLCParams) WithNamespace(namespace string) *SyncSteamDLCParams
- func (o *SyncSteamDLCParams) WithTimeout(timeout time.Duration) *SyncSteamDLCParams
- func (o *SyncSteamDLCParams) WithUserID(userID string) *SyncSteamDLCParams
- func (o *SyncSteamDLCParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SyncSteamDLCReader
- type SyncXboxDLCNoContent
- type SyncXboxDLCParams
- func (o *SyncXboxDLCParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *SyncXboxDLCParams) SetBody(body *platformclientmodels.XblDLCSyncRequest)
- func (o *SyncXboxDLCParams) SetContext(ctx context.Context)
- func (o *SyncXboxDLCParams) SetHTTPClient(client *http.Client)
- func (o *SyncXboxDLCParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *SyncXboxDLCParams) SetNamespace(namespace string)
- func (o *SyncXboxDLCParams) SetTimeout(timeout time.Duration)
- func (o *SyncXboxDLCParams) SetUserID(userID string)
- func (o *SyncXboxDLCParams) WithBody(body *platformclientmodels.XblDLCSyncRequest) *SyncXboxDLCParams
- func (o *SyncXboxDLCParams) WithContext(ctx context.Context) *SyncXboxDLCParams
- func (o *SyncXboxDLCParams) WithHTTPClient(client *http.Client) *SyncXboxDLCParams
- func (o *SyncXboxDLCParams) WithNamespace(namespace string) *SyncXboxDLCParams
- func (o *SyncXboxDLCParams) WithTimeout(timeout time.Duration) *SyncXboxDLCParams
- func (o *SyncXboxDLCParams) WithUserID(userID string) *SyncXboxDLCParams
- func (o *SyncXboxDLCParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SyncXboxDLCReader
- type UpdateDLCItemConfigOK
- type UpdateDLCItemConfigParams
- func NewUpdateDLCItemConfigParams() *UpdateDLCItemConfigParams
- func NewUpdateDLCItemConfigParamsWithContext(ctx context.Context) *UpdateDLCItemConfigParams
- func NewUpdateDLCItemConfigParamsWithHTTPClient(client *http.Client) *UpdateDLCItemConfigParams
- func NewUpdateDLCItemConfigParamsWithTimeout(timeout time.Duration) *UpdateDLCItemConfigParams
- func (o *UpdateDLCItemConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UpdateDLCItemConfigParams) SetBody(body *platformclientmodels.DLCItemConfigUpdate)
- func (o *UpdateDLCItemConfigParams) SetContext(ctx context.Context)
- func (o *UpdateDLCItemConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdateDLCItemConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UpdateDLCItemConfigParams) SetNamespace(namespace string)
- func (o *UpdateDLCItemConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdateDLCItemConfigParams) WithBody(body *platformclientmodels.DLCItemConfigUpdate) *UpdateDLCItemConfigParams
- func (o *UpdateDLCItemConfigParams) WithContext(ctx context.Context) *UpdateDLCItemConfigParams
- func (o *UpdateDLCItemConfigParams) WithHTTPClient(client *http.Client) *UpdateDLCItemConfigParams
- func (o *UpdateDLCItemConfigParams) WithNamespace(namespace string) *UpdateDLCItemConfigParams
- func (o *UpdateDLCItemConfigParams) WithTimeout(timeout time.Duration) *UpdateDLCItemConfigParams
- func (o *UpdateDLCItemConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateDLCItemConfigReader
- type UpdateDLCItemConfigUnprocessableEntity
- type UpdatePlatformDLCConfigOK
- type UpdatePlatformDLCConfigParams
- func NewUpdatePlatformDLCConfigParams() *UpdatePlatformDLCConfigParams
- func NewUpdatePlatformDLCConfigParamsWithContext(ctx context.Context) *UpdatePlatformDLCConfigParams
- func NewUpdatePlatformDLCConfigParamsWithHTTPClient(client *http.Client) *UpdatePlatformDLCConfigParams
- func NewUpdatePlatformDLCConfigParamsWithTimeout(timeout time.Duration) *UpdatePlatformDLCConfigParams
- func (o *UpdatePlatformDLCConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UpdatePlatformDLCConfigParams) SetBody(body *platformclientmodels.PlatformDLCConfigUpdate)
- func (o *UpdatePlatformDLCConfigParams) SetContext(ctx context.Context)
- func (o *UpdatePlatformDLCConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdatePlatformDLCConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UpdatePlatformDLCConfigParams) SetNamespace(namespace string)
- func (o *UpdatePlatformDLCConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdatePlatformDLCConfigParams) WithBody(body *platformclientmodels.PlatformDLCConfigUpdate) *UpdatePlatformDLCConfigParams
- func (o *UpdatePlatformDLCConfigParams) WithContext(ctx context.Context) *UpdatePlatformDLCConfigParams
- func (o *UpdatePlatformDLCConfigParams) WithHTTPClient(client *http.Client) *UpdatePlatformDLCConfigParams
- func (o *UpdatePlatformDLCConfigParams) WithNamespace(namespace string) *UpdatePlatformDLCConfigParams
- func (o *UpdatePlatformDLCConfigParams) WithTimeout(timeout time.Duration) *UpdatePlatformDLCConfigParams
- func (o *UpdatePlatformDLCConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdatePlatformDLCConfigReader
- type UpdatePlatformDLCConfigUnprocessableEntity
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 d l c API
func (*Client) DeleteDLCItemConfig ¶
func (a *Client) DeleteDLCItemConfig(params *DeleteDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDLCItemConfigNoContent, error)
DeleteDLCItemConfig deletes a d l c item config
delete a DLC item config.<br>Other detail info: <ul><li><i>Required permission</i>: resource=<b>"ADMIN:NAMESPACE:{namespace}:DLC:CONFIG"</b>, action=8 <b>(DELETE)</b></li></ul>
func (*Client) DeleteDLCItemConfigShort ¶
func (a *Client) DeleteDLCItemConfigShort(params *DeleteDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDLCItemConfigNoContent, error)
func (*Client) DeletePlatformDLCConfig ¶
func (a *Client) DeletePlatformDLCConfig(params *DeletePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePlatformDLCConfigNoContent, error)
DeletePlatformDLCConfig deletes a platform d l c config
delete a Platform DLC config.<br>Other detail info: <ul><li><i>Required permission</i>: resource=<b>"ADMIN:NAMESPACE:{namespace}:DLC:CONFIG"</b>, action=8 <b>(DELETE)</b></li></ul>
func (*Client) DeletePlatformDLCConfigShort ¶
func (a *Client) DeletePlatformDLCConfigShort(params *DeletePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePlatformDLCConfigNoContent, error)
func (*Client) GetDLCItemConfig ¶
func (a *Client) GetDLCItemConfig(params *GetDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetDLCItemConfigOK, *GetDLCItemConfigNotFound, error)
GetDLCItemConfig gets d l c item config
Get DLC item config.<br>Other detail info: <ul><li><i>Required permission</i>: resource=<b>"ADMIN:NAMESPACE:{namespace}:DLC:CONFIG"</b>, action=2 <b>(READ)</b></li></ul>
func (*Client) GetDLCItemConfigShort ¶
func (a *Client) GetDLCItemConfigShort(params *GetDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetDLCItemConfigOK, error)
func (*Client) GetPlatformDLCConfig ¶
func (a *Client) GetPlatformDLCConfig(params *GetPlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPlatformDLCConfigOK, *GetPlatformDLCConfigNotFound, error)
GetPlatformDLCConfig gets platform d l c config
Get Platform DLC config.<br>Other detail info: <ul><li><i>Required permission</i>: resource=<b>"ADMIN:NAMESPACE:{namespace}:DLC:CONFIG"</b>, action=2 <b>(READ)</b></li></ul>
func (*Client) GetPlatformDLCConfigShort ¶
func (a *Client) GetPlatformDLCConfigShort(params *GetPlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPlatformDLCConfigOK, error)
func (*Client) PublicSyncPsnDlcInventory ¶
func (a *Client) PublicSyncPsnDlcInventory(params *PublicSyncPsnDlcInventoryParams, authInfo runtime.ClientAuthInfoWriter) (*PublicSyncPsnDlcInventoryNoContent, error)
PublicSyncPsnDlcInventory synchronizes with dlc entitlements in p s n store
Synchronize with dlc entitlements in PSN Store.<p>Other detail info: <ul><li><i>Required permission</i>: resource=NAMESPACE:{namespace}:USER:{userId}:DLC, action=4 (UPDATE)</li><li><i>Returns</i>: result of synchronization</li></ul>
func (*Client) PublicSyncPsnDlcInventoryShort ¶
func (a *Client) PublicSyncPsnDlcInventoryShort(params *PublicSyncPsnDlcInventoryParams, authInfo runtime.ClientAuthInfoWriter) (*PublicSyncPsnDlcInventoryNoContent, error)
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) SyncEpicGameDLC ¶ added in v0.23.0
func (a *Client) SyncEpicGameDLC(params *SyncEpicGameDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncEpicGameDLCNoContent, error)
SyncEpicGameDLC syncs epic games dlc items
Sync epic games dlc items.<p>Other detail info: <ul><li><i>Required permission</i>: resource=NAMESPACE:{namespace}:USER:{userId}:DLC, action=4 (UPDATE)</li><li><i>Returns</i>: </li></ul>
func (*Client) SyncEpicGameDLCShort ¶ added in v0.23.0
func (a *Client) SyncEpicGameDLCShort(params *SyncEpicGameDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncEpicGameDLCNoContent, error)
func (*Client) SyncSteamDLC ¶
func (a *Client) SyncSteamDLC(params *SyncSteamDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncSteamDLCNoContent, *SyncSteamDLCBadRequest, error)
SyncSteamDLC syncs steam dlc
Sync steam dlc.<p>Other detail info: <ul><li><i>Required permission</i>: resource=NAMESPACE:{namespace}:USER:{userId}:DLC, action=4 (UPDATE)</li><li><i>Returns</i>: </li></ul>
func (*Client) SyncSteamDLCShort ¶
func (a *Client) SyncSteamDLCShort(params *SyncSteamDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncSteamDLCNoContent, error)
func (*Client) SyncXboxDLC ¶
func (a *Client) SyncXboxDLC(params *SyncXboxDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncXboxDLCNoContent, error)
SyncXboxDLC syncs xbox dlc items
Sync Xbox inventory's dlc items.<p>Other detail info: <ul><li><i>Required permission</i>: resource=NAMESPACE:{namespace}:USER:{userId}:DLC, action=4 (UPDATE)</li><li><i>Returns</i>: </li></ul>
func (*Client) SyncXboxDLCShort ¶
func (a *Client) SyncXboxDLCShort(params *SyncXboxDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncXboxDLCNoContent, error)
func (*Client) UpdateDLCItemConfig ¶
func (a *Client) UpdateDLCItemConfig(params *UpdateDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDLCItemConfigOK, *UpdateDLCItemConfigUnprocessableEntity, error)
UpdateDLCItemConfig updates d l c item config
Update DLC item config. Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:NAMESPACE:{namespace}:DLC:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: updated DLC item config</li></ul>
func (*Client) UpdateDLCItemConfigShort ¶
func (a *Client) UpdateDLCItemConfigShort(params *UpdateDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDLCItemConfigOK, error)
func (*Client) UpdatePlatformDLCConfig ¶
func (a *Client) UpdatePlatformDLCConfig(params *UpdatePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePlatformDLCConfigOK, *UpdatePlatformDLCConfigUnprocessableEntity, error)
UpdatePlatformDLCConfig updates platform d l c config
Update Platform DLC config. Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:NAMESPACE:{namespace}:DLC:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: updated Platform DLC config</li></ul>
func (*Client) UpdatePlatformDLCConfigShort ¶
func (a *Client) UpdatePlatformDLCConfigShort(params *UpdatePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePlatformDLCConfigOK, error)
type ClientService ¶
type ClientService interface { DeleteDLCItemConfig(params *DeleteDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDLCItemConfigNoContent, error) DeleteDLCItemConfigShort(params *DeleteDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDLCItemConfigNoContent, error) DeletePlatformDLCConfig(params *DeletePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePlatformDLCConfigNoContent, error) DeletePlatformDLCConfigShort(params *DeletePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePlatformDLCConfigNoContent, error) GetDLCItemConfig(params *GetDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetDLCItemConfigOK, *GetDLCItemConfigNotFound, error) GetDLCItemConfigShort(params *GetDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetDLCItemConfigOK, error) GetPlatformDLCConfig(params *GetPlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPlatformDLCConfigOK, *GetPlatformDLCConfigNotFound, error) GetPlatformDLCConfigShort(params *GetPlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPlatformDLCConfigOK, error) PublicSyncPsnDlcInventory(params *PublicSyncPsnDlcInventoryParams, authInfo runtime.ClientAuthInfoWriter) (*PublicSyncPsnDlcInventoryNoContent, error) PublicSyncPsnDlcInventoryShort(params *PublicSyncPsnDlcInventoryParams, authInfo runtime.ClientAuthInfoWriter) (*PublicSyncPsnDlcInventoryNoContent, error) SyncEpicGameDLC(params *SyncEpicGameDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncEpicGameDLCNoContent, error) SyncEpicGameDLCShort(params *SyncEpicGameDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncEpicGameDLCNoContent, error) SyncSteamDLC(params *SyncSteamDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncSteamDLCNoContent, *SyncSteamDLCBadRequest, error) SyncSteamDLCShort(params *SyncSteamDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncSteamDLCNoContent, error) SyncXboxDLC(params *SyncXboxDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncXboxDLCNoContent, error) SyncXboxDLCShort(params *SyncXboxDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncXboxDLCNoContent, error) UpdateDLCItemConfig(params *UpdateDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDLCItemConfigOK, *UpdateDLCItemConfigUnprocessableEntity, error) UpdateDLCItemConfigShort(params *UpdateDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDLCItemConfigOK, error) UpdatePlatformDLCConfig(params *UpdatePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePlatformDLCConfigOK, *UpdatePlatformDLCConfigUnprocessableEntity, error) UpdatePlatformDLCConfigShort(params *UpdatePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePlatformDLCConfigOK, 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 d l c API client.
type DeleteDLCItemConfigNoContent ¶
type DeleteDLCItemConfigNoContent struct { }
DeleteDLCItemConfigNoContent handles this case with default header values.
Delete successfully
func NewDeleteDLCItemConfigNoContent ¶
func NewDeleteDLCItemConfigNoContent() *DeleteDLCItemConfigNoContent
NewDeleteDLCItemConfigNoContent creates a DeleteDLCItemConfigNoContent with default headers values
func (*DeleteDLCItemConfigNoContent) Error ¶
func (o *DeleteDLCItemConfigNoContent) Error() string
type DeleteDLCItemConfigParams ¶
type DeleteDLCItemConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace, only accept alphabet and numeric */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteDLCItemConfigParams contains all the parameters to send to the API endpoint for the delete d l c item config operation typically these are written to a http.Request
func NewDeleteDLCItemConfigParams ¶
func NewDeleteDLCItemConfigParams() *DeleteDLCItemConfigParams
NewDeleteDLCItemConfigParams creates a new DeleteDLCItemConfigParams object with the default values initialized.
func NewDeleteDLCItemConfigParamsWithContext ¶
func NewDeleteDLCItemConfigParamsWithContext(ctx context.Context) *DeleteDLCItemConfigParams
NewDeleteDLCItemConfigParamsWithContext creates a new DeleteDLCItemConfigParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteDLCItemConfigParamsWithHTTPClient ¶
func NewDeleteDLCItemConfigParamsWithHTTPClient(client *http.Client) *DeleteDLCItemConfigParams
NewDeleteDLCItemConfigParamsWithHTTPClient creates a new DeleteDLCItemConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteDLCItemConfigParamsWithTimeout ¶
func NewDeleteDLCItemConfigParamsWithTimeout(timeout time.Duration) *DeleteDLCItemConfigParams
NewDeleteDLCItemConfigParamsWithTimeout creates a new DeleteDLCItemConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteDLCItemConfigParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *DeleteDLCItemConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete d l c item config params
func (*DeleteDLCItemConfigParams) SetContext ¶
func (o *DeleteDLCItemConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the delete d l c item config params
func (*DeleteDLCItemConfigParams) SetHTTPClient ¶
func (o *DeleteDLCItemConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete d l c item config params
func (*DeleteDLCItemConfigParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *DeleteDLCItemConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete d l c item config params
func (*DeleteDLCItemConfigParams) SetNamespace ¶
func (o *DeleteDLCItemConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete d l c item config params
func (*DeleteDLCItemConfigParams) SetTimeout ¶
func (o *DeleteDLCItemConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete d l c item config params
func (*DeleteDLCItemConfigParams) WithContext ¶
func (o *DeleteDLCItemConfigParams) WithContext(ctx context.Context) *DeleteDLCItemConfigParams
WithContext adds the context to the delete d l c item config params
func (*DeleteDLCItemConfigParams) WithHTTPClient ¶
func (o *DeleteDLCItemConfigParams) WithHTTPClient(client *http.Client) *DeleteDLCItemConfigParams
WithHTTPClient adds the HTTPClient to the delete d l c item config params
func (*DeleteDLCItemConfigParams) WithNamespace ¶
func (o *DeleteDLCItemConfigParams) WithNamespace(namespace string) *DeleteDLCItemConfigParams
WithNamespace adds the namespace to the delete d l c item config params
func (*DeleteDLCItemConfigParams) WithTimeout ¶
func (o *DeleteDLCItemConfigParams) WithTimeout(timeout time.Duration) *DeleteDLCItemConfigParams
WithTimeout adds the timeout to the delete d l c item config params
func (*DeleteDLCItemConfigParams) WriteToRequest ¶
func (o *DeleteDLCItemConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteDLCItemConfigReader ¶
type DeleteDLCItemConfigReader struct {
// contains filtered or unexported fields
}
DeleteDLCItemConfigReader is a Reader for the DeleteDLCItemConfig structure.
func (*DeleteDLCItemConfigReader) ReadResponse ¶
func (o *DeleteDLCItemConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeletePlatformDLCConfigNoContent ¶
type DeletePlatformDLCConfigNoContent struct { }
DeletePlatformDLCConfigNoContent handles this case with default header values.
Delete successfully
func NewDeletePlatformDLCConfigNoContent ¶
func NewDeletePlatformDLCConfigNoContent() *DeletePlatformDLCConfigNoContent
NewDeletePlatformDLCConfigNoContent creates a DeletePlatformDLCConfigNoContent with default headers values
func (*DeletePlatformDLCConfigNoContent) Error ¶
func (o *DeletePlatformDLCConfigNoContent) Error() string
type DeletePlatformDLCConfigParams ¶
type DeletePlatformDLCConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace, only accept alphabet and numeric */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeletePlatformDLCConfigParams contains all the parameters to send to the API endpoint for the delete platform d l c config operation typically these are written to a http.Request
func NewDeletePlatformDLCConfigParams ¶
func NewDeletePlatformDLCConfigParams() *DeletePlatformDLCConfigParams
NewDeletePlatformDLCConfigParams creates a new DeletePlatformDLCConfigParams object with the default values initialized.
func NewDeletePlatformDLCConfigParamsWithContext ¶
func NewDeletePlatformDLCConfigParamsWithContext(ctx context.Context) *DeletePlatformDLCConfigParams
NewDeletePlatformDLCConfigParamsWithContext creates a new DeletePlatformDLCConfigParams object with the default values initialized, and the ability to set a context for a request
func NewDeletePlatformDLCConfigParamsWithHTTPClient ¶
func NewDeletePlatformDLCConfigParamsWithHTTPClient(client *http.Client) *DeletePlatformDLCConfigParams
NewDeletePlatformDLCConfigParamsWithHTTPClient creates a new DeletePlatformDLCConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeletePlatformDLCConfigParamsWithTimeout ¶
func NewDeletePlatformDLCConfigParamsWithTimeout(timeout time.Duration) *DeletePlatformDLCConfigParams
NewDeletePlatformDLCConfigParamsWithTimeout creates a new DeletePlatformDLCConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeletePlatformDLCConfigParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *DeletePlatformDLCConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete platform d l c config params
func (*DeletePlatformDLCConfigParams) SetContext ¶
func (o *DeletePlatformDLCConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the delete platform d l c config params
func (*DeletePlatformDLCConfigParams) SetHTTPClient ¶
func (o *DeletePlatformDLCConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete platform d l c config params
func (*DeletePlatformDLCConfigParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *DeletePlatformDLCConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete platform d l c config params
func (*DeletePlatformDLCConfigParams) SetNamespace ¶
func (o *DeletePlatformDLCConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete platform d l c config params
func (*DeletePlatformDLCConfigParams) SetTimeout ¶
func (o *DeletePlatformDLCConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete platform d l c config params
func (*DeletePlatformDLCConfigParams) WithContext ¶
func (o *DeletePlatformDLCConfigParams) WithContext(ctx context.Context) *DeletePlatformDLCConfigParams
WithContext adds the context to the delete platform d l c config params
func (*DeletePlatformDLCConfigParams) WithHTTPClient ¶
func (o *DeletePlatformDLCConfigParams) WithHTTPClient(client *http.Client) *DeletePlatformDLCConfigParams
WithHTTPClient adds the HTTPClient to the delete platform d l c config params
func (*DeletePlatformDLCConfigParams) WithNamespace ¶
func (o *DeletePlatformDLCConfigParams) WithNamespace(namespace string) *DeletePlatformDLCConfigParams
WithNamespace adds the namespace to the delete platform d l c config params
func (*DeletePlatformDLCConfigParams) WithTimeout ¶
func (o *DeletePlatformDLCConfigParams) WithTimeout(timeout time.Duration) *DeletePlatformDLCConfigParams
WithTimeout adds the timeout to the delete platform d l c config params
func (*DeletePlatformDLCConfigParams) WriteToRequest ¶
func (o *DeletePlatformDLCConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePlatformDLCConfigReader ¶
type DeletePlatformDLCConfigReader struct {
// contains filtered or unexported fields
}
DeletePlatformDLCConfigReader is a Reader for the DeletePlatformDLCConfig structure.
func (*DeletePlatformDLCConfigReader) ReadResponse ¶
func (o *DeletePlatformDLCConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDLCItemConfigNotFound ¶
type GetDLCItemConfigNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
GetDLCItemConfigNotFound handles this case with default header values.
<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>39341</td><td>DLC item config cannot be found in namespace [{namespace}]</td></tr></table>
func NewGetDLCItemConfigNotFound ¶
func NewGetDLCItemConfigNotFound() *GetDLCItemConfigNotFound
NewGetDLCItemConfigNotFound creates a GetDLCItemConfigNotFound with default headers values
func (*GetDLCItemConfigNotFound) Error ¶
func (o *GetDLCItemConfigNotFound) Error() string
func (*GetDLCItemConfigNotFound) GetPayload ¶
func (o *GetDLCItemConfigNotFound) GetPayload() *platformclientmodels.ErrorEntity
type GetDLCItemConfigOK ¶
type GetDLCItemConfigOK struct {
Payload *platformclientmodels.DLCItemConfigInfo
}
GetDLCItemConfigOK handles this case with default header values.
successful operation
func NewGetDLCItemConfigOK ¶
func NewGetDLCItemConfigOK() *GetDLCItemConfigOK
NewGetDLCItemConfigOK creates a GetDLCItemConfigOK with default headers values
func (*GetDLCItemConfigOK) Error ¶
func (o *GetDLCItemConfigOK) Error() string
func (*GetDLCItemConfigOK) GetPayload ¶
func (o *GetDLCItemConfigOK) GetPayload() *platformclientmodels.DLCItemConfigInfo
type GetDLCItemConfigParams ¶
type GetDLCItemConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace*/ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDLCItemConfigParams contains all the parameters to send to the API endpoint for the get d l c item config operation typically these are written to a http.Request
func NewGetDLCItemConfigParams ¶
func NewGetDLCItemConfigParams() *GetDLCItemConfigParams
NewGetDLCItemConfigParams creates a new GetDLCItemConfigParams object with the default values initialized.
func NewGetDLCItemConfigParamsWithContext ¶
func NewGetDLCItemConfigParamsWithContext(ctx context.Context) *GetDLCItemConfigParams
NewGetDLCItemConfigParamsWithContext creates a new GetDLCItemConfigParams object with the default values initialized, and the ability to set a context for a request
func NewGetDLCItemConfigParamsWithHTTPClient ¶
func NewGetDLCItemConfigParamsWithHTTPClient(client *http.Client) *GetDLCItemConfigParams
NewGetDLCItemConfigParamsWithHTTPClient creates a new GetDLCItemConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetDLCItemConfigParamsWithTimeout ¶
func NewGetDLCItemConfigParamsWithTimeout(timeout time.Duration) *GetDLCItemConfigParams
NewGetDLCItemConfigParamsWithTimeout creates a new GetDLCItemConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetDLCItemConfigParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *GetDLCItemConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get d l c item config params
func (*GetDLCItemConfigParams) SetContext ¶
func (o *GetDLCItemConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get d l c item config params
func (*GetDLCItemConfigParams) SetHTTPClient ¶
func (o *GetDLCItemConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get d l c item config params
func (*GetDLCItemConfigParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *GetDLCItemConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get d l c item config params
func (*GetDLCItemConfigParams) SetNamespace ¶
func (o *GetDLCItemConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get d l c item config params
func (*GetDLCItemConfigParams) SetTimeout ¶
func (o *GetDLCItemConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get d l c item config params
func (*GetDLCItemConfigParams) WithContext ¶
func (o *GetDLCItemConfigParams) WithContext(ctx context.Context) *GetDLCItemConfigParams
WithContext adds the context to the get d l c item config params
func (*GetDLCItemConfigParams) WithHTTPClient ¶
func (o *GetDLCItemConfigParams) WithHTTPClient(client *http.Client) *GetDLCItemConfigParams
WithHTTPClient adds the HTTPClient to the get d l c item config params
func (*GetDLCItemConfigParams) WithNamespace ¶
func (o *GetDLCItemConfigParams) WithNamespace(namespace string) *GetDLCItemConfigParams
WithNamespace adds the namespace to the get d l c item config params
func (*GetDLCItemConfigParams) WithTimeout ¶
func (o *GetDLCItemConfigParams) WithTimeout(timeout time.Duration) *GetDLCItemConfigParams
WithTimeout adds the timeout to the get d l c item config params
func (*GetDLCItemConfigParams) WriteToRequest ¶
func (o *GetDLCItemConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDLCItemConfigReader ¶
type GetDLCItemConfigReader struct {
// contains filtered or unexported fields
}
GetDLCItemConfigReader is a Reader for the GetDLCItemConfig structure.
func (*GetDLCItemConfigReader) ReadResponse ¶
func (o *GetDLCItemConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPlatformDLCConfigNotFound ¶
type GetPlatformDLCConfigNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
GetPlatformDLCConfigNotFound handles this case with default header values.
<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>39341</td><td>Platform DLC config cannot be found in namespace [{namespace}]</td></tr></table>
func NewGetPlatformDLCConfigNotFound ¶
func NewGetPlatformDLCConfigNotFound() *GetPlatformDLCConfigNotFound
NewGetPlatformDLCConfigNotFound creates a GetPlatformDLCConfigNotFound with default headers values
func (*GetPlatformDLCConfigNotFound) Error ¶
func (o *GetPlatformDLCConfigNotFound) Error() string
func (*GetPlatformDLCConfigNotFound) GetPayload ¶
func (o *GetPlatformDLCConfigNotFound) GetPayload() *platformclientmodels.ErrorEntity
type GetPlatformDLCConfigOK ¶
type GetPlatformDLCConfigOK struct {
Payload *platformclientmodels.PlatformDLCConfigInfo
}
GetPlatformDLCConfigOK handles this case with default header values.
successful operation
func NewGetPlatformDLCConfigOK ¶
func NewGetPlatformDLCConfigOK() *GetPlatformDLCConfigOK
NewGetPlatformDLCConfigOK creates a GetPlatformDLCConfigOK with default headers values
func (*GetPlatformDLCConfigOK) Error ¶
func (o *GetPlatformDLCConfigOK) Error() string
func (*GetPlatformDLCConfigOK) GetPayload ¶
func (o *GetPlatformDLCConfigOK) GetPayload() *platformclientmodels.PlatformDLCConfigInfo
type GetPlatformDLCConfigParams ¶
type GetPlatformDLCConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace*/ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPlatformDLCConfigParams contains all the parameters to send to the API endpoint for the get platform d l c config operation typically these are written to a http.Request
func NewGetPlatformDLCConfigParams ¶
func NewGetPlatformDLCConfigParams() *GetPlatformDLCConfigParams
NewGetPlatformDLCConfigParams creates a new GetPlatformDLCConfigParams object with the default values initialized.
func NewGetPlatformDLCConfigParamsWithContext ¶
func NewGetPlatformDLCConfigParamsWithContext(ctx context.Context) *GetPlatformDLCConfigParams
NewGetPlatformDLCConfigParamsWithContext creates a new GetPlatformDLCConfigParams object with the default values initialized, and the ability to set a context for a request
func NewGetPlatformDLCConfigParamsWithHTTPClient ¶
func NewGetPlatformDLCConfigParamsWithHTTPClient(client *http.Client) *GetPlatformDLCConfigParams
NewGetPlatformDLCConfigParamsWithHTTPClient creates a new GetPlatformDLCConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPlatformDLCConfigParamsWithTimeout ¶
func NewGetPlatformDLCConfigParamsWithTimeout(timeout time.Duration) *GetPlatformDLCConfigParams
NewGetPlatformDLCConfigParamsWithTimeout creates a new GetPlatformDLCConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPlatformDLCConfigParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *GetPlatformDLCConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get platform d l c config params
func (*GetPlatformDLCConfigParams) SetContext ¶
func (o *GetPlatformDLCConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get platform d l c config params
func (*GetPlatformDLCConfigParams) SetHTTPClient ¶
func (o *GetPlatformDLCConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get platform d l c config params
func (*GetPlatformDLCConfigParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *GetPlatformDLCConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get platform d l c config params
func (*GetPlatformDLCConfigParams) SetNamespace ¶
func (o *GetPlatformDLCConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get platform d l c config params
func (*GetPlatformDLCConfigParams) SetTimeout ¶
func (o *GetPlatformDLCConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get platform d l c config params
func (*GetPlatformDLCConfigParams) WithContext ¶
func (o *GetPlatformDLCConfigParams) WithContext(ctx context.Context) *GetPlatformDLCConfigParams
WithContext adds the context to the get platform d l c config params
func (*GetPlatformDLCConfigParams) WithHTTPClient ¶
func (o *GetPlatformDLCConfigParams) WithHTTPClient(client *http.Client) *GetPlatformDLCConfigParams
WithHTTPClient adds the HTTPClient to the get platform d l c config params
func (*GetPlatformDLCConfigParams) WithNamespace ¶
func (o *GetPlatformDLCConfigParams) WithNamespace(namespace string) *GetPlatformDLCConfigParams
WithNamespace adds the namespace to the get platform d l c config params
func (*GetPlatformDLCConfigParams) WithTimeout ¶
func (o *GetPlatformDLCConfigParams) WithTimeout(timeout time.Duration) *GetPlatformDLCConfigParams
WithTimeout adds the timeout to the get platform d l c config params
func (*GetPlatformDLCConfigParams) WriteToRequest ¶
func (o *GetPlatformDLCConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPlatformDLCConfigReader ¶
type GetPlatformDLCConfigReader struct {
// contains filtered or unexported fields
}
GetPlatformDLCConfigReader is a Reader for the GetPlatformDLCConfig structure.
func (*GetPlatformDLCConfigReader) ReadResponse ¶
func (o *GetPlatformDLCConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PublicSyncPsnDlcInventoryNoContent ¶
type PublicSyncPsnDlcInventoryNoContent struct { }
PublicSyncPsnDlcInventoryNoContent handles this case with default header values.
Successful operation
func NewPublicSyncPsnDlcInventoryNoContent ¶
func NewPublicSyncPsnDlcInventoryNoContent() *PublicSyncPsnDlcInventoryNoContent
NewPublicSyncPsnDlcInventoryNoContent creates a PublicSyncPsnDlcInventoryNoContent with default headers values
func (*PublicSyncPsnDlcInventoryNoContent) Error ¶
func (o *PublicSyncPsnDlcInventoryNoContent) Error() string
type PublicSyncPsnDlcInventoryParams ¶
type PublicSyncPsnDlcInventoryParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *platformclientmodels.PlayStationDLCSyncRequest /*Namespace*/ Namespace string /*UserID*/ UserID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PublicSyncPsnDlcInventoryParams contains all the parameters to send to the API endpoint for the public sync psn dlc inventory operation typically these are written to a http.Request
func NewPublicSyncPsnDlcInventoryParams ¶
func NewPublicSyncPsnDlcInventoryParams() *PublicSyncPsnDlcInventoryParams
NewPublicSyncPsnDlcInventoryParams creates a new PublicSyncPsnDlcInventoryParams object with the default values initialized.
func NewPublicSyncPsnDlcInventoryParamsWithContext ¶
func NewPublicSyncPsnDlcInventoryParamsWithContext(ctx context.Context) *PublicSyncPsnDlcInventoryParams
NewPublicSyncPsnDlcInventoryParamsWithContext creates a new PublicSyncPsnDlcInventoryParams object with the default values initialized, and the ability to set a context for a request
func NewPublicSyncPsnDlcInventoryParamsWithHTTPClient ¶
func NewPublicSyncPsnDlcInventoryParamsWithHTTPClient(client *http.Client) *PublicSyncPsnDlcInventoryParams
NewPublicSyncPsnDlcInventoryParamsWithHTTPClient creates a new PublicSyncPsnDlcInventoryParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPublicSyncPsnDlcInventoryParamsWithTimeout ¶
func NewPublicSyncPsnDlcInventoryParamsWithTimeout(timeout time.Duration) *PublicSyncPsnDlcInventoryParams
NewPublicSyncPsnDlcInventoryParamsWithTimeout creates a new PublicSyncPsnDlcInventoryParams object with the default values initialized, and the ability to set a timeout on a request
func (*PublicSyncPsnDlcInventoryParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *PublicSyncPsnDlcInventoryParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the public sync psn dlc inventory params
func (*PublicSyncPsnDlcInventoryParams) SetBody ¶
func (o *PublicSyncPsnDlcInventoryParams) SetBody(body *platformclientmodels.PlayStationDLCSyncRequest)
SetBody adds the body to the public sync psn dlc inventory params
func (*PublicSyncPsnDlcInventoryParams) SetContext ¶
func (o *PublicSyncPsnDlcInventoryParams) SetContext(ctx context.Context)
SetContext adds the context to the public sync psn dlc inventory params
func (*PublicSyncPsnDlcInventoryParams) SetHTTPClient ¶
func (o *PublicSyncPsnDlcInventoryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the public sync psn dlc inventory params
func (*PublicSyncPsnDlcInventoryParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *PublicSyncPsnDlcInventoryParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the public sync psn dlc inventory params
func (*PublicSyncPsnDlcInventoryParams) SetNamespace ¶
func (o *PublicSyncPsnDlcInventoryParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the public sync psn dlc inventory params
func (*PublicSyncPsnDlcInventoryParams) SetTimeout ¶
func (o *PublicSyncPsnDlcInventoryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the public sync psn dlc inventory params
func (*PublicSyncPsnDlcInventoryParams) SetUserID ¶
func (o *PublicSyncPsnDlcInventoryParams) SetUserID(userID string)
SetUserID adds the userId to the public sync psn dlc inventory params
func (*PublicSyncPsnDlcInventoryParams) WithBody ¶
func (o *PublicSyncPsnDlcInventoryParams) WithBody(body *platformclientmodels.PlayStationDLCSyncRequest) *PublicSyncPsnDlcInventoryParams
WithBody adds the body to the public sync psn dlc inventory params
func (*PublicSyncPsnDlcInventoryParams) WithContext ¶
func (o *PublicSyncPsnDlcInventoryParams) WithContext(ctx context.Context) *PublicSyncPsnDlcInventoryParams
WithContext adds the context to the public sync psn dlc inventory params
func (*PublicSyncPsnDlcInventoryParams) WithHTTPClient ¶
func (o *PublicSyncPsnDlcInventoryParams) WithHTTPClient(client *http.Client) *PublicSyncPsnDlcInventoryParams
WithHTTPClient adds the HTTPClient to the public sync psn dlc inventory params
func (*PublicSyncPsnDlcInventoryParams) WithNamespace ¶
func (o *PublicSyncPsnDlcInventoryParams) WithNamespace(namespace string) *PublicSyncPsnDlcInventoryParams
WithNamespace adds the namespace to the public sync psn dlc inventory params
func (*PublicSyncPsnDlcInventoryParams) WithTimeout ¶
func (o *PublicSyncPsnDlcInventoryParams) WithTimeout(timeout time.Duration) *PublicSyncPsnDlcInventoryParams
WithTimeout adds the timeout to the public sync psn dlc inventory params
func (*PublicSyncPsnDlcInventoryParams) WithUserID ¶
func (o *PublicSyncPsnDlcInventoryParams) WithUserID(userID string) *PublicSyncPsnDlcInventoryParams
WithUserID adds the userID to the public sync psn dlc inventory params
func (*PublicSyncPsnDlcInventoryParams) WriteToRequest ¶
func (o *PublicSyncPsnDlcInventoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PublicSyncPsnDlcInventoryReader ¶
type PublicSyncPsnDlcInventoryReader struct {
// contains filtered or unexported fields
}
PublicSyncPsnDlcInventoryReader is a Reader for the PublicSyncPsnDlcInventory structure.
func (*PublicSyncPsnDlcInventoryReader) ReadResponse ¶
func (o *PublicSyncPsnDlcInventoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SyncEpicGameDLCNoContent ¶ added in v0.23.0
type SyncEpicGameDLCNoContent struct { }
SyncEpicGameDLCNoContent handles this case with default header values.
successful operation
func NewSyncEpicGameDLCNoContent ¶ added in v0.23.0
func NewSyncEpicGameDLCNoContent() *SyncEpicGameDLCNoContent
NewSyncEpicGameDLCNoContent creates a SyncEpicGameDLCNoContent with default headers values
func (*SyncEpicGameDLCNoContent) Error ¶ added in v0.23.0
func (o *SyncEpicGameDLCNoContent) Error() string
type SyncEpicGameDLCParams ¶ added in v0.23.0
type SyncEpicGameDLCParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *platformclientmodels.EpicGamesDLCSyncRequest /*Namespace*/ Namespace string /*UserID*/ UserID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SyncEpicGameDLCParams contains all the parameters to send to the API endpoint for the sync epic game d l c operation typically these are written to a http.Request
func NewSyncEpicGameDLCParams ¶ added in v0.23.0
func NewSyncEpicGameDLCParams() *SyncEpicGameDLCParams
NewSyncEpicGameDLCParams creates a new SyncEpicGameDLCParams object with the default values initialized.
func NewSyncEpicGameDLCParamsWithContext ¶ added in v0.23.0
func NewSyncEpicGameDLCParamsWithContext(ctx context.Context) *SyncEpicGameDLCParams
NewSyncEpicGameDLCParamsWithContext creates a new SyncEpicGameDLCParams object with the default values initialized, and the ability to set a context for a request
func NewSyncEpicGameDLCParamsWithHTTPClient ¶ added in v0.23.0
func NewSyncEpicGameDLCParamsWithHTTPClient(client *http.Client) *SyncEpicGameDLCParams
NewSyncEpicGameDLCParamsWithHTTPClient creates a new SyncEpicGameDLCParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSyncEpicGameDLCParamsWithTimeout ¶ added in v0.23.0
func NewSyncEpicGameDLCParamsWithTimeout(timeout time.Duration) *SyncEpicGameDLCParams
NewSyncEpicGameDLCParamsWithTimeout creates a new SyncEpicGameDLCParams object with the default values initialized, and the ability to set a timeout on a request
func (*SyncEpicGameDLCParams) SetAuthInfoWriter ¶ added in v0.23.0
func (o *SyncEpicGameDLCParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the sync epic game d l c params
func (*SyncEpicGameDLCParams) SetBody ¶ added in v0.23.0
func (o *SyncEpicGameDLCParams) SetBody(body *platformclientmodels.EpicGamesDLCSyncRequest)
SetBody adds the body to the sync epic game d l c params
func (*SyncEpicGameDLCParams) SetContext ¶ added in v0.23.0
func (o *SyncEpicGameDLCParams) SetContext(ctx context.Context)
SetContext adds the context to the sync epic game d l c params
func (*SyncEpicGameDLCParams) SetHTTPClient ¶ added in v0.23.0
func (o *SyncEpicGameDLCParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the sync epic game d l c params
func (*SyncEpicGameDLCParams) SetHTTPClientTransport ¶ added in v0.23.0
func (o *SyncEpicGameDLCParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the sync epic game d l c params
func (*SyncEpicGameDLCParams) SetNamespace ¶ added in v0.23.0
func (o *SyncEpicGameDLCParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the sync epic game d l c params
func (*SyncEpicGameDLCParams) SetTimeout ¶ added in v0.23.0
func (o *SyncEpicGameDLCParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the sync epic game d l c params
func (*SyncEpicGameDLCParams) SetUserID ¶ added in v0.23.0
func (o *SyncEpicGameDLCParams) SetUserID(userID string)
SetUserID adds the userId to the sync epic game d l c params
func (*SyncEpicGameDLCParams) WithBody ¶ added in v0.23.0
func (o *SyncEpicGameDLCParams) WithBody(body *platformclientmodels.EpicGamesDLCSyncRequest) *SyncEpicGameDLCParams
WithBody adds the body to the sync epic game d l c params
func (*SyncEpicGameDLCParams) WithContext ¶ added in v0.23.0
func (o *SyncEpicGameDLCParams) WithContext(ctx context.Context) *SyncEpicGameDLCParams
WithContext adds the context to the sync epic game d l c params
func (*SyncEpicGameDLCParams) WithHTTPClient ¶ added in v0.23.0
func (o *SyncEpicGameDLCParams) WithHTTPClient(client *http.Client) *SyncEpicGameDLCParams
WithHTTPClient adds the HTTPClient to the sync epic game d l c params
func (*SyncEpicGameDLCParams) WithNamespace ¶ added in v0.23.0
func (o *SyncEpicGameDLCParams) WithNamespace(namespace string) *SyncEpicGameDLCParams
WithNamespace adds the namespace to the sync epic game d l c params
func (*SyncEpicGameDLCParams) WithTimeout ¶ added in v0.23.0
func (o *SyncEpicGameDLCParams) WithTimeout(timeout time.Duration) *SyncEpicGameDLCParams
WithTimeout adds the timeout to the sync epic game d l c params
func (*SyncEpicGameDLCParams) WithUserID ¶ added in v0.23.0
func (o *SyncEpicGameDLCParams) WithUserID(userID string) *SyncEpicGameDLCParams
WithUserID adds the userID to the sync epic game d l c params
func (*SyncEpicGameDLCParams) WriteToRequest ¶ added in v0.23.0
func (o *SyncEpicGameDLCParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SyncEpicGameDLCReader ¶ added in v0.23.0
type SyncEpicGameDLCReader struct {
// contains filtered or unexported fields
}
SyncEpicGameDLCReader is a Reader for the SyncEpicGameDLC structure.
func (*SyncEpicGameDLCReader) ReadResponse ¶ added in v0.23.0
func (o *SyncEpicGameDLCReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SyncSteamDLCBadRequest ¶ added in v0.20.0
type SyncSteamDLCBadRequest struct {
Payload *platformclientmodels.ErrorEntity
}
SyncSteamDLCBadRequest handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>39124</td><td>IAP request platform [{platformId}] user id is not linked with current user</td></tr>
func NewSyncSteamDLCBadRequest ¶ added in v0.20.0
func NewSyncSteamDLCBadRequest() *SyncSteamDLCBadRequest
NewSyncSteamDLCBadRequest creates a SyncSteamDLCBadRequest with default headers values
func (*SyncSteamDLCBadRequest) Error ¶ added in v0.20.0
func (o *SyncSteamDLCBadRequest) Error() string
func (*SyncSteamDLCBadRequest) GetPayload ¶ added in v0.20.0
func (o *SyncSteamDLCBadRequest) GetPayload() *platformclientmodels.ErrorEntity
type SyncSteamDLCNoContent ¶
type SyncSteamDLCNoContent struct { }
SyncSteamDLCNoContent handles this case with default header values.
Successful operation
func NewSyncSteamDLCNoContent ¶
func NewSyncSteamDLCNoContent() *SyncSteamDLCNoContent
NewSyncSteamDLCNoContent creates a SyncSteamDLCNoContent with default headers values
func (*SyncSteamDLCNoContent) Error ¶
func (o *SyncSteamDLCNoContent) Error() string
type SyncSteamDLCParams ¶
type SyncSteamDLCParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *platformclientmodels.SteamDLCSyncRequest /*Namespace*/ Namespace string /*UserID*/ UserID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SyncSteamDLCParams contains all the parameters to send to the API endpoint for the sync steam d l c operation typically these are written to a http.Request
func NewSyncSteamDLCParams ¶
func NewSyncSteamDLCParams() *SyncSteamDLCParams
NewSyncSteamDLCParams creates a new SyncSteamDLCParams object with the default values initialized.
func NewSyncSteamDLCParamsWithContext ¶
func NewSyncSteamDLCParamsWithContext(ctx context.Context) *SyncSteamDLCParams
NewSyncSteamDLCParamsWithContext creates a new SyncSteamDLCParams object with the default values initialized, and the ability to set a context for a request
func NewSyncSteamDLCParamsWithHTTPClient ¶
func NewSyncSteamDLCParamsWithHTTPClient(client *http.Client) *SyncSteamDLCParams
NewSyncSteamDLCParamsWithHTTPClient creates a new SyncSteamDLCParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSyncSteamDLCParamsWithTimeout ¶
func NewSyncSteamDLCParamsWithTimeout(timeout time.Duration) *SyncSteamDLCParams
NewSyncSteamDLCParamsWithTimeout creates a new SyncSteamDLCParams object with the default values initialized, and the ability to set a timeout on a request
func (*SyncSteamDLCParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *SyncSteamDLCParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the sync steam d l c params
func (*SyncSteamDLCParams) SetBody ¶
func (o *SyncSteamDLCParams) SetBody(body *platformclientmodels.SteamDLCSyncRequest)
SetBody adds the body to the sync steam d l c params
func (*SyncSteamDLCParams) SetContext ¶
func (o *SyncSteamDLCParams) SetContext(ctx context.Context)
SetContext adds the context to the sync steam d l c params
func (*SyncSteamDLCParams) SetHTTPClient ¶
func (o *SyncSteamDLCParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the sync steam d l c params
func (*SyncSteamDLCParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *SyncSteamDLCParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the sync steam d l c params
func (*SyncSteamDLCParams) SetNamespace ¶
func (o *SyncSteamDLCParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the sync steam d l c params
func (*SyncSteamDLCParams) SetTimeout ¶
func (o *SyncSteamDLCParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the sync steam d l c params
func (*SyncSteamDLCParams) SetUserID ¶
func (o *SyncSteamDLCParams) SetUserID(userID string)
SetUserID adds the userId to the sync steam d l c params
func (*SyncSteamDLCParams) WithBody ¶
func (o *SyncSteamDLCParams) WithBody(body *platformclientmodels.SteamDLCSyncRequest) *SyncSteamDLCParams
WithBody adds the body to the sync steam d l c params
func (*SyncSteamDLCParams) WithContext ¶
func (o *SyncSteamDLCParams) WithContext(ctx context.Context) *SyncSteamDLCParams
WithContext adds the context to the sync steam d l c params
func (*SyncSteamDLCParams) WithHTTPClient ¶
func (o *SyncSteamDLCParams) WithHTTPClient(client *http.Client) *SyncSteamDLCParams
WithHTTPClient adds the HTTPClient to the sync steam d l c params
func (*SyncSteamDLCParams) WithNamespace ¶
func (o *SyncSteamDLCParams) WithNamespace(namespace string) *SyncSteamDLCParams
WithNamespace adds the namespace to the sync steam d l c params
func (*SyncSteamDLCParams) WithTimeout ¶
func (o *SyncSteamDLCParams) WithTimeout(timeout time.Duration) *SyncSteamDLCParams
WithTimeout adds the timeout to the sync steam d l c params
func (*SyncSteamDLCParams) WithUserID ¶
func (o *SyncSteamDLCParams) WithUserID(userID string) *SyncSteamDLCParams
WithUserID adds the userID to the sync steam d l c params
func (*SyncSteamDLCParams) WriteToRequest ¶
func (o *SyncSteamDLCParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SyncSteamDLCReader ¶
type SyncSteamDLCReader struct {
// contains filtered or unexported fields
}
SyncSteamDLCReader is a Reader for the SyncSteamDLC structure.
func (*SyncSteamDLCReader) ReadResponse ¶
func (o *SyncSteamDLCReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SyncXboxDLCNoContent ¶
type SyncXboxDLCNoContent struct { }
SyncXboxDLCNoContent handles this case with default header values.
Successful operation
func NewSyncXboxDLCNoContent ¶
func NewSyncXboxDLCNoContent() *SyncXboxDLCNoContent
NewSyncXboxDLCNoContent creates a SyncXboxDLCNoContent with default headers values
func (*SyncXboxDLCNoContent) Error ¶
func (o *SyncXboxDLCNoContent) Error() string
type SyncXboxDLCParams ¶
type SyncXboxDLCParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *platformclientmodels.XblDLCSyncRequest /*Namespace*/ Namespace string /*UserID*/ UserID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SyncXboxDLCParams contains all the parameters to send to the API endpoint for the sync xbox d l c operation typically these are written to a http.Request
func NewSyncXboxDLCParams ¶
func NewSyncXboxDLCParams() *SyncXboxDLCParams
NewSyncXboxDLCParams creates a new SyncXboxDLCParams object with the default values initialized.
func NewSyncXboxDLCParamsWithContext ¶
func NewSyncXboxDLCParamsWithContext(ctx context.Context) *SyncXboxDLCParams
NewSyncXboxDLCParamsWithContext creates a new SyncXboxDLCParams object with the default values initialized, and the ability to set a context for a request
func NewSyncXboxDLCParamsWithHTTPClient ¶
func NewSyncXboxDLCParamsWithHTTPClient(client *http.Client) *SyncXboxDLCParams
NewSyncXboxDLCParamsWithHTTPClient creates a new SyncXboxDLCParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSyncXboxDLCParamsWithTimeout ¶
func NewSyncXboxDLCParamsWithTimeout(timeout time.Duration) *SyncXboxDLCParams
NewSyncXboxDLCParamsWithTimeout creates a new SyncXboxDLCParams object with the default values initialized, and the ability to set a timeout on a request
func (*SyncXboxDLCParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *SyncXboxDLCParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the sync xbox d l c params
func (*SyncXboxDLCParams) SetBody ¶
func (o *SyncXboxDLCParams) SetBody(body *platformclientmodels.XblDLCSyncRequest)
SetBody adds the body to the sync xbox d l c params
func (*SyncXboxDLCParams) SetContext ¶
func (o *SyncXboxDLCParams) SetContext(ctx context.Context)
SetContext adds the context to the sync xbox d l c params
func (*SyncXboxDLCParams) SetHTTPClient ¶
func (o *SyncXboxDLCParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the sync xbox d l c params
func (*SyncXboxDLCParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *SyncXboxDLCParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the sync xbox d l c params
func (*SyncXboxDLCParams) SetNamespace ¶
func (o *SyncXboxDLCParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the sync xbox d l c params
func (*SyncXboxDLCParams) SetTimeout ¶
func (o *SyncXboxDLCParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the sync xbox d l c params
func (*SyncXboxDLCParams) SetUserID ¶
func (o *SyncXboxDLCParams) SetUserID(userID string)
SetUserID adds the userId to the sync xbox d l c params
func (*SyncXboxDLCParams) WithBody ¶
func (o *SyncXboxDLCParams) WithBody(body *platformclientmodels.XblDLCSyncRequest) *SyncXboxDLCParams
WithBody adds the body to the sync xbox d l c params
func (*SyncXboxDLCParams) WithContext ¶
func (o *SyncXboxDLCParams) WithContext(ctx context.Context) *SyncXboxDLCParams
WithContext adds the context to the sync xbox d l c params
func (*SyncXboxDLCParams) WithHTTPClient ¶
func (o *SyncXboxDLCParams) WithHTTPClient(client *http.Client) *SyncXboxDLCParams
WithHTTPClient adds the HTTPClient to the sync xbox d l c params
func (*SyncXboxDLCParams) WithNamespace ¶
func (o *SyncXboxDLCParams) WithNamespace(namespace string) *SyncXboxDLCParams
WithNamespace adds the namespace to the sync xbox d l c params
func (*SyncXboxDLCParams) WithTimeout ¶
func (o *SyncXboxDLCParams) WithTimeout(timeout time.Duration) *SyncXboxDLCParams
WithTimeout adds the timeout to the sync xbox d l c params
func (*SyncXboxDLCParams) WithUserID ¶
func (o *SyncXboxDLCParams) WithUserID(userID string) *SyncXboxDLCParams
WithUserID adds the userID to the sync xbox d l c params
func (*SyncXboxDLCParams) WriteToRequest ¶
func (o *SyncXboxDLCParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SyncXboxDLCReader ¶
type SyncXboxDLCReader struct {
// contains filtered or unexported fields
}
SyncXboxDLCReader is a Reader for the SyncXboxDLC structure.
func (*SyncXboxDLCReader) ReadResponse ¶
func (o *SyncXboxDLCReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateDLCItemConfigOK ¶
type UpdateDLCItemConfigOK struct {
Payload *platformclientmodels.DLCItemConfigInfo
}
UpdateDLCItemConfigOK handles this case with default header values.
successful operation
func NewUpdateDLCItemConfigOK ¶
func NewUpdateDLCItemConfigOK() *UpdateDLCItemConfigOK
NewUpdateDLCItemConfigOK creates a UpdateDLCItemConfigOK with default headers values
func (*UpdateDLCItemConfigOK) Error ¶
func (o *UpdateDLCItemConfigOK) Error() string
func (*UpdateDLCItemConfigOK) GetPayload ¶
func (o *UpdateDLCItemConfigOK) GetPayload() *platformclientmodels.DLCItemConfigInfo
type UpdateDLCItemConfigParams ¶
type UpdateDLCItemConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *platformclientmodels.DLCItemConfigUpdate /*Namespace*/ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateDLCItemConfigParams contains all the parameters to send to the API endpoint for the update d l c item config operation typically these are written to a http.Request
func NewUpdateDLCItemConfigParams ¶
func NewUpdateDLCItemConfigParams() *UpdateDLCItemConfigParams
NewUpdateDLCItemConfigParams creates a new UpdateDLCItemConfigParams object with the default values initialized.
func NewUpdateDLCItemConfigParamsWithContext ¶
func NewUpdateDLCItemConfigParamsWithContext(ctx context.Context) *UpdateDLCItemConfigParams
NewUpdateDLCItemConfigParamsWithContext creates a new UpdateDLCItemConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateDLCItemConfigParamsWithHTTPClient ¶
func NewUpdateDLCItemConfigParamsWithHTTPClient(client *http.Client) *UpdateDLCItemConfigParams
NewUpdateDLCItemConfigParamsWithHTTPClient creates a new UpdateDLCItemConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateDLCItemConfigParamsWithTimeout ¶
func NewUpdateDLCItemConfigParamsWithTimeout(timeout time.Duration) *UpdateDLCItemConfigParams
NewUpdateDLCItemConfigParamsWithTimeout creates a new UpdateDLCItemConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateDLCItemConfigParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *UpdateDLCItemConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the update d l c item config params
func (*UpdateDLCItemConfigParams) SetBody ¶
func (o *UpdateDLCItemConfigParams) SetBody(body *platformclientmodels.DLCItemConfigUpdate)
SetBody adds the body to the update d l c item config params
func (*UpdateDLCItemConfigParams) SetContext ¶
func (o *UpdateDLCItemConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update d l c item config params
func (*UpdateDLCItemConfigParams) SetHTTPClient ¶
func (o *UpdateDLCItemConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update d l c item config params
func (*UpdateDLCItemConfigParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *UpdateDLCItemConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the update d l c item config params
func (*UpdateDLCItemConfigParams) SetNamespace ¶
func (o *UpdateDLCItemConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the update d l c item config params
func (*UpdateDLCItemConfigParams) SetTimeout ¶
func (o *UpdateDLCItemConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update d l c item config params
func (*UpdateDLCItemConfigParams) WithBody ¶
func (o *UpdateDLCItemConfigParams) WithBody(body *platformclientmodels.DLCItemConfigUpdate) *UpdateDLCItemConfigParams
WithBody adds the body to the update d l c item config params
func (*UpdateDLCItemConfigParams) WithContext ¶
func (o *UpdateDLCItemConfigParams) WithContext(ctx context.Context) *UpdateDLCItemConfigParams
WithContext adds the context to the update d l c item config params
func (*UpdateDLCItemConfigParams) WithHTTPClient ¶
func (o *UpdateDLCItemConfigParams) WithHTTPClient(client *http.Client) *UpdateDLCItemConfigParams
WithHTTPClient adds the HTTPClient to the update d l c item config params
func (*UpdateDLCItemConfigParams) WithNamespace ¶
func (o *UpdateDLCItemConfigParams) WithNamespace(namespace string) *UpdateDLCItemConfigParams
WithNamespace adds the namespace to the update d l c item config params
func (*UpdateDLCItemConfigParams) WithTimeout ¶
func (o *UpdateDLCItemConfigParams) WithTimeout(timeout time.Duration) *UpdateDLCItemConfigParams
WithTimeout adds the timeout to the update d l c item config params
func (*UpdateDLCItemConfigParams) WriteToRequest ¶
func (o *UpdateDLCItemConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateDLCItemConfigReader ¶
type UpdateDLCItemConfigReader struct {
// contains filtered or unexported fields
}
UpdateDLCItemConfigReader is a Reader for the UpdateDLCItemConfig structure.
func (*UpdateDLCItemConfigReader) ReadResponse ¶
func (o *UpdateDLCItemConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateDLCItemConfigUnprocessableEntity ¶
type UpdateDLCItemConfigUnprocessableEntity struct {
Payload *platformclientmodels.ValidationErrorEntity
}
UpdateDLCItemConfigUnprocessableEntity handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>
func NewUpdateDLCItemConfigUnprocessableEntity ¶
func NewUpdateDLCItemConfigUnprocessableEntity() *UpdateDLCItemConfigUnprocessableEntity
NewUpdateDLCItemConfigUnprocessableEntity creates a UpdateDLCItemConfigUnprocessableEntity with default headers values
func (*UpdateDLCItemConfigUnprocessableEntity) Error ¶
func (o *UpdateDLCItemConfigUnprocessableEntity) Error() string
func (*UpdateDLCItemConfigUnprocessableEntity) GetPayload ¶
func (o *UpdateDLCItemConfigUnprocessableEntity) GetPayload() *platformclientmodels.ValidationErrorEntity
type UpdatePlatformDLCConfigOK ¶
type UpdatePlatformDLCConfigOK struct {
Payload *platformclientmodels.PlatformDLCConfigInfo
}
UpdatePlatformDLCConfigOK handles this case with default header values.
successful operation
func NewUpdatePlatformDLCConfigOK ¶
func NewUpdatePlatformDLCConfigOK() *UpdatePlatformDLCConfigOK
NewUpdatePlatformDLCConfigOK creates a UpdatePlatformDLCConfigOK with default headers values
func (*UpdatePlatformDLCConfigOK) Error ¶
func (o *UpdatePlatformDLCConfigOK) Error() string
func (*UpdatePlatformDLCConfigOK) GetPayload ¶
func (o *UpdatePlatformDLCConfigOK) GetPayload() *platformclientmodels.PlatformDLCConfigInfo
type UpdatePlatformDLCConfigParams ¶
type UpdatePlatformDLCConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *platformclientmodels.PlatformDLCConfigUpdate /*Namespace*/ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdatePlatformDLCConfigParams contains all the parameters to send to the API endpoint for the update platform d l c config operation typically these are written to a http.Request
func NewUpdatePlatformDLCConfigParams ¶
func NewUpdatePlatformDLCConfigParams() *UpdatePlatformDLCConfigParams
NewUpdatePlatformDLCConfigParams creates a new UpdatePlatformDLCConfigParams object with the default values initialized.
func NewUpdatePlatformDLCConfigParamsWithContext ¶
func NewUpdatePlatformDLCConfigParamsWithContext(ctx context.Context) *UpdatePlatformDLCConfigParams
NewUpdatePlatformDLCConfigParamsWithContext creates a new UpdatePlatformDLCConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUpdatePlatformDLCConfigParamsWithHTTPClient ¶
func NewUpdatePlatformDLCConfigParamsWithHTTPClient(client *http.Client) *UpdatePlatformDLCConfigParams
NewUpdatePlatformDLCConfigParamsWithHTTPClient creates a new UpdatePlatformDLCConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdatePlatformDLCConfigParamsWithTimeout ¶
func NewUpdatePlatformDLCConfigParamsWithTimeout(timeout time.Duration) *UpdatePlatformDLCConfigParams
NewUpdatePlatformDLCConfigParamsWithTimeout creates a new UpdatePlatformDLCConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdatePlatformDLCConfigParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *UpdatePlatformDLCConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the update platform d l c config params
func (*UpdatePlatformDLCConfigParams) SetBody ¶
func (o *UpdatePlatformDLCConfigParams) SetBody(body *platformclientmodels.PlatformDLCConfigUpdate)
SetBody adds the body to the update platform d l c config params
func (*UpdatePlatformDLCConfigParams) SetContext ¶
func (o *UpdatePlatformDLCConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update platform d l c config params
func (*UpdatePlatformDLCConfigParams) SetHTTPClient ¶
func (o *UpdatePlatformDLCConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update platform d l c config params
func (*UpdatePlatformDLCConfigParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *UpdatePlatformDLCConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the update platform d l c config params
func (*UpdatePlatformDLCConfigParams) SetNamespace ¶
func (o *UpdatePlatformDLCConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the update platform d l c config params
func (*UpdatePlatformDLCConfigParams) SetTimeout ¶
func (o *UpdatePlatformDLCConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update platform d l c config params
func (*UpdatePlatformDLCConfigParams) WithBody ¶
func (o *UpdatePlatformDLCConfigParams) WithBody(body *platformclientmodels.PlatformDLCConfigUpdate) *UpdatePlatformDLCConfigParams
WithBody adds the body to the update platform d l c config params
func (*UpdatePlatformDLCConfigParams) WithContext ¶
func (o *UpdatePlatformDLCConfigParams) WithContext(ctx context.Context) *UpdatePlatformDLCConfigParams
WithContext adds the context to the update platform d l c config params
func (*UpdatePlatformDLCConfigParams) WithHTTPClient ¶
func (o *UpdatePlatformDLCConfigParams) WithHTTPClient(client *http.Client) *UpdatePlatformDLCConfigParams
WithHTTPClient adds the HTTPClient to the update platform d l c config params
func (*UpdatePlatformDLCConfigParams) WithNamespace ¶
func (o *UpdatePlatformDLCConfigParams) WithNamespace(namespace string) *UpdatePlatformDLCConfigParams
WithNamespace adds the namespace to the update platform d l c config params
func (*UpdatePlatformDLCConfigParams) WithTimeout ¶
func (o *UpdatePlatformDLCConfigParams) WithTimeout(timeout time.Duration) *UpdatePlatformDLCConfigParams
WithTimeout adds the timeout to the update platform d l c config params
func (*UpdatePlatformDLCConfigParams) WriteToRequest ¶
func (o *UpdatePlatformDLCConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdatePlatformDLCConfigReader ¶
type UpdatePlatformDLCConfigReader struct {
// contains filtered or unexported fields
}
UpdatePlatformDLCConfigReader is a Reader for the UpdatePlatformDLCConfig structure.
func (*UpdatePlatformDLCConfigReader) ReadResponse ¶
func (o *UpdatePlatformDLCConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdatePlatformDLCConfigUnprocessableEntity ¶
type UpdatePlatformDLCConfigUnprocessableEntity struct {
Payload *platformclientmodels.ValidationErrorEntity
}
UpdatePlatformDLCConfigUnprocessableEntity handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>
func NewUpdatePlatformDLCConfigUnprocessableEntity ¶
func NewUpdatePlatformDLCConfigUnprocessableEntity() *UpdatePlatformDLCConfigUnprocessableEntity
NewUpdatePlatformDLCConfigUnprocessableEntity creates a UpdatePlatformDLCConfigUnprocessableEntity with default headers values
func (*UpdatePlatformDLCConfigUnprocessableEntity) Error ¶
func (o *UpdatePlatformDLCConfigUnprocessableEntity) Error() string
func (*UpdatePlatformDLCConfigUnprocessableEntity) GetPayload ¶
func (o *UpdatePlatformDLCConfigUnprocessableEntity) GetPayload() *platformclientmodels.ValidationErrorEntity
Source Files ¶
- delete_d_l_c_item_config_parameters.go
- delete_d_l_c_item_config_responses.go
- delete_platform_d_l_c_config_parameters.go
- delete_platform_d_l_c_config_responses.go
- dlc_client.go
- get_d_l_c_item_config_parameters.go
- get_d_l_c_item_config_responses.go
- get_platform_d_l_c_config_parameters.go
- get_platform_d_l_c_config_responses.go
- public_sync_psn_dlc_inventory_parameters.go
- public_sync_psn_dlc_inventory_responses.go
- sync_epic_game_d_l_c_parameters.go
- sync_epic_game_d_l_c_responses.go
- sync_steam_d_l_c_parameters.go
- sync_steam_d_l_c_responses.go
- sync_xbox_d_l_c_parameters.go
- sync_xbox_d_l_c_responses.go
- update_d_l_c_item_config_parameters.go
- update_d_l_c_item_config_responses.go
- update_platform_d_l_c_config_parameters.go
- update_platform_d_l_c_config_responses.go