Name | Type | Description | Notes |
---|---|---|---|
AnkamaId | Pointer to int32 | [optional] | |
ImageUrls | Pointer to Images | [optional] | |
Name | Pointer to string | [optional] | |
Subtype | Pointer to string | [optional] |
func NewAlmanaxTributeItem() *AlmanaxTributeItem
NewAlmanaxTributeItem instantiates a new AlmanaxTributeItem 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 NewAlmanaxTributeItemWithDefaults() *AlmanaxTributeItem
NewAlmanaxTributeItemWithDefaults instantiates a new AlmanaxTributeItem 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 *AlmanaxTributeItem) GetAnkamaId() int32
GetAnkamaId returns the AnkamaId field if non-nil, zero value otherwise.
func (o *AlmanaxTributeItem) GetAnkamaIdOk() (*int32, bool)
GetAnkamaIdOk returns a tuple with the AnkamaId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlmanaxTributeItem) SetAnkamaId(v int32)
SetAnkamaId sets AnkamaId field to given value.
func (o *AlmanaxTributeItem) HasAnkamaId() bool
HasAnkamaId returns a boolean if a field has been set.
func (o *AlmanaxTributeItem) GetImageUrls() Images
GetImageUrls returns the ImageUrls field if non-nil, zero value otherwise.
func (o *AlmanaxTributeItem) GetImageUrlsOk() (*Images, bool)
GetImageUrlsOk returns a tuple with the ImageUrls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlmanaxTributeItem) SetImageUrls(v Images)
SetImageUrls sets ImageUrls field to given value.
func (o *AlmanaxTributeItem) HasImageUrls() bool
HasImageUrls returns a boolean if a field has been set.
func (o *AlmanaxTributeItem) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AlmanaxTributeItem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlmanaxTributeItem) SetName(v string)
SetName sets Name field to given value.
func (o *AlmanaxTributeItem) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AlmanaxTributeItem) GetSubtype() string
GetSubtype returns the Subtype field if non-nil, zero value otherwise.
func (o *AlmanaxTributeItem) GetSubtypeOk() (*string, bool)
GetSubtypeOk returns a tuple with the Subtype field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlmanaxTributeItem) SetSubtype(v string)
SetSubtype sets Subtype field to given value.
func (o *AlmanaxTributeItem) HasSubtype() bool
HasSubtype returns a boolean if a field has been set.