Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | The resource type. | [optional] |
ReverseRecord | Pointer to bool | [optional] | |
Views | Pointer to []LinkedHostRecordAllOfViews | [optional] |
func NewLinkedHostRecord() *LinkedHostRecord
NewLinkedHostRecord instantiates a new LinkedHostRecord 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 NewLinkedHostRecordWithDefaults() *LinkedHostRecord
NewLinkedHostRecordWithDefaults instantiates a new LinkedHostRecord 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 *LinkedHostRecord) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *LinkedHostRecord) 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 *LinkedHostRecord) SetType(v string)
SetType sets Type field to given value.
func (o *LinkedHostRecord) HasType() bool
HasType returns a boolean if a field has been set.
func (o *LinkedHostRecord) GetReverseRecord() bool
GetReverseRecord returns the ReverseRecord field if non-nil, zero value otherwise.
func (o *LinkedHostRecord) GetReverseRecordOk() (*bool, bool)
GetReverseRecordOk returns a tuple with the ReverseRecord field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinkedHostRecord) SetReverseRecord(v bool)
SetReverseRecord sets ReverseRecord field to given value.
func (o *LinkedHostRecord) HasReverseRecord() bool
HasReverseRecord returns a boolean if a field has been set.
func (o *LinkedHostRecord) GetViews() []LinkedHostRecordAllOfViews
GetViews returns the Views field if non-nil, zero value otherwise.
func (o *LinkedHostRecord) GetViewsOk() (*[]LinkedHostRecordAllOfViews, bool)
GetViewsOk returns a tuple with the Views field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinkedHostRecord) SetViews(v []LinkedHostRecordAllOfViews)
SetViews sets Views field to given value.
func (o *LinkedHostRecord) HasViews() bool
HasViews returns a boolean if a field has been set.