Name | Type | Description | Notes |
---|---|---|---|
Created | Pointer to string | [optional] | |
Updated | Pointer to string | [optional] | |
Id | Pointer to string | [optional] | |
Label | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Url | Pointer to string | [optional] | |
Certificate | Pointer to CertificateDTO | [optional] |
func NewCdnDTO() *CdnDTO
NewCdnDTO instantiates a new CdnDTO 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 NewCdnDTOWithDefaults() *CdnDTO
NewCdnDTOWithDefaults instantiates a new CdnDTO 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 *CdnDTO) GetCreated() string
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *CdnDTO) GetCreatedOk() (*string, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnDTO) SetCreated(v string)
SetCreated sets Created field to given value.
func (o *CdnDTO) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *CdnDTO) GetUpdated() string
GetUpdated returns the Updated field if non-nil, zero value otherwise.
func (o *CdnDTO) GetUpdatedOk() (*string, bool)
GetUpdatedOk returns a tuple with the Updated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnDTO) SetUpdated(v string)
SetUpdated sets Updated field to given value.
func (o *CdnDTO) HasUpdated() bool
HasUpdated returns a boolean if a field has been set.
func (o *CdnDTO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CdnDTO) 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 *CdnDTO) SetId(v string)
SetId sets Id field to given value.
func (o *CdnDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CdnDTO) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *CdnDTO) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnDTO) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *CdnDTO) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *CdnDTO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CdnDTO) 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 *CdnDTO) SetName(v string)
SetName sets Name field to given value.
func (o *CdnDTO) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CdnDTO) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *CdnDTO) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnDTO) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *CdnDTO) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *CdnDTO) GetCertificate() CertificateDTO
GetCertificate returns the Certificate field if non-nil, zero value otherwise.
func (o *CdnDTO) GetCertificateOk() (*CertificateDTO, bool)
GetCertificateOk returns a tuple with the Certificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnDTO) SetCertificate(v CertificateDTO)
SetCertificate sets Certificate field to given value.
func (o *CdnDTO) HasCertificate() bool
HasCertificate returns a boolean if a field has been set.