| Name | Type | Description | Notes |
|---|---|---|---|
| Creator | CreatorPartialDto | ||
| Rarity | Rarity |
func NewCreatorRarityDto(creator CreatorPartialDto, rarity Rarity, ) *CreatorRarityDto
NewCreatorRarityDto instantiates a new CreatorRarityDto 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 NewCreatorRarityDtoWithDefaults() *CreatorRarityDto
NewCreatorRarityDtoWithDefaults instantiates a new CreatorRarityDto 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 *CreatorRarityDto) GetCreator() CreatorPartialDto
GetCreator returns the Creator field if non-nil, zero value otherwise.
func (o *CreatorRarityDto) GetCreatorOk() (*CreatorPartialDto, bool)
GetCreatorOk returns a tuple with the Creator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreatorRarityDto) SetCreator(v CreatorPartialDto)
SetCreator sets Creator field to given value.
func (o *CreatorRarityDto) GetRarity() Rarity
GetRarity returns the Rarity field if non-nil, zero value otherwise.
func (o *CreatorRarityDto) GetRarityOk() (*Rarity, bool)
GetRarityOk returns a tuple with the Rarity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreatorRarityDto) SetRarity(v Rarity)
SetRarity sets Rarity field to given value.