Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.27 KB

GetEvents200ResponseDataInnerSecondaryEntity.md

File metadata and controls

134 lines (73 loc) · 4.27 KB

GetEvents200ResponseDataInnerSecondaryEntity

Properties

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]

Methods

NewGetEvents200ResponseDataInnerSecondaryEntity

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

NewGetEvents200ResponseDataInnerSecondaryEntityWithDefaults

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

GetId

func (o *GetEvents200ResponseDataInnerSecondaryEntity) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *GetEvents200ResponseDataInnerSecondaryEntity) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *GetEvents200ResponseDataInnerSecondaryEntity) HasId() bool

HasId returns a boolean if a field has been set.

GetLabel

func (o *GetEvents200ResponseDataInnerSecondaryEntity) GetLabel() string

GetLabel returns the Label field if non-nil, zero value otherwise.

GetLabelOk

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.

SetLabel

func (o *GetEvents200ResponseDataInnerSecondaryEntity) SetLabel(v string)

SetLabel sets Label field to given value.

HasLabel

func (o *GetEvents200ResponseDataInnerSecondaryEntity) HasLabel() bool

HasLabel returns a boolean if a field has been set.

GetType

func (o *GetEvents200ResponseDataInnerSecondaryEntity) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *GetEvents200ResponseDataInnerSecondaryEntity) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *GetEvents200ResponseDataInnerSecondaryEntity) HasType() bool

HasType returns a boolean if a field has been set.

GetUrl

func (o *GetEvents200ResponseDataInnerSecondaryEntity) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *GetEvents200ResponseDataInnerSecondaryEntity) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *GetEvents200ResponseDataInnerSecondaryEntity) HasUrl() bool

HasUrl returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]