Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to NullableInt32 | The unique ID of the notification's entity, based on the entity type. Returns `null` for an `account` or `promotion` entity. | [optional] |
Label | Pointer to NullableString | The current label for this notification's entity. Returns `null` for the following entity types: - `entity_transfer` - `promotion` - `region` | [optional] |
Type | Pointer to string | The type of entity this is related to. | [optional] |
Url | Pointer to NullableString | The URL where you can access the notification's object. The URL is relative to the domain where you retrieved the notification. This value is `null` for the `promotion` entity type. | [optional] |
func NewGetNotifications200ResponseDataInnerEntity() *GetNotifications200ResponseDataInnerEntity
NewGetNotifications200ResponseDataInnerEntity instantiates a new GetNotifications200ResponseDataInnerEntity 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 NewGetNotifications200ResponseDataInnerEntityWithDefaults() *GetNotifications200ResponseDataInnerEntity
NewGetNotifications200ResponseDataInnerEntityWithDefaults instantiates a new GetNotifications200ResponseDataInnerEntity 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 *GetNotifications200ResponseDataInnerEntity) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetNotifications200ResponseDataInnerEntity) 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 *GetNotifications200ResponseDataInnerEntity) SetId(v int32)
SetId sets Id field to given value.
func (o *GetNotifications200ResponseDataInnerEntity) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetNotifications200ResponseDataInnerEntity) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *GetNotifications200ResponseDataInnerEntity) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *GetNotifications200ResponseDataInnerEntity) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *GetNotifications200ResponseDataInnerEntity) 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 *GetNotifications200ResponseDataInnerEntity) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *GetNotifications200ResponseDataInnerEntity) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *GetNotifications200ResponseDataInnerEntity) SetLabelNil(b bool)
SetLabelNil sets the value for Label to be an explicit nil
func (o *GetNotifications200ResponseDataInnerEntity) UnsetLabel()
UnsetLabel ensures that no value is present for Label, not even an explicit nil
func (o *GetNotifications200ResponseDataInnerEntity) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GetNotifications200ResponseDataInnerEntity) 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 *GetNotifications200ResponseDataInnerEntity) SetType(v string)
SetType sets Type field to given value.
func (o *GetNotifications200ResponseDataInnerEntity) HasType() bool
HasType returns a boolean if a field has been set.
func (o *GetNotifications200ResponseDataInnerEntity) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *GetNotifications200ResponseDataInnerEntity) 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 *GetNotifications200ResponseDataInnerEntity) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *GetNotifications200ResponseDataInnerEntity) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *GetNotifications200ResponseDataInnerEntity) SetUrlNil(b bool)
SetUrlNil sets the value for Url to be an explicit nil
func (o *GetNotifications200ResponseDataInnerEntity) UnsetUrl()
UnsetUrl ensures that no value is present for Url, not even an explicit nil