Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | The ID of the object that is the secondary entity. | [optional] |
Label | Pointer to string | The label of this object. | [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 NewGetEvents200ResponseDataInnerSecondaryEntity() *GetEvents200ResponseDataInnerSecondaryEntity
NewGetEvents200ResponseDataInnerSecondaryEntity instantiates a new GetEvents200ResponseDataInnerSecondaryEntity 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 NewGetEvents200ResponseDataInnerSecondaryEntityWithDefaults() *GetEvents200ResponseDataInnerSecondaryEntity
NewGetEvents200ResponseDataInnerSecondaryEntityWithDefaults instantiates a new GetEvents200ResponseDataInnerSecondaryEntity 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 *GetEvents200ResponseDataInnerSecondaryEntity) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetEvents200ResponseDataInnerSecondaryEntity) GetIdOk() (*string, 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 *GetEvents200ResponseDataInnerSecondaryEntity) SetId(v string)
SetId sets Id field to given value.
func (o *GetEvents200ResponseDataInnerSecondaryEntity) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetEvents200ResponseDataInnerSecondaryEntity) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *GetEvents200ResponseDataInnerSecondaryEntity) 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 *GetEvents200ResponseDataInnerSecondaryEntity) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *GetEvents200ResponseDataInnerSecondaryEntity) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *GetEvents200ResponseDataInnerSecondaryEntity) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GetEvents200ResponseDataInnerSecondaryEntity) 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 *GetEvents200ResponseDataInnerSecondaryEntity) SetType(v string)
SetType sets Type field to given value.
func (o *GetEvents200ResponseDataInnerSecondaryEntity) HasType() bool
HasType returns a boolean if a field has been set.
func (o *GetEvents200ResponseDataInnerSecondaryEntity) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *GetEvents200ResponseDataInnerSecondaryEntity) 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 *GetEvents200ResponseDataInnerSecondaryEntity) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *GetEvents200ResponseDataInnerSecondaryEntity) HasUrl() bool
HasUrl returns a boolean if a field has been set.