Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.46 KB

DeliveryUpdateOriginRequest.md

File metadata and controls

134 lines (73 loc) · 4.46 KB

DeliveryUpdateOriginRequest

Properties

Name Type Description Notes
Http Pointer to DeliveryHTTPOrigin [optional]
StackpathStorage Pointer to DeliveryStackPathStorageOrigin [optional]
S3Storage Pointer to DeliveryAWSS3Origin [optional]
GoogleCloudStorage Pointer to DeliveryGoogleStorageOrigin [optional]

Methods

NewDeliveryUpdateOriginRequest

func NewDeliveryUpdateOriginRequest() *DeliveryUpdateOriginRequest

NewDeliveryUpdateOriginRequest instantiates a new DeliveryUpdateOriginRequest 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

NewDeliveryUpdateOriginRequestWithDefaults

func NewDeliveryUpdateOriginRequestWithDefaults() *DeliveryUpdateOriginRequest

NewDeliveryUpdateOriginRequestWithDefaults instantiates a new DeliveryUpdateOriginRequest 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

GetHttp

func (o *DeliveryUpdateOriginRequest) GetHttp() DeliveryHTTPOrigin

GetHttp returns the Http field if non-nil, zero value otherwise.

GetHttpOk

func (o *DeliveryUpdateOriginRequest) GetHttpOk() (*DeliveryHTTPOrigin, bool)

GetHttpOk returns a tuple with the Http field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHttp

func (o *DeliveryUpdateOriginRequest) SetHttp(v DeliveryHTTPOrigin)

SetHttp sets Http field to given value.

HasHttp

func (o *DeliveryUpdateOriginRequest) HasHttp() bool

HasHttp returns a boolean if a field has been set.

GetStackpathStorage

func (o *DeliveryUpdateOriginRequest) GetStackpathStorage() DeliveryStackPathStorageOrigin

GetStackpathStorage returns the StackpathStorage field if non-nil, zero value otherwise.

GetStackpathStorageOk

func (o *DeliveryUpdateOriginRequest) GetStackpathStorageOk() (*DeliveryStackPathStorageOrigin, bool)

GetStackpathStorageOk returns a tuple with the StackpathStorage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStackpathStorage

func (o *DeliveryUpdateOriginRequest) SetStackpathStorage(v DeliveryStackPathStorageOrigin)

SetStackpathStorage sets StackpathStorage field to given value.

HasStackpathStorage

func (o *DeliveryUpdateOriginRequest) HasStackpathStorage() bool

HasStackpathStorage returns a boolean if a field has been set.

GetS3Storage

func (o *DeliveryUpdateOriginRequest) GetS3Storage() DeliveryAWSS3Origin

GetS3Storage returns the S3Storage field if non-nil, zero value otherwise.

GetS3StorageOk

func (o *DeliveryUpdateOriginRequest) GetS3StorageOk() (*DeliveryAWSS3Origin, bool)

GetS3StorageOk returns a tuple with the S3Storage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetS3Storage

func (o *DeliveryUpdateOriginRequest) SetS3Storage(v DeliveryAWSS3Origin)

SetS3Storage sets S3Storage field to given value.

HasS3Storage

func (o *DeliveryUpdateOriginRequest) HasS3Storage() bool

HasS3Storage returns a boolean if a field has been set.

GetGoogleCloudStorage

func (o *DeliveryUpdateOriginRequest) GetGoogleCloudStorage() DeliveryGoogleStorageOrigin

GetGoogleCloudStorage returns the GoogleCloudStorage field if non-nil, zero value otherwise.

GetGoogleCloudStorageOk

func (o *DeliveryUpdateOriginRequest) GetGoogleCloudStorageOk() (*DeliveryGoogleStorageOrigin, bool)

GetGoogleCloudStorageOk returns a tuple with the GoogleCloudStorage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGoogleCloudStorage

func (o *DeliveryUpdateOriginRequest) SetGoogleCloudStorage(v DeliveryGoogleStorageOrigin)

SetGoogleCloudStorage sets GoogleCloudStorage field to given value.

HasGoogleCloudStorage

func (o *DeliveryUpdateOriginRequest) HasGoogleCloudStorage() bool

HasGoogleCloudStorage returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]