Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int64 | The resource identifier. | [optional] |
Type | Pointer to string | The resource type. | [optional] |
Name | Pointer to string | The name of the view. | [optional] |
UserDefinedFields | Pointer to map[string]string | User-defined fields set for the resource. | [optional] |
Configuration | Pointer to InlinedConfiguration | [optional] [readonly] | |
DeviceRegistrationEnabled | Pointer to bool | Indicates whether DNS redirection has been enabled for use with the BlueCat Device Registration Portal. | [optional] |
DeviceRegistrationPortalAddress | Pointer to string | The IPv4 address of the BlueCat Device Registration Portal. | [optional] |
Links | Pointer to ResourceLinks | [optional] |
func NewGetViews200ResponseDataInner() *GetViews200ResponseDataInner
NewGetViews200ResponseDataInner instantiates a new GetViews200ResponseDataInner 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 NewGetViews200ResponseDataInnerWithDefaults() *GetViews200ResponseDataInner
NewGetViews200ResponseDataInnerWithDefaults instantiates a new GetViews200ResponseDataInner 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 *GetViews200ResponseDataInner) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetViews200ResponseDataInner) GetIdOk() (*int64, 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 *GetViews200ResponseDataInner) SetId(v int64)
SetId sets Id field to given value.
func (o *GetViews200ResponseDataInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetViews200ResponseDataInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GetViews200ResponseDataInner) 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 *GetViews200ResponseDataInner) SetType(v string)
SetType sets Type field to given value.
func (o *GetViews200ResponseDataInner) HasType() bool
HasType returns a boolean if a field has been set.
func (o *GetViews200ResponseDataInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GetViews200ResponseDataInner) 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 *GetViews200ResponseDataInner) SetName(v string)
SetName sets Name field to given value.
func (o *GetViews200ResponseDataInner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GetViews200ResponseDataInner) GetUserDefinedFields() map[string]string
GetUserDefinedFields returns the UserDefinedFields field if non-nil, zero value otherwise.
func (o *GetViews200ResponseDataInner) GetUserDefinedFieldsOk() (*map[string]string, bool)
GetUserDefinedFieldsOk returns a tuple with the UserDefinedFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetViews200ResponseDataInner) SetUserDefinedFields(v map[string]string)
SetUserDefinedFields sets UserDefinedFields field to given value.
func (o *GetViews200ResponseDataInner) HasUserDefinedFields() bool
HasUserDefinedFields returns a boolean if a field has been set.
func (o *GetViews200ResponseDataInner) GetConfiguration() InlinedConfiguration
GetConfiguration returns the Configuration field if non-nil, zero value otherwise.
func (o *GetViews200ResponseDataInner) GetConfigurationOk() (*InlinedConfiguration, bool)
GetConfigurationOk returns a tuple with the Configuration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetViews200ResponseDataInner) SetConfiguration(v InlinedConfiguration)
SetConfiguration sets Configuration field to given value.
func (o *GetViews200ResponseDataInner) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (o *GetViews200ResponseDataInner) GetDeviceRegistrationEnabled() bool
GetDeviceRegistrationEnabled returns the DeviceRegistrationEnabled field if non-nil, zero value otherwise.
func (o *GetViews200ResponseDataInner) GetDeviceRegistrationEnabledOk() (*bool, bool)
GetDeviceRegistrationEnabledOk returns a tuple with the DeviceRegistrationEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetViews200ResponseDataInner) SetDeviceRegistrationEnabled(v bool)
SetDeviceRegistrationEnabled sets DeviceRegistrationEnabled field to given value.
func (o *GetViews200ResponseDataInner) HasDeviceRegistrationEnabled() bool
HasDeviceRegistrationEnabled returns a boolean if a field has been set.
func (o *GetViews200ResponseDataInner) GetDeviceRegistrationPortalAddress() string
GetDeviceRegistrationPortalAddress returns the DeviceRegistrationPortalAddress field if non-nil, zero value otherwise.
func (o *GetViews200ResponseDataInner) GetDeviceRegistrationPortalAddressOk() (*string, bool)
GetDeviceRegistrationPortalAddressOk returns a tuple with the DeviceRegistrationPortalAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetViews200ResponseDataInner) SetDeviceRegistrationPortalAddress(v string)
SetDeviceRegistrationPortalAddress sets DeviceRegistrationPortalAddress field to given value.
func (o *GetViews200ResponseDataInner) HasDeviceRegistrationPortalAddress() bool
HasDeviceRegistrationPortalAddress returns a boolean if a field has been set.
func (o *GetViews200ResponseDataInner) GetLinks() ResourceLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *GetViews200ResponseDataInner) GetLinksOk() (*ResourceLinks, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetViews200ResponseDataInner) SetLinks(v ResourceLinks)
SetLinks sets Links field to given value.
func (o *GetViews200ResponseDataInner) HasLinks() bool
HasLinks returns a boolean if a field has been set.