| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | An origin's unique identifier | [optional] |
| StackId | Pointer to string | The stack for which the origin belongs to | [optional] |
| Dedicated | Pointer to bool | Whether or not an origin is dedicated to a CDN site Dedicated origins cannot be used by any site other than that to which it is dedicated. | [optional] |
| SiteId | Pointer to string | The ID of the CDN site to which an origin is dedicated | [optional] |
| Http | Pointer to DeliveryHTTPOrigin | [optional] | |
| StackpathStorage | Pointer to DeliveryStackPathStorageOrigin | [optional] | |
| S3Storage | Pointer to DeliveryAWSS3Origin | [optional] | |
| GoogleCloudStorage | Pointer to DeliveryGoogleStorageOrigin | [optional] |
func NewSchemadeliveryOrigin() *SchemadeliveryOrigin
NewSchemadeliveryOrigin instantiates a new SchemadeliveryOrigin 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 NewSchemadeliveryOriginWithDefaults() *SchemadeliveryOrigin
NewSchemadeliveryOriginWithDefaults instantiates a new SchemadeliveryOrigin 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 *SchemadeliveryOrigin) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SchemadeliveryOrigin) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SchemadeliveryOrigin) SetId(v string)
SetId sets Id field to given value.
func (o *SchemadeliveryOrigin) HasId() bool
HasId returns a boolean if a field has been set.
func (o *SchemadeliveryOrigin) GetStackId() string
GetStackId returns the StackId field if non-nil, zero value otherwise.
func (o *SchemadeliveryOrigin) GetStackIdOk() (*string, bool)
GetStackIdOk returns a tuple with the StackId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SchemadeliveryOrigin) SetStackId(v string)
SetStackId sets StackId field to given value.
func (o *SchemadeliveryOrigin) HasStackId() bool
HasStackId returns a boolean if a field has been set.
func (o *SchemadeliveryOrigin) GetDedicated() bool
GetDedicated returns the Dedicated field if non-nil, zero value otherwise.
func (o *SchemadeliveryOrigin) GetDedicatedOk() (*bool, bool)
GetDedicatedOk returns a tuple with the Dedicated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SchemadeliveryOrigin) SetDedicated(v bool)
SetDedicated sets Dedicated field to given value.
func (o *SchemadeliveryOrigin) HasDedicated() bool
HasDedicated returns a boolean if a field has been set.
func (o *SchemadeliveryOrigin) GetSiteId() string
GetSiteId returns the SiteId field if non-nil, zero value otherwise.
func (o *SchemadeliveryOrigin) GetSiteIdOk() (*string, bool)
GetSiteIdOk returns a tuple with the SiteId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SchemadeliveryOrigin) SetSiteId(v string)
SetSiteId sets SiteId field to given value.
func (o *SchemadeliveryOrigin) HasSiteId() bool
HasSiteId returns a boolean if a field has been set.
func (o *SchemadeliveryOrigin) GetHttp() DeliveryHTTPOrigin
GetHttp returns the Http field if non-nil, zero value otherwise.
func (o *SchemadeliveryOrigin) 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.
func (o *SchemadeliveryOrigin) SetHttp(v DeliveryHTTPOrigin)
SetHttp sets Http field to given value.
func (o *SchemadeliveryOrigin) HasHttp() bool
HasHttp returns a boolean if a field has been set.
func (o *SchemadeliveryOrigin) GetStackpathStorage() DeliveryStackPathStorageOrigin
GetStackpathStorage returns the StackpathStorage field if non-nil, zero value otherwise.
func (o *SchemadeliveryOrigin) 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.
func (o *SchemadeliveryOrigin) SetStackpathStorage(v DeliveryStackPathStorageOrigin)
SetStackpathStorage sets StackpathStorage field to given value.
func (o *SchemadeliveryOrigin) HasStackpathStorage() bool
HasStackpathStorage returns a boolean if a field has been set.
func (o *SchemadeliveryOrigin) GetS3Storage() DeliveryAWSS3Origin
GetS3Storage returns the S3Storage field if non-nil, zero value otherwise.
func (o *SchemadeliveryOrigin) 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.
func (o *SchemadeliveryOrigin) SetS3Storage(v DeliveryAWSS3Origin)
SetS3Storage sets S3Storage field to given value.
func (o *SchemadeliveryOrigin) HasS3Storage() bool
HasS3Storage returns a boolean if a field has been set.
func (o *SchemadeliveryOrigin) GetGoogleCloudStorage() DeliveryGoogleStorageOrigin
GetGoogleCloudStorage returns the GoogleCloudStorage field if non-nil, zero value otherwise.
func (o *SchemadeliveryOrigin) 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.
func (o *SchemadeliveryOrigin) SetGoogleCloudStorage(v DeliveryGoogleStorageOrigin)
SetGoogleCloudStorage sets GoogleCloudStorage field to given value.
func (o *SchemadeliveryOrigin) HasGoogleCloudStorage() bool
HasGoogleCloudStorage returns a boolean if a field has been set.