Name | Type | Description | Notes |
---|---|---|---|
OriginId | Pointer to int64 | [optional] | |
OriginKey | Pointer to string | [optional] | |
Name | string | ||
OriginType | Pointer to string | [optional] | |
Addresses | Pointer to []OriginsResultResponseAddresses | [optional] | |
OriginProtocolPolicy | Pointer to string | [optional] | |
IsOriginRedirectionEnabled | Pointer to bool | [optional] | |
HostHeader | Pointer to string | [optional] | |
Method | Pointer to string | [optional] | |
OriginPath | Pointer to string | [optional] | |
ConnectionTimeout | Pointer to int64 | [optional] | |
TimeoutBetweenBytes | Pointer to int64 | [optional] | |
HmacAuthentication | Pointer to bool | [optional] | |
HmacRegionName | Pointer to string | [optional] | |
HmacAccessKey | Pointer to string | [optional] | |
HmacSecretKey | Pointer to string | [optional] | |
Bucket | Pointer to string | [optional] | |
Prefix | Pointer to string | [optional] |
func NewOriginsResultResponse(name string, ) *OriginsResultResponse
NewOriginsResultResponse instantiates a new OriginsResultResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOriginsResultResponseWithDefaults() *OriginsResultResponse
NewOriginsResultResponseWithDefaults instantiates a new OriginsResultResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *OriginsResultResponse) GetOriginId() int64
GetOriginId returns the OriginId field if non-nil, zero value otherwise.
func (o *OriginsResultResponse) GetOriginIdOk() (*int64, bool)
GetOriginIdOk returns a tuple with the OriginId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginsResultResponse) SetOriginId(v int64)
SetOriginId sets OriginId field to given value.
func (o *OriginsResultResponse) HasOriginId() bool
HasOriginId returns a boolean if a field has been set.
func (o *OriginsResultResponse) GetOriginKey() string
GetOriginKey returns the OriginKey field if non-nil, zero value otherwise.
func (o *OriginsResultResponse) GetOriginKeyOk() (*string, bool)
GetOriginKeyOk returns a tuple with the OriginKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginsResultResponse) SetOriginKey(v string)
SetOriginKey sets OriginKey field to given value.
func (o *OriginsResultResponse) HasOriginKey() bool
HasOriginKey returns a boolean if a field has been set.
func (o *OriginsResultResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *OriginsResultResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginsResultResponse) SetName(v string)
SetName sets Name field to given value.
func (o *OriginsResultResponse) GetOriginType() string
GetOriginType returns the OriginType field if non-nil, zero value otherwise.
func (o *OriginsResultResponse) GetOriginTypeOk() (*string, bool)
GetOriginTypeOk returns a tuple with the OriginType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginsResultResponse) SetOriginType(v string)
SetOriginType sets OriginType field to given value.
func (o *OriginsResultResponse) HasOriginType() bool
HasOriginType returns a boolean if a field has been set.
func (o *OriginsResultResponse) GetAddresses() []OriginsResultResponseAddresses
GetAddresses returns the Addresses field if non-nil, zero value otherwise.
func (o *OriginsResultResponse) GetAddressesOk() (*[]OriginsResultResponseAddresses, bool)
GetAddressesOk returns a tuple with the Addresses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginsResultResponse) SetAddresses(v []OriginsResultResponseAddresses)
SetAddresses sets Addresses field to given value.
func (o *OriginsResultResponse) HasAddresses() bool
HasAddresses returns a boolean if a field has been set.
func (o *OriginsResultResponse) GetOriginProtocolPolicy() string
GetOriginProtocolPolicy returns the OriginProtocolPolicy field if non-nil, zero value otherwise.
func (o *OriginsResultResponse) GetOriginProtocolPolicyOk() (*string, bool)
GetOriginProtocolPolicyOk returns a tuple with the OriginProtocolPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginsResultResponse) SetOriginProtocolPolicy(v string)
SetOriginProtocolPolicy sets OriginProtocolPolicy field to given value.
func (o *OriginsResultResponse) HasOriginProtocolPolicy() bool
HasOriginProtocolPolicy returns a boolean if a field has been set.
func (o *OriginsResultResponse) GetIsOriginRedirectionEnabled() bool
GetIsOriginRedirectionEnabled returns the IsOriginRedirectionEnabled field if non-nil, zero value otherwise.
func (o *OriginsResultResponse) GetIsOriginRedirectionEnabledOk() (*bool, bool)
GetIsOriginRedirectionEnabledOk returns a tuple with the IsOriginRedirectionEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginsResultResponse) SetIsOriginRedirectionEnabled(v bool)
SetIsOriginRedirectionEnabled sets IsOriginRedirectionEnabled field to given value.
func (o *OriginsResultResponse) HasIsOriginRedirectionEnabled() bool
HasIsOriginRedirectionEnabled returns a boolean if a field has been set.
func (o *OriginsResultResponse) GetHostHeader() string
GetHostHeader returns the HostHeader field if non-nil, zero value otherwise.
func (o *OriginsResultResponse) GetHostHeaderOk() (*string, bool)
GetHostHeaderOk returns a tuple with the HostHeader field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginsResultResponse) SetHostHeader(v string)
SetHostHeader sets HostHeader field to given value.
func (o *OriginsResultResponse) HasHostHeader() bool
HasHostHeader returns a boolean if a field has been set.
func (o *OriginsResultResponse) GetMethod() string
GetMethod returns the Method field if non-nil, zero value otherwise.
func (o *OriginsResultResponse) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginsResultResponse) SetMethod(v string)
SetMethod sets Method field to given value.
func (o *OriginsResultResponse) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (o *OriginsResultResponse) GetOriginPath() string
GetOriginPath returns the OriginPath field if non-nil, zero value otherwise.
func (o *OriginsResultResponse) GetOriginPathOk() (*string, bool)
GetOriginPathOk returns a tuple with the OriginPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginsResultResponse) SetOriginPath(v string)
SetOriginPath sets OriginPath field to given value.
func (o *OriginsResultResponse) HasOriginPath() bool
HasOriginPath returns a boolean if a field has been set.
func (o *OriginsResultResponse) GetConnectionTimeout() int64
GetConnectionTimeout returns the ConnectionTimeout field if non-nil, zero value otherwise.
func (o *OriginsResultResponse) GetConnectionTimeoutOk() (*int64, bool)
GetConnectionTimeoutOk returns a tuple with the ConnectionTimeout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginsResultResponse) SetConnectionTimeout(v int64)
SetConnectionTimeout sets ConnectionTimeout field to given value.
func (o *OriginsResultResponse) HasConnectionTimeout() bool
HasConnectionTimeout returns a boolean if a field has been set.
func (o *OriginsResultResponse) GetTimeoutBetweenBytes() int64
GetTimeoutBetweenBytes returns the TimeoutBetweenBytes field if non-nil, zero value otherwise.
func (o *OriginsResultResponse) GetTimeoutBetweenBytesOk() (*int64, bool)
GetTimeoutBetweenBytesOk returns a tuple with the TimeoutBetweenBytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginsResultResponse) SetTimeoutBetweenBytes(v int64)
SetTimeoutBetweenBytes sets TimeoutBetweenBytes field to given value.
func (o *OriginsResultResponse) HasTimeoutBetweenBytes() bool
HasTimeoutBetweenBytes returns a boolean if a field has been set.
func (o *OriginsResultResponse) GetHmacAuthentication() bool
GetHmacAuthentication returns the HmacAuthentication field if non-nil, zero value otherwise.
func (o *OriginsResultResponse) GetHmacAuthenticationOk() (*bool, bool)
GetHmacAuthenticationOk returns a tuple with the HmacAuthentication field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginsResultResponse) SetHmacAuthentication(v bool)
SetHmacAuthentication sets HmacAuthentication field to given value.
func (o *OriginsResultResponse) HasHmacAuthentication() bool
HasHmacAuthentication returns a boolean if a field has been set.
func (o *OriginsResultResponse) GetHmacRegionName() string
GetHmacRegionName returns the HmacRegionName field if non-nil, zero value otherwise.
func (o *OriginsResultResponse) GetHmacRegionNameOk() (*string, bool)
GetHmacRegionNameOk returns a tuple with the HmacRegionName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginsResultResponse) SetHmacRegionName(v string)
SetHmacRegionName sets HmacRegionName field to given value.
func (o *OriginsResultResponse) HasHmacRegionName() bool
HasHmacRegionName returns a boolean if a field has been set.
func (o *OriginsResultResponse) GetHmacAccessKey() string
GetHmacAccessKey returns the HmacAccessKey field if non-nil, zero value otherwise.
func (o *OriginsResultResponse) GetHmacAccessKeyOk() (*string, bool)
GetHmacAccessKeyOk returns a tuple with the HmacAccessKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginsResultResponse) SetHmacAccessKey(v string)
SetHmacAccessKey sets HmacAccessKey field to given value.
func (o *OriginsResultResponse) HasHmacAccessKey() bool
HasHmacAccessKey returns a boolean if a field has been set.
func (o *OriginsResultResponse) GetHmacSecretKey() string
GetHmacSecretKey returns the HmacSecretKey field if non-nil, zero value otherwise.
func (o *OriginsResultResponse) GetHmacSecretKeyOk() (*string, bool)
GetHmacSecretKeyOk returns a tuple with the HmacSecretKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginsResultResponse) SetHmacSecretKey(v string)
SetHmacSecretKey sets HmacSecretKey field to given value.
func (o *OriginsResultResponse) HasHmacSecretKey() bool
HasHmacSecretKey returns a boolean if a field has been set.
func (o *OriginsResultResponse) GetBucket() string
GetBucket returns the Bucket field if non-nil, zero value otherwise.
func (o *OriginsResultResponse) GetBucketOk() (*string, bool)
GetBucketOk returns a tuple with the Bucket field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginsResultResponse) SetBucket(v string)
SetBucket sets Bucket field to given value.
func (o *OriginsResultResponse) HasBucket() bool
HasBucket returns a boolean if a field has been set.
func (o *OriginsResultResponse) GetPrefix() string
GetPrefix returns the Prefix field if non-nil, zero value otherwise.
func (o *OriginsResultResponse) GetPrefixOk() (*string, bool)
GetPrefixOk returns a tuple with the Prefix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginsResultResponse) SetPrefix(v string)
SetPrefix sets Prefix field to given value.
func (o *OriginsResultResponse) HasPrefix() bool
HasPrefix returns a boolean if a field has been set.