Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | The unique ID for an Event's entity. Some Event entities do not have IDs associated with them, so they will not be returned when filtering by ID. These Events include: - `account` - `profile` Entities for some Events are assigned the ID of the Linode they correspond to. When filtering by ID for these Events, use the corresponding Linode's ID. These Events include: - `disks` - `backups` Tag Events use a tag's name for the entity ID field. When filtering by ID for tag Events, supply the name of the tag. | [optional] |
Label | Pointer to string | The current label of this object. The label may reflect changes that occur with this Event. | [optional] |
Type | Pointer to string | The type of entity that is being referenced by the Event. | [optional] [readonly] |
Url | Pointer to string | The URL where you can access the object this Event is for. If a relative URL, it is relative to the domain you retrieved the Event from. | [optional] |
func NewGetEvents200ResponseDataInnerEntity() *GetEvents200ResponseDataInnerEntity
NewGetEvents200ResponseDataInnerEntity instantiates a new GetEvents200ResponseDataInnerEntity 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 NewGetEvents200ResponseDataInnerEntityWithDefaults() *GetEvents200ResponseDataInnerEntity
NewGetEvents200ResponseDataInnerEntityWithDefaults instantiates a new GetEvents200ResponseDataInnerEntity 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 *GetEvents200ResponseDataInnerEntity) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetEvents200ResponseDataInnerEntity) 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 *GetEvents200ResponseDataInnerEntity) SetId(v int32)
SetId sets Id field to given value.
func (o *GetEvents200ResponseDataInnerEntity) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetEvents200ResponseDataInnerEntity) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *GetEvents200ResponseDataInnerEntity) 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 *GetEvents200ResponseDataInnerEntity) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *GetEvents200ResponseDataInnerEntity) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *GetEvents200ResponseDataInnerEntity) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GetEvents200ResponseDataInnerEntity) 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 *GetEvents200ResponseDataInnerEntity) SetType(v string)
SetType sets Type field to given value.
func (o *GetEvents200ResponseDataInnerEntity) HasType() bool
HasType returns a boolean if a field has been set.
func (o *GetEvents200ResponseDataInnerEntity) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *GetEvents200ResponseDataInnerEntity) 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 *GetEvents200ResponseDataInnerEntity) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *GetEvents200ResponseDataInnerEntity) HasUrl() bool
HasUrl returns a boolean if a field has been set.