Documentation ¶
Index ¶
- type Client
- func (a *Client) ProfilesAddCustomerSetting(params *ProfilesAddCustomerSettingParams) (*ProfilesAddCustomerSettingOK, error)
- func (a *Client) ProfilesDeleteCustomerSettingsByID(params *ProfilesDeleteCustomerSettingsByIDParams) (*ProfilesDeleteCustomerSettingsByIDNoContent, error)
- func (a *Client) ProfilesGetCustomerSettings(params *ProfilesGetCustomerSettingsParams) (*ProfilesGetCustomerSettingsOK, error)
- func (a *Client) ProfilesGetCustomerSettingsByID(params *ProfilesGetCustomerSettingsByIDParams) (*ProfilesGetCustomerSettingsByIDOK, error)
- func (a *Client) ProfilesUpdateCustomerSetting(params *ProfilesUpdateCustomerSettingParams) (*ProfilesUpdateCustomerSettingOK, error)
- type ClientService
- type ProfilesAddCustomerSettingOK
- type ProfilesAddCustomerSettingParams
- type ProfilesDeleteCustomerSettingsByIDNoContent
- type ProfilesDeleteCustomerSettingsByIDParams
- type ProfilesGetCustomerSettingsByIDOK
- type ProfilesGetCustomerSettingsByIDParams
- type ProfilesGetCustomerSettingsOK
- type ProfilesGetCustomerSettingsParams
- type ProfilesUpdateCustomerSettingOK
- type ProfilesUpdateCustomerSettingParams
- type RequestParameters
- func NewRequestParameters() *RequestParameters
- func WriteToRequestProfilesAddCustomerSettingParams(o *ProfilesAddCustomerSettingParams) (RequestParameters, error)
- func WriteToRequestProfilesDeleteCustomerSettingsByIDParams(o *ProfilesDeleteCustomerSettingsByIDParams) (RequestParameters, error)
- func WriteToRequestProfilesGetCustomerSettingsByIDParams(o *ProfilesGetCustomerSettingsByIDParams) (RequestParameters, error)
- func WriteToRequestProfilesGetCustomerSettingsParams(o *ProfilesGetCustomerSettingsParams) (RequestParameters, error)
- func WriteToRequestProfilesUpdateCustomerSettingParams(o *ProfilesUpdateCustomerSettingParams) (RequestParameters, error)
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 profiles cdn API
func (*Client) ProfilesAddCustomerSetting ¶
func (a *Client) ProfilesAddCustomerSetting(params *ProfilesAddCustomerSettingParams) (*ProfilesAddCustomerSettingOK, error)
ProfilesAddCustomerSetting profiles add customer setting API
func (*Client) ProfilesDeleteCustomerSettingsByID ¶
func (a *Client) ProfilesDeleteCustomerSettingsByID(params *ProfilesDeleteCustomerSettingsByIDParams) (*ProfilesDeleteCustomerSettingsByIDNoContent, error)
ProfilesDeleteCustomerSettingsByID profiles delete customer settings by Id API
func (*Client) ProfilesGetCustomerSettings ¶
func (a *Client) ProfilesGetCustomerSettings(params *ProfilesGetCustomerSettingsParams) (*ProfilesGetCustomerSettingsOK, error)
ProfilesGetCustomerSettings profiles get customer settings API
func (*Client) ProfilesGetCustomerSettingsByID ¶
func (a *Client) ProfilesGetCustomerSettingsByID(params *ProfilesGetCustomerSettingsByIDParams) (*ProfilesGetCustomerSettingsByIDOK, error)
ProfilesGetCustomerSettingsByID profiles get customer settings by Id API
func (*Client) ProfilesUpdateCustomerSetting ¶
func (a *Client) ProfilesUpdateCustomerSetting(params *ProfilesUpdateCustomerSettingParams) (*ProfilesUpdateCustomerSettingOK, error)
ProfilesUpdateCustomerSetting profiles update customer setting API
type ClientService ¶
type ClientService interface { ProfilesAddCustomerSetting(params *ProfilesAddCustomerSettingParams) (*ProfilesAddCustomerSettingOK, error) ProfilesDeleteCustomerSettingsByID(params *ProfilesDeleteCustomerSettingsByIDParams) (*ProfilesDeleteCustomerSettingsByIDNoContent, error) ProfilesGetCustomerSettings(params *ProfilesGetCustomerSettingsParams) (*ProfilesGetCustomerSettingsOK, error) ProfilesGetCustomerSettingsByID(params *ProfilesGetCustomerSettingsByIDParams) (*ProfilesGetCustomerSettingsByIDOK, error) ProfilesUpdateCustomerSetting(params *ProfilesUpdateCustomerSettingParams) (*ProfilesUpdateCustomerSettingOK, error) }
ClientService is the interface for Client methods
type ProfilesAddCustomerSettingOK ¶
type ProfilesAddCustomerSettingOK struct {
rtldmodels.CdnProfileDto
}
ProfilesAddCustomerSettingOK describes a response with status code 200, with default header values.
Success
func NewProfilesAddCustomerSettingOK ¶
func NewProfilesAddCustomerSettingOK() *ProfilesAddCustomerSettingOK
NewProfilesAddCustomerSettingOK creates a ProfilesAddCustomerSettingOK with default headers values
type ProfilesAddCustomerSettingParams ¶
type ProfilesAddCustomerSettingParams struct { // SettingDto. SettingDto *rtldmodels.CdnProfileDto Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ProfilesAddCustomerSettingParams contains all the parameters to send to the API endpoint
for the profiles add customer setting operation. Typically these are written to a http.Request.
func NewProfilesAddCustomerSettingParams ¶
func NewProfilesAddCustomerSettingParams() *ProfilesAddCustomerSettingParams
NewProfilesAddCustomerSettingParams creates a new ProfilesAddCustomerSettingParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func (*ProfilesAddCustomerSettingParams) SetDefaults ¶
func (o *ProfilesAddCustomerSettingParams) SetDefaults()
SetDefaults hydrates default values in the profiles add customer setting params (not the query body).
All values with no default are reset to their zero value.
func (*ProfilesAddCustomerSettingParams) WithDefaults ¶
func (o *ProfilesAddCustomerSettingParams) WithDefaults() *ProfilesAddCustomerSettingParams
WithDefaults hydrates default values in the profiles add customer setting params (not the query body).
All values with no default are reset to their zero value.
type ProfilesDeleteCustomerSettingsByIDNoContent ¶
type ProfilesDeleteCustomerSettingsByIDNoContent struct { }
ProfilesDeleteCustomerSettingsByIDNoContent describes a response with status code 204, with default header values.
Success
func NewProfilesDeleteCustomerSettingsByIDNoContent ¶
func NewProfilesDeleteCustomerSettingsByIDNoContent() *ProfilesDeleteCustomerSettingsByIDNoContent
NewProfilesDeleteCustomerSettingsByIDNoContent creates a ProfilesDeleteCustomerSettingsByIDNoContent with default headers values
type ProfilesDeleteCustomerSettingsByIDParams ¶
type ProfilesDeleteCustomerSettingsByIDParams struct { // ID. // // Format: int32 ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ProfilesDeleteCustomerSettingsByIDParams contains all the parameters to send to the API endpoint
for the profiles delete customer settings by Id operation. Typically these are written to a http.Request.
func NewProfilesDeleteCustomerSettingsByIDParams ¶
func NewProfilesDeleteCustomerSettingsByIDParams() *ProfilesDeleteCustomerSettingsByIDParams
NewProfilesDeleteCustomerSettingsByIDParams creates a new ProfilesDeleteCustomerSettingsByIDParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func (*ProfilesDeleteCustomerSettingsByIDParams) SetDefaults ¶
func (o *ProfilesDeleteCustomerSettingsByIDParams) SetDefaults()
SetDefaults hydrates default values in the profiles delete customer settings by Id params (not the query body).
All values with no default are reset to their zero value.
func (*ProfilesDeleteCustomerSettingsByIDParams) WithDefaults ¶
func (o *ProfilesDeleteCustomerSettingsByIDParams) WithDefaults() *ProfilesDeleteCustomerSettingsByIDParams
WithDefaults hydrates default values in the profiles delete customer settings by Id params (not the query body).
All values with no default are reset to their zero value.
type ProfilesGetCustomerSettingsByIDOK ¶
type ProfilesGetCustomerSettingsByIDOK struct {
rtldmodels.CdnProfileDto
}
ProfilesGetCustomerSettingsByIDOK describes a response with status code 200, with default header values.
Success
func NewProfilesGetCustomerSettingsByIDOK ¶
func NewProfilesGetCustomerSettingsByIDOK() *ProfilesGetCustomerSettingsByIDOK
NewProfilesGetCustomerSettingsByIDOK creates a ProfilesGetCustomerSettingsByIDOK with default headers values
type ProfilesGetCustomerSettingsByIDParams ¶
type ProfilesGetCustomerSettingsByIDParams struct { // ID. // // Format: int32 ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ProfilesGetCustomerSettingsByIDParams contains all the parameters to send to the API endpoint
for the profiles get customer settings by Id operation. Typically these are written to a http.Request.
func NewProfilesGetCustomerSettingsByIDParams ¶
func NewProfilesGetCustomerSettingsByIDParams() *ProfilesGetCustomerSettingsByIDParams
NewProfilesGetCustomerSettingsByIDParams creates a new ProfilesGetCustomerSettingsByIDParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func (*ProfilesGetCustomerSettingsByIDParams) SetDefaults ¶
func (o *ProfilesGetCustomerSettingsByIDParams) SetDefaults()
SetDefaults hydrates default values in the profiles get customer settings by Id params (not the query body).
All values with no default are reset to their zero value.
func (*ProfilesGetCustomerSettingsByIDParams) WithDefaults ¶
func (o *ProfilesGetCustomerSettingsByIDParams) WithDefaults() *ProfilesGetCustomerSettingsByIDParams
WithDefaults hydrates default values in the profiles get customer settings by Id params (not the query body).
All values with no default are reset to their zero value.
type ProfilesGetCustomerSettingsOK ¶
type ProfilesGetCustomerSettingsOK struct {
rtldmodels.HyperionCollectionCdnProfileDto
}
ProfilesGetCustomerSettingsOK describes a response with status code 200, with default header values.
Success
func NewProfilesGetCustomerSettingsOK ¶
func NewProfilesGetCustomerSettingsOK() *ProfilesGetCustomerSettingsOK
NewProfilesGetCustomerSettingsOK creates a ProfilesGetCustomerSettingsOK with default headers values
type ProfilesGetCustomerSettingsParams ¶
type ProfilesGetCustomerSettingsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ProfilesGetCustomerSettingsParams contains all the parameters to send to the API endpoint
for the profiles get customer settings operation. Typically these are written to a http.Request.
func NewProfilesGetCustomerSettingsParams ¶
func NewProfilesGetCustomerSettingsParams() *ProfilesGetCustomerSettingsParams
NewProfilesGetCustomerSettingsParams creates a new ProfilesGetCustomerSettingsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func (*ProfilesGetCustomerSettingsParams) SetDefaults ¶
func (o *ProfilesGetCustomerSettingsParams) SetDefaults()
SetDefaults hydrates default values in the profiles get customer settings params (not the query body).
All values with no default are reset to their zero value.
func (*ProfilesGetCustomerSettingsParams) WithDefaults ¶
func (o *ProfilesGetCustomerSettingsParams) WithDefaults() *ProfilesGetCustomerSettingsParams
WithDefaults hydrates default values in the profiles get customer settings params (not the query body).
All values with no default are reset to their zero value.
type ProfilesUpdateCustomerSettingOK ¶
type ProfilesUpdateCustomerSettingOK struct {
rtldmodels.CdnProfileDto
}
ProfilesUpdateCustomerSettingOK describes a response with status code 200, with default header values.
Success
func NewProfilesUpdateCustomerSettingOK ¶
func NewProfilesUpdateCustomerSettingOK() *ProfilesUpdateCustomerSettingOK
NewProfilesUpdateCustomerSettingOK creates a ProfilesUpdateCustomerSettingOK with default headers values
type ProfilesUpdateCustomerSettingParams ¶
type ProfilesUpdateCustomerSettingParams struct { // Body. Body *rtldmodels.CdnProfileDto // ID. // // Format: int32 ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ProfilesUpdateCustomerSettingParams contains all the parameters to send to the API endpoint
for the profiles update customer setting operation. Typically these are written to a http.Request.
func NewProfilesUpdateCustomerSettingParams ¶
func NewProfilesUpdateCustomerSettingParams() *ProfilesUpdateCustomerSettingParams
NewProfilesUpdateCustomerSettingParams creates a new ProfilesUpdateCustomerSettingParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func (*ProfilesUpdateCustomerSettingParams) SetDefaults ¶
func (o *ProfilesUpdateCustomerSettingParams) SetDefaults()
SetDefaults hydrates default values in the profiles update customer setting params (not the query body).
All values with no default are reset to their zero value.
func (*ProfilesUpdateCustomerSettingParams) WithDefaults ¶
func (o *ProfilesUpdateCustomerSettingParams) WithDefaults() *ProfilesUpdateCustomerSettingParams
WithDefaults hydrates default values in the profiles update customer setting params (not the query body).
All values with no default are reset to their zero value.
type RequestParameters ¶
type RequestParameters struct { QueryParams map[string]string PathParams map[string]string Body interface{} }
func NewRequestParameters ¶
func NewRequestParameters() *RequestParameters
func WriteToRequestProfilesAddCustomerSettingParams ¶
func WriteToRequestProfilesAddCustomerSettingParams(o *ProfilesAddCustomerSettingParams) (RequestParameters, error)
WriteToRequest extracts parameters and sets for the request to be consumed
func WriteToRequestProfilesDeleteCustomerSettingsByIDParams ¶
func WriteToRequestProfilesDeleteCustomerSettingsByIDParams(o *ProfilesDeleteCustomerSettingsByIDParams) (RequestParameters, error)
WriteToRequest extracts parameters and sets for the request to be consumed
func WriteToRequestProfilesGetCustomerSettingsByIDParams ¶
func WriteToRequestProfilesGetCustomerSettingsByIDParams(o *ProfilesGetCustomerSettingsByIDParams) (RequestParameters, error)
WriteToRequest extracts parameters and sets for the request to be consumed
func WriteToRequestProfilesGetCustomerSettingsParams ¶
func WriteToRequestProfilesGetCustomerSettingsParams(o *ProfilesGetCustomerSettingsParams) (RequestParameters, error)
WriteToRequest extracts parameters and sets for the request to be consumed
func WriteToRequestProfilesUpdateCustomerSettingParams ¶
func WriteToRequestProfilesUpdateCustomerSettingParams(o *ProfilesUpdateCustomerSettingParams) (RequestParameters, error)
WriteToRequest extracts parameters and sets for the request to be consumed
Source Files ¶
- profiles_add_customer_setting_parameters.go
- profiles_add_customer_setting_responses.go
- profiles_cdn_client.go
- profiles_delete_customer_settings_by_id_parameters.go
- profiles_delete_customer_settings_by_id_responses.go
- profiles_get_customer_settings_by_id_parameters.go
- profiles_get_customer_settings_by_id_responses.go
- profiles_get_customer_settings_parameters.go
- profiles_get_customer_settings_responses.go
- profiles_update_customer_setting_parameters.go
- profiles_update_customer_setting_responses.go