Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | The entity's ID. | [optional] |
Label | Pointer to string | The entity's label. | [optional] [readonly] |
Type | Pointer to string | The entity's type. | [optional] |
Url | Pointer to string | The API URL path you can use to access this entity. | [optional] [readonly] |
func NewGetFirewallDevices200ResponseDataInnerEntity() *GetFirewallDevices200ResponseDataInnerEntity
NewGetFirewallDevices200ResponseDataInnerEntity instantiates a new GetFirewallDevices200ResponseDataInnerEntity 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 NewGetFirewallDevices200ResponseDataInnerEntityWithDefaults() *GetFirewallDevices200ResponseDataInnerEntity
NewGetFirewallDevices200ResponseDataInnerEntityWithDefaults instantiates a new GetFirewallDevices200ResponseDataInnerEntity 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 *GetFirewallDevices200ResponseDataInnerEntity) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetFirewallDevices200ResponseDataInnerEntity) GetIdOk() (*int32, 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 *GetFirewallDevices200ResponseDataInnerEntity) SetId(v int32)
SetId sets Id field to given value.
func (o *GetFirewallDevices200ResponseDataInnerEntity) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetFirewallDevices200ResponseDataInnerEntity) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *GetFirewallDevices200ResponseDataInnerEntity) 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 *GetFirewallDevices200ResponseDataInnerEntity) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *GetFirewallDevices200ResponseDataInnerEntity) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *GetFirewallDevices200ResponseDataInnerEntity) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GetFirewallDevices200ResponseDataInnerEntity) 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 *GetFirewallDevices200ResponseDataInnerEntity) SetType(v string)
SetType sets Type field to given value.
func (o *GetFirewallDevices200ResponseDataInnerEntity) HasType() bool
HasType returns a boolean if a field has been set.
func (o *GetFirewallDevices200ResponseDataInnerEntity) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *GetFirewallDevices200ResponseDataInnerEntity) 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 *GetFirewallDevices200ResponseDataInnerEntity) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *GetFirewallDevices200ResponseDataInnerEntity) HasUrl() bool
HasUrl returns a boolean if a field has been set.