Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to float32 | The id of the entity being affected by maintenance. | [optional] |
Label | Pointer to string | The label of the entity being affected by maintenance. | [optional] |
Type | Pointer to string | The type of entity. | [optional] |
Url | Pointer to string | The API endpoint prefix to use in combination with the entity id to find specific information about the entity. | [optional] |
func NewGetMaintenance200ResponseDataInnerEntity() *GetMaintenance200ResponseDataInnerEntity
NewGetMaintenance200ResponseDataInnerEntity instantiates a new GetMaintenance200ResponseDataInnerEntity 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 NewGetMaintenance200ResponseDataInnerEntityWithDefaults() *GetMaintenance200ResponseDataInnerEntity
NewGetMaintenance200ResponseDataInnerEntityWithDefaults instantiates a new GetMaintenance200ResponseDataInnerEntity 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 *GetMaintenance200ResponseDataInnerEntity) GetId() float32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetMaintenance200ResponseDataInnerEntity) GetIdOk() (*float32, 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 *GetMaintenance200ResponseDataInnerEntity) SetId(v float32)
SetId sets Id field to given value.
func (o *GetMaintenance200ResponseDataInnerEntity) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetMaintenance200ResponseDataInnerEntity) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *GetMaintenance200ResponseDataInnerEntity) 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 *GetMaintenance200ResponseDataInnerEntity) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *GetMaintenance200ResponseDataInnerEntity) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *GetMaintenance200ResponseDataInnerEntity) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GetMaintenance200ResponseDataInnerEntity) 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 *GetMaintenance200ResponseDataInnerEntity) SetType(v string)
SetType sets Type field to given value.
func (o *GetMaintenance200ResponseDataInnerEntity) HasType() bool
HasType returns a boolean if a field has been set.
func (o *GetMaintenance200ResponseDataInnerEntity) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *GetMaintenance200ResponseDataInnerEntity) 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 *GetMaintenance200ResponseDataInnerEntity) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *GetMaintenance200ResponseDataInnerEntity) HasUrl() bool
HasUrl returns a boolean if a field has been set.