| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | An EdgeRule's unique identifier | [optional] |
| Name | Pointer to string | An EdgeRule's name | [optional] |
| Slug | Pointer to string | A human and machine readable name for an EdgeRule | [optional] |
| CreatedAt | Pointer to time.Time | The date an EdgeRule was created | [optional] |
| UpdatedAt | Pointer to time.Time | The date an EdgeRule was last updated | [optional] |
func NewCdnScopeRule() *CdnScopeRule
NewCdnScopeRule instantiates a new CdnScopeRule 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 NewCdnScopeRuleWithDefaults() *CdnScopeRule
NewCdnScopeRuleWithDefaults instantiates a new CdnScopeRule 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 *CdnScopeRule) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CdnScopeRule) 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 *CdnScopeRule) SetId(v string)
SetId sets Id field to given value.
func (o *CdnScopeRule) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CdnScopeRule) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CdnScopeRule) 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 *CdnScopeRule) SetName(v string)
SetName sets Name field to given value.
func (o *CdnScopeRule) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CdnScopeRule) GetSlug() string
GetSlug returns the Slug field if non-nil, zero value otherwise.
func (o *CdnScopeRule) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnScopeRule) SetSlug(v string)
SetSlug sets Slug field to given value.
func (o *CdnScopeRule) HasSlug() bool
HasSlug returns a boolean if a field has been set.
func (o *CdnScopeRule) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *CdnScopeRule) 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 *CdnScopeRule) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *CdnScopeRule) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *CdnScopeRule) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *CdnScopeRule) 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 *CdnScopeRule) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *CdnScopeRule) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.