| Name | Type | Description | Notes |
|---|---|---|---|
| Domain | Pointer to string | The site's domain name | [optional] |
| Origin | Pointer to DeliveryCreateSiteRequestOrigin | [optional] | |
| Features | Pointer to []DeliveryCreateSiteRequestFeature | A list of features desired on the site | [optional] |
| Configuration | Pointer to CustconfConfiguration | [optional] |
func NewDeliveryCreateSiteRequest() *DeliveryCreateSiteRequest
NewDeliveryCreateSiteRequest instantiates a new DeliveryCreateSiteRequest 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 NewDeliveryCreateSiteRequestWithDefaults() *DeliveryCreateSiteRequest
NewDeliveryCreateSiteRequestWithDefaults instantiates a new DeliveryCreateSiteRequest 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 *DeliveryCreateSiteRequest) GetDomain() string
GetDomain returns the Domain field if non-nil, zero value otherwise.
func (o *DeliveryCreateSiteRequest) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeliveryCreateSiteRequest) SetDomain(v string)
SetDomain sets Domain field to given value.
func (o *DeliveryCreateSiteRequest) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (o *DeliveryCreateSiteRequest) GetOrigin() DeliveryCreateSiteRequestOrigin
GetOrigin returns the Origin field if non-nil, zero value otherwise.
func (o *DeliveryCreateSiteRequest) GetOriginOk() (*DeliveryCreateSiteRequestOrigin, bool)
GetOriginOk returns a tuple with the Origin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeliveryCreateSiteRequest) SetOrigin(v DeliveryCreateSiteRequestOrigin)
SetOrigin sets Origin field to given value.
func (o *DeliveryCreateSiteRequest) HasOrigin() bool
HasOrigin returns a boolean if a field has been set.
func (o *DeliveryCreateSiteRequest) GetFeatures() []DeliveryCreateSiteRequestFeature
GetFeatures returns the Features field if non-nil, zero value otherwise.
func (o *DeliveryCreateSiteRequest) GetFeaturesOk() (*[]DeliveryCreateSiteRequestFeature, bool)
GetFeaturesOk returns a tuple with the Features field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeliveryCreateSiteRequest) SetFeatures(v []DeliveryCreateSiteRequestFeature)
SetFeatures sets Features field to given value.
func (o *DeliveryCreateSiteRequest) HasFeatures() bool
HasFeatures returns a boolean if a field has been set.
func (o *DeliveryCreateSiteRequest) GetConfiguration() CustconfConfiguration
GetConfiguration returns the Configuration field if non-nil, zero value otherwise.
func (o *DeliveryCreateSiteRequest) GetConfigurationOk() (*CustconfConfiguration, bool)
GetConfigurationOk returns a tuple with the Configuration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeliveryCreateSiteRequest) SetConfiguration(v CustconfConfiguration)
SetConfiguration sets Configuration field to given value.
func (o *DeliveryCreateSiteRequest) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.