Name | Type | Description | Notes |
---|---|---|---|
Value | Pointer to TXTRecordValue | [optional] | |
Type | Pointer to string | [optional] [default to "txt"] | |
Id | Pointer to string | [optional] [readonly] | |
Name | Pointer to string | [optional] | |
Ttl | Pointer to int32 | [optional] | |
Cloud | Pointer to bool | [optional] [default to false] | |
UpstreamHttps | Pointer to string | [optional] | |
IpFilterMode | Pointer to DnsRecordIpFilterMode | [optional] | |
IsProtected | Pointer to bool | Protected records cannot be modified or deleted by user. | [optional] [readonly] [default to false] |
Usage | Pointer to []string | [optional] [readonly] [default to []] | |
CreatedAt | Pointer to time.Time | [optional] [readonly] | |
UpdatedAt | Pointer to time.Time | [optional] [readonly] |
func NewTXTRecord() *TXTRecord
NewTXTRecord instantiates a new TXTRecord 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 NewTXTRecordWithDefaults() *TXTRecord
NewTXTRecordWithDefaults instantiates a new TXTRecord 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 *TXTRecord) GetValue() TXTRecordValue
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *TXTRecord) GetValueOk() (*TXTRecordValue, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TXTRecord) SetValue(v TXTRecordValue)
SetValue sets Value field to given value.
func (o *TXTRecord) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *TXTRecord) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *TXTRecord) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TXTRecord) SetType(v string)
SetType sets Type field to given value.
func (o *TXTRecord) HasType() bool
HasType returns a boolean if a field has been set.
func (o *TXTRecord) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *TXTRecord) 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 *TXTRecord) SetId(v string)
SetId sets Id field to given value.
func (o *TXTRecord) HasId() bool
HasId returns a boolean if a field has been set.
func (o *TXTRecord) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *TXTRecord) 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 *TXTRecord) SetName(v string)
SetName sets Name field to given value.
func (o *TXTRecord) HasName() bool
HasName returns a boolean if a field has been set.
func (o *TXTRecord) GetTtl() int32
GetTtl returns the Ttl field if non-nil, zero value otherwise.
func (o *TXTRecord) GetTtlOk() (*int32, bool)
GetTtlOk returns a tuple with the Ttl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TXTRecord) SetTtl(v int32)
SetTtl sets Ttl field to given value.
func (o *TXTRecord) HasTtl() bool
HasTtl returns a boolean if a field has been set.
func (o *TXTRecord) GetCloud() bool
GetCloud returns the Cloud field if non-nil, zero value otherwise.
func (o *TXTRecord) GetCloudOk() (*bool, bool)
GetCloudOk returns a tuple with the Cloud field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TXTRecord) SetCloud(v bool)
SetCloud sets Cloud field to given value.
func (o *TXTRecord) HasCloud() bool
HasCloud returns a boolean if a field has been set.
func (o *TXTRecord) GetUpstreamHttps() string
GetUpstreamHttps returns the UpstreamHttps field if non-nil, zero value otherwise.
func (o *TXTRecord) GetUpstreamHttpsOk() (*string, bool)
GetUpstreamHttpsOk returns a tuple with the UpstreamHttps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TXTRecord) SetUpstreamHttps(v string)
SetUpstreamHttps sets UpstreamHttps field to given value.
func (o *TXTRecord) HasUpstreamHttps() bool
HasUpstreamHttps returns a boolean if a field has been set.
func (o *TXTRecord) GetIpFilterMode() DnsRecordIpFilterMode
GetIpFilterMode returns the IpFilterMode field if non-nil, zero value otherwise.
func (o *TXTRecord) GetIpFilterModeOk() (*DnsRecordIpFilterMode, bool)
GetIpFilterModeOk returns a tuple with the IpFilterMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TXTRecord) SetIpFilterMode(v DnsRecordIpFilterMode)
SetIpFilterMode sets IpFilterMode field to given value.
func (o *TXTRecord) HasIpFilterMode() bool
HasIpFilterMode returns a boolean if a field has been set.
func (o *TXTRecord) GetIsProtected() bool
GetIsProtected returns the IsProtected field if non-nil, zero value otherwise.
func (o *TXTRecord) GetIsProtectedOk() (*bool, bool)
GetIsProtectedOk returns a tuple with the IsProtected field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TXTRecord) SetIsProtected(v bool)
SetIsProtected sets IsProtected field to given value.
func (o *TXTRecord) HasIsProtected() bool
HasIsProtected returns a boolean if a field has been set.
func (o *TXTRecord) GetUsage() []string
GetUsage returns the Usage field if non-nil, zero value otherwise.
func (o *TXTRecord) GetUsageOk() (*[]string, bool)
GetUsageOk returns a tuple with the Usage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TXTRecord) SetUsage(v []string)
SetUsage sets Usage field to given value.
func (o *TXTRecord) HasUsage() bool
HasUsage returns a boolean if a field has been set.
func (o *TXTRecord) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *TXTRecord) 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 *TXTRecord) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *TXTRecord) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *TXTRecord) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *TXTRecord) 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 *TXTRecord) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *TXTRecord) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.