Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] [readonly] | |
DomainId | Pointer to string | [optional] [readonly] | |
ApplicationId | Pointer to string | [optional] [readonly] | |
Active | Pointer to bool | [optional] | |
Options | Pointer to map[string]interface{} | [optional] | |
CreatedAt | Pointer to time.Time | [optional] [readonly] | |
UpdatedAt | Pointer to time.Time | [optional] [readonly] |
func NewDomainCdnApp() *DomainCdnApp
NewDomainCdnApp instantiates a new DomainCdnApp 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 NewDomainCdnAppWithDefaults() *DomainCdnApp
NewDomainCdnAppWithDefaults instantiates a new DomainCdnApp 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 *DomainCdnApp) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *DomainCdnApp) 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 *DomainCdnApp) SetId(v string)
SetId sets Id field to given value.
func (o *DomainCdnApp) HasId() bool
HasId returns a boolean if a field has been set.
func (o *DomainCdnApp) GetDomainId() string
GetDomainId returns the DomainId field if non-nil, zero value otherwise.
func (o *DomainCdnApp) GetDomainIdOk() (*string, bool)
GetDomainIdOk returns a tuple with the DomainId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainCdnApp) SetDomainId(v string)
SetDomainId sets DomainId field to given value.
func (o *DomainCdnApp) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (o *DomainCdnApp) GetApplicationId() string
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *DomainCdnApp) GetApplicationIdOk() (*string, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainCdnApp) SetApplicationId(v string)
SetApplicationId sets ApplicationId field to given value.
func (o *DomainCdnApp) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (o *DomainCdnApp) GetActive() bool
GetActive returns the Active field if non-nil, zero value otherwise.
func (o *DomainCdnApp) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainCdnApp) SetActive(v bool)
SetActive sets Active field to given value.
func (o *DomainCdnApp) HasActive() bool
HasActive returns a boolean if a field has been set.
func (o *DomainCdnApp) GetOptions() map[string]interface{}
GetOptions returns the Options field if non-nil, zero value otherwise.
func (o *DomainCdnApp) GetOptionsOk() (*map[string]interface{}, bool)
GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainCdnApp) SetOptions(v map[string]interface{})
SetOptions sets Options field to given value.
func (o *DomainCdnApp) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (o *DomainCdnApp) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *DomainCdnApp) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainCdnApp) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *DomainCdnApp) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *DomainCdnApp) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *DomainCdnApp) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainCdnApp) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *DomainCdnApp) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.