lookups

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for lookups API

func (*Client) LookupsGetAwsRegions

func (a *Client) LookupsGetAwsRegions(params *LookupsGetAwsRegionsParams) (*LookupsGetAwsRegionsOK, error)

LookupsGetAwsRegions lookups get aws regions API

func (*Client) LookupsGetAzureAccessTypes

func (a *Client) LookupsGetAzureAccessTypes(params *LookupsGetAzureAccessTypesParams) (*LookupsGetAzureAccessTypesOK, error)

LookupsGetAzureAccessTypes lookups get azure access types API

func (*Client) LookupsGetCustomItems

func (a *Client) LookupsGetCustomItems(params *LookupsGetCustomItemsParams) (*LookupsGetCustomItemsOK, error)

LookupsGetCustomItems lookups get custom items API

func (*Client) LookupsGetDeliveryMethods

func (a *Client) LookupsGetDeliveryMethods(params *LookupsGetDeliveryMethodsParams) (*LookupsGetDeliveryMethodsOK, error)

LookupsGetDeliveryMethods lookups get delivery methods API

func (*Client) LookupsGetDownsamplingRates

func (a *Client) LookupsGetDownsamplingRates(params *LookupsGetDownsamplingRatesParams) (*LookupsGetDownsamplingRatesOK, error)

LookupsGetDownsamplingRates lookups get downsampling rates API

func (*Client) LookupsGetFieldRl

func (a *Client) LookupsGetFieldRl(params *LookupsGetFieldRlParams) (*LookupsGetFieldRlOK, error)

LookupsGetFieldRl lookups get field rl API

func (*Client) LookupsGetFieldsCdn

func (a *Client) LookupsGetFieldsCdn(params *LookupsGetFieldsCdnParams) (*LookupsGetFieldsCdnOK, error)

LookupsGetFieldsCdn lookups get fields cdn API

func (*Client) LookupsGetFieldsWaf

func (a *Client) LookupsGetFieldsWaf(params *LookupsGetFieldsWafParams) (*LookupsGetFieldsWafOK, error)

LookupsGetFieldsWaf lookups get fields waf API

func (*Client) LookupsGetHTTPAuthenticationMethods

func (a *Client) LookupsGetHTTPAuthenticationMethods(params *LookupsGetHTTPAuthenticationMethodsParams) (*LookupsGetHTTPAuthenticationMethodsOK, error)

LookupsGetHTTPAuthenticationMethods lookups get Http authentication methods API

func (*Client) LookupsGetLogFormats

func (a *Client) LookupsGetLogFormats(params *LookupsGetLogFormatsParams) (*LookupsGetLogFormatsOK, error)

LookupsGetLogFormats lookups get log formats API

func (*Client) LookupsGetPlatforms

func (a *Client) LookupsGetPlatforms(params *LookupsGetPlatformsParams) (*LookupsGetPlatformsOK, error)

LookupsGetPlatforms lookups get platforms API

func (*Client) LookupsGetStatusCodes

func (a *Client) LookupsGetStatusCodes(params *LookupsGetStatusCodesParams) (*LookupsGetStatusCodesOK, error)

LookupsGetStatusCodes lookups get status codes API

type ClientService

type ClientService interface {
	LookupsGetAwsRegions(params *LookupsGetAwsRegionsParams) (*LookupsGetAwsRegionsOK, error)

	LookupsGetAzureAccessTypes(params *LookupsGetAzureAccessTypesParams) (*LookupsGetAzureAccessTypesOK, error)

	LookupsGetCustomItems(params *LookupsGetCustomItemsParams) (*LookupsGetCustomItemsOK, error)

	LookupsGetDeliveryMethods(params *LookupsGetDeliveryMethodsParams) (*LookupsGetDeliveryMethodsOK, error)

	LookupsGetDownsamplingRates(params *LookupsGetDownsamplingRatesParams) (*LookupsGetDownsamplingRatesOK, error)

	LookupsGetFieldRl(params *LookupsGetFieldRlParams) (*LookupsGetFieldRlOK, error)

	LookupsGetFieldsCdn(params *LookupsGetFieldsCdnParams) (*LookupsGetFieldsCdnOK, error)

	LookupsGetFieldsWaf(params *LookupsGetFieldsWafParams) (*LookupsGetFieldsWafOK, error)

	LookupsGetHTTPAuthenticationMethods(params *LookupsGetHTTPAuthenticationMethodsParams) (*LookupsGetHTTPAuthenticationMethodsOK, error)

	LookupsGetLogFormats(params *LookupsGetLogFormatsParams) (*LookupsGetLogFormatsOK, error)

	LookupsGetPlatforms(params *LookupsGetPlatformsParams) (*LookupsGetPlatformsOK, error)

	LookupsGetStatusCodes(params *LookupsGetStatusCodesParams) (*LookupsGetStatusCodesOK, error)
}

ClientService is the interface for Client methods

func New

func New(c ecclient.APIClient, baseAPIURL string) ClientService

New creates a new lookups API client.

type LookupsGetAwsRegionsOK

type LookupsGetAwsRegionsOK struct {
	rtldmodels.HyperionCollectionCodeName
}
LookupsGetAwsRegionsOK describes a response with status code 200, with default header values.

Success

func NewLookupsGetAwsRegionsOK

func NewLookupsGetAwsRegionsOK() *LookupsGetAwsRegionsOK

NewLookupsGetAwsRegionsOK creates a LookupsGetAwsRegionsOK with default headers values

type LookupsGetAwsRegionsParams

type LookupsGetAwsRegionsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

LookupsGetAwsRegionsParams contains all the parameters to send to the API endpoint

for the lookups get aws regions operation.

Typically these are written to a http.Request.

func NewLookupsGetAwsRegionsParams

func NewLookupsGetAwsRegionsParams() *LookupsGetAwsRegionsParams

NewLookupsGetAwsRegionsParams creates a new LookupsGetAwsRegionsParams 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 (*LookupsGetAwsRegionsParams) SetDefaults

func (o *LookupsGetAwsRegionsParams) SetDefaults()

SetDefaults hydrates default values in the lookups get aws regions params (not the query body).

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

func (*LookupsGetAwsRegionsParams) WithDefaults

WithDefaults hydrates default values in the lookups get aws regions params (not the query body).

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

type LookupsGetAzureAccessTypesOK

type LookupsGetAzureAccessTypesOK struct {
	rtldmodels.HyperionCollectionCodeName
}
LookupsGetAzureAccessTypesOK describes a response with status code 200, with default header values.

Success

func NewLookupsGetAzureAccessTypesOK

func NewLookupsGetAzureAccessTypesOK() *LookupsGetAzureAccessTypesOK

NewLookupsGetAzureAccessTypesOK creates a LookupsGetAzureAccessTypesOK with default headers values

type LookupsGetAzureAccessTypesParams

type LookupsGetAzureAccessTypesParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

LookupsGetAzureAccessTypesParams contains all the parameters to send to the API endpoint

for the lookups get azure access types operation.

Typically these are written to a http.Request.

func NewLookupsGetAzureAccessTypesParams

func NewLookupsGetAzureAccessTypesParams() *LookupsGetAzureAccessTypesParams

NewLookupsGetAzureAccessTypesParams creates a new LookupsGetAzureAccessTypesParams 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 (*LookupsGetAzureAccessTypesParams) SetDefaults

func (o *LookupsGetAzureAccessTypesParams) SetDefaults()

SetDefaults hydrates default values in the lookups get azure access types params (not the query body).

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

func (*LookupsGetAzureAccessTypesParams) WithDefaults

WithDefaults hydrates default values in the lookups get azure access types params (not the query body).

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

type LookupsGetCustomItemsOK

type LookupsGetCustomItemsOK struct {
	rtldmodels.HyperionCollectionRtldCustomItemDto
}
LookupsGetCustomItemsOK describes a response with status code 200, with default header values.

Success

func NewLookupsGetCustomItemsOK

func NewLookupsGetCustomItemsOK() *LookupsGetCustomItemsOK

NewLookupsGetCustomItemsOK creates a LookupsGetCustomItemsOK with default headers values

type LookupsGetCustomItemsParams

type LookupsGetCustomItemsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

LookupsGetCustomItemsParams contains all the parameters to send to the API endpoint

for the lookups get custom items operation.

Typically these are written to a http.Request.

func NewLookupsGetCustomItemsParams

func NewLookupsGetCustomItemsParams() *LookupsGetCustomItemsParams

NewLookupsGetCustomItemsParams creates a new LookupsGetCustomItemsParams 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 (*LookupsGetCustomItemsParams) SetDefaults

func (o *LookupsGetCustomItemsParams) SetDefaults()

SetDefaults hydrates default values in the lookups get custom items params (not the query body).

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

func (*LookupsGetCustomItemsParams) WithDefaults

WithDefaults hydrates default values in the lookups get custom items params (not the query body).

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

type LookupsGetDeliveryMethodsOK

type LookupsGetDeliveryMethodsOK struct {
	rtldmodels.HyperionCollectionCodeName
}
LookupsGetDeliveryMethodsOK describes a response with status code 200, with default header values.

Success

func NewLookupsGetDeliveryMethodsOK

func NewLookupsGetDeliveryMethodsOK() *LookupsGetDeliveryMethodsOK

NewLookupsGetDeliveryMethodsOK creates a LookupsGetDeliveryMethodsOK with default headers values

type LookupsGetDeliveryMethodsParams

type LookupsGetDeliveryMethodsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

LookupsGetDeliveryMethodsParams contains all the parameters to send to the API endpoint

for the lookups get delivery methods operation.

Typically these are written to a http.Request.

func NewLookupsGetDeliveryMethodsParams

func NewLookupsGetDeliveryMethodsParams() *LookupsGetDeliveryMethodsParams

NewLookupsGetDeliveryMethodsParams creates a new LookupsGetDeliveryMethodsParams 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 (*LookupsGetDeliveryMethodsParams) SetDefaults

func (o *LookupsGetDeliveryMethodsParams) SetDefaults()

SetDefaults hydrates default values in the lookups get delivery methods params (not the query body).

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

func (*LookupsGetDeliveryMethodsParams) WithDefaults

WithDefaults hydrates default values in the lookups get delivery methods params (not the query body).

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

type LookupsGetDownsamplingRatesOK

type LookupsGetDownsamplingRatesOK struct {
	rtldmodels.HyperionCollectionSystemDouble
}
LookupsGetDownsamplingRatesOK describes a response with status code 200, with default header values.

Success

func NewLookupsGetDownsamplingRatesOK

func NewLookupsGetDownsamplingRatesOK() *LookupsGetDownsamplingRatesOK

NewLookupsGetDownsamplingRatesOK creates a LookupsGetDownsamplingRatesOK with default headers values

type LookupsGetDownsamplingRatesParams

type LookupsGetDownsamplingRatesParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

LookupsGetDownsamplingRatesParams contains all the parameters to send to the API endpoint

for the lookups get downsampling rates operation.

Typically these are written to a http.Request.

func NewLookupsGetDownsamplingRatesParams

func NewLookupsGetDownsamplingRatesParams() *LookupsGetDownsamplingRatesParams

NewLookupsGetDownsamplingRatesParams creates a new LookupsGetDownsamplingRatesParams 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 (*LookupsGetDownsamplingRatesParams) SetDefaults

func (o *LookupsGetDownsamplingRatesParams) SetDefaults()

SetDefaults hydrates default values in the lookups get downsampling rates params (not the query body).

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

func (*LookupsGetDownsamplingRatesParams) WithDefaults

WithDefaults hydrates default values in the lookups get downsampling rates params (not the query body).

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

type LookupsGetFieldRlOK

type LookupsGetFieldRlOK struct {
	rtldmodels.HyperionCollectionLogFieldDto
}
LookupsGetFieldRlOK describes a response with status code 200, with default header values.

Success

func NewLookupsGetFieldRlOK

func NewLookupsGetFieldRlOK() *LookupsGetFieldRlOK

NewLookupsGetFieldRlOK creates a LookupsGetFieldRlOK with default headers values

type LookupsGetFieldRlParams

type LookupsGetFieldRlParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

LookupsGetFieldRlParams contains all the parameters to send to the API endpoint

for the lookups get field rl operation.

Typically these are written to a http.Request.

func NewLookupsGetFieldRlParams

func NewLookupsGetFieldRlParams() *LookupsGetFieldRlParams

NewLookupsGetFieldRlParams creates a new LookupsGetFieldRlParams 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 (*LookupsGetFieldRlParams) SetDefaults

func (o *LookupsGetFieldRlParams) SetDefaults()

SetDefaults hydrates default values in the lookups get field rl params (not the query body).

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

func (*LookupsGetFieldRlParams) WithDefaults

WithDefaults hydrates default values in the lookups get field rl params (not the query body).

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

type LookupsGetFieldsCdnOK

type LookupsGetFieldsCdnOK struct {
	rtldmodels.HyperionCollectionLogFieldDto
}
LookupsGetFieldsCdnOK describes a response with status code 200, with default header values.

Success

func NewLookupsGetFieldsCdnOK

func NewLookupsGetFieldsCdnOK() *LookupsGetFieldsCdnOK

NewLookupsGetFieldsCdnOK creates a LookupsGetFieldsCdnOK with default headers values

type LookupsGetFieldsCdnParams

type LookupsGetFieldsCdnParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

LookupsGetFieldsCdnParams contains all the parameters to send to the API endpoint

for the lookups get fields cdn operation.

Typically these are written to a http.Request.

func NewLookupsGetFieldsCdnParams

func NewLookupsGetFieldsCdnParams() *LookupsGetFieldsCdnParams

NewLookupsGetFieldsCdnParams creates a new LookupsGetFieldsCdnParams 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 (*LookupsGetFieldsCdnParams) SetDefaults

func (o *LookupsGetFieldsCdnParams) SetDefaults()

SetDefaults hydrates default values in the lookups get fields cdn params (not the query body).

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

func (*LookupsGetFieldsCdnParams) WithDefaults

WithDefaults hydrates default values in the lookups get fields cdn params (not the query body).

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

type LookupsGetFieldsWafOK

type LookupsGetFieldsWafOK struct {
	rtldmodels.HyperionCollectionLogFieldDto
}
LookupsGetFieldsWafOK describes a response with status code 200, with default header values.

Success

func NewLookupsGetFieldsWafOK

func NewLookupsGetFieldsWafOK() *LookupsGetFieldsWafOK

NewLookupsGetFieldsWafOK creates a LookupsGetFieldsWafOK with default headers values

type LookupsGetFieldsWafParams

type LookupsGetFieldsWafParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

LookupsGetFieldsWafParams contains all the parameters to send to the API endpoint

for the lookups get fields waf operation.

Typically these are written to a http.Request.

func NewLookupsGetFieldsWafParams

func NewLookupsGetFieldsWafParams() *LookupsGetFieldsWafParams

NewLookupsGetFieldsWafParams creates a new LookupsGetFieldsWafParams 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 (*LookupsGetFieldsWafParams) SetDefaults

func (o *LookupsGetFieldsWafParams) SetDefaults()

SetDefaults hydrates default values in the lookups get fields waf params (not the query body).

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

func (*LookupsGetFieldsWafParams) WithDefaults

WithDefaults hydrates default values in the lookups get fields waf params (not the query body).

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

type LookupsGetHTTPAuthenticationMethodsOK

type LookupsGetHTTPAuthenticationMethodsOK struct {
	rtldmodels.HyperionCollectionCodeName
}
LookupsGetHTTPAuthenticationMethodsOK describes a response with status code 200, with default header values.

Success

func NewLookupsGetHTTPAuthenticationMethodsOK

func NewLookupsGetHTTPAuthenticationMethodsOK() *LookupsGetHTTPAuthenticationMethodsOK

NewLookupsGetHTTPAuthenticationMethodsOK creates a LookupsGetHTTPAuthenticationMethodsOK with default headers values

type LookupsGetHTTPAuthenticationMethodsParams

type LookupsGetHTTPAuthenticationMethodsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

LookupsGetHTTPAuthenticationMethodsParams contains all the parameters to send to the API endpoint

for the lookups get Http authentication methods operation.

Typically these are written to a http.Request.

func NewLookupsGetHTTPAuthenticationMethodsParams

func NewLookupsGetHTTPAuthenticationMethodsParams() *LookupsGetHTTPAuthenticationMethodsParams

NewLookupsGetHTTPAuthenticationMethodsParams creates a new LookupsGetHTTPAuthenticationMethodsParams 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 (*LookupsGetHTTPAuthenticationMethodsParams) SetDefaults

SetDefaults hydrates default values in the lookups get Http authentication methods params (not the query body).

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

func (*LookupsGetHTTPAuthenticationMethodsParams) WithDefaults

WithDefaults hydrates default values in the lookups get Http authentication methods params (not the query body).

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

type LookupsGetLogFormatsOK

type LookupsGetLogFormatsOK struct {
	rtldmodels.HyperionCollectionCodeName
}
LookupsGetLogFormatsOK describes a response with status code 200, with default header values.

Success

func NewLookupsGetLogFormatsOK

func NewLookupsGetLogFormatsOK() *LookupsGetLogFormatsOK

NewLookupsGetLogFormatsOK creates a LookupsGetLogFormatsOK with default headers values

type LookupsGetLogFormatsParams

type LookupsGetLogFormatsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

LookupsGetLogFormatsParams contains all the parameters to send to the API endpoint

for the lookups get log formats operation.

Typically these are written to a http.Request.

func NewLookupsGetLogFormatsParams

func NewLookupsGetLogFormatsParams() *LookupsGetLogFormatsParams

NewLookupsGetLogFormatsParams creates a new LookupsGetLogFormatsParams 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 (*LookupsGetLogFormatsParams) SetDefaults

func (o *LookupsGetLogFormatsParams) SetDefaults()

SetDefaults hydrates default values in the lookups get log formats params (not the query body).

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

func (*LookupsGetLogFormatsParams) WithDefaults

WithDefaults hydrates default values in the lookups get log formats params (not the query body).

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

type LookupsGetPlatformsOK

type LookupsGetPlatformsOK struct {
	rtldmodels.HyperionCollectionCodeName
}
LookupsGetPlatformsOK describes a response with status code 200, with default header values.

Success

func NewLookupsGetPlatformsOK

func NewLookupsGetPlatformsOK() *LookupsGetPlatformsOK

NewLookupsGetPlatformsOK creates a LookupsGetPlatformsOK with default headers values

type LookupsGetPlatformsParams

type LookupsGetPlatformsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

LookupsGetPlatformsParams contains all the parameters to send to the API endpoint

for the lookups get platforms operation.

Typically these are written to a http.Request.

func NewLookupsGetPlatformsParams

func NewLookupsGetPlatformsParams() *LookupsGetPlatformsParams

NewLookupsGetPlatformsParams creates a new LookupsGetPlatformsParams 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 (*LookupsGetPlatformsParams) SetDefaults

func (o *LookupsGetPlatformsParams) SetDefaults()

SetDefaults hydrates default values in the lookups get platforms params (not the query body).

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

func (*LookupsGetPlatformsParams) WithDefaults

WithDefaults hydrates default values in the lookups get platforms params (not the query body).

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

type LookupsGetStatusCodesOK

type LookupsGetStatusCodesOK struct {
	rtldmodels.HyperionCollectionCodeName
}
LookupsGetStatusCodesOK describes a response with status code 200, with default header values.

Success

func NewLookupsGetStatusCodesOK

func NewLookupsGetStatusCodesOK() *LookupsGetStatusCodesOK

NewLookupsGetStatusCodesOK creates a LookupsGetStatusCodesOK with default headers values

type LookupsGetStatusCodesParams

type LookupsGetStatusCodesParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

LookupsGetStatusCodesParams contains all the parameters to send to the API endpoint

for the lookups get status codes operation.

Typically these are written to a http.Request.

func NewLookupsGetStatusCodesParams

func NewLookupsGetStatusCodesParams() *LookupsGetStatusCodesParams

NewLookupsGetStatusCodesParams creates a new LookupsGetStatusCodesParams 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 (*LookupsGetStatusCodesParams) SetDefaults

func (o *LookupsGetStatusCodesParams) SetDefaults()

SetDefaults hydrates default values in the lookups get status codes params (not the query body).

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

func (*LookupsGetStatusCodesParams) WithDefaults

WithDefaults hydrates default values in the lookups get status codes 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 WriteToRequestLookupsGetAwsRegionsParams

func WriteToRequestLookupsGetAwsRegionsParams(o *LookupsGetAwsRegionsParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestLookupsGetAzureAccessTypesParams

func WriteToRequestLookupsGetAzureAccessTypesParams(o *LookupsGetAzureAccessTypesParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestLookupsGetCustomItemsParams

func WriteToRequestLookupsGetCustomItemsParams(o *LookupsGetCustomItemsParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestLookupsGetDeliveryMethodsParams

func WriteToRequestLookupsGetDeliveryMethodsParams(o *LookupsGetDeliveryMethodsParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestLookupsGetDownsamplingRatesParams

func WriteToRequestLookupsGetDownsamplingRatesParams(o *LookupsGetDownsamplingRatesParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestLookupsGetFieldRlParams

func WriteToRequestLookupsGetFieldRlParams(o *LookupsGetFieldRlParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestLookupsGetFieldsCdnParams

func WriteToRequestLookupsGetFieldsCdnParams(o *LookupsGetFieldsCdnParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestLookupsGetFieldsWafParams

func WriteToRequestLookupsGetFieldsWafParams(o *LookupsGetFieldsWafParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestLookupsGetHTTPAuthenticationMethodsParams

func WriteToRequestLookupsGetHTTPAuthenticationMethodsParams(o *LookupsGetHTTPAuthenticationMethodsParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestLookupsGetLogFormatsParams

func WriteToRequestLookupsGetLogFormatsParams(o *LookupsGetLogFormatsParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestLookupsGetPlatformsParams

func WriteToRequestLookupsGetPlatformsParams(o *LookupsGetPlatformsParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestLookupsGetStatusCodesParams

func WriteToRequestLookupsGetStatusCodesParams(o *LookupsGetStatusCodesParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

Jump to

Keyboard shortcuts

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