Name | Type | Description | Notes |
---|---|---|---|
ProductId | string |
func NewActivationKeyProductDTO(productId string, ) *ActivationKeyProductDTO
NewActivationKeyProductDTO instantiates a new ActivationKeyProductDTO 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 NewActivationKeyProductDTOWithDefaults() *ActivationKeyProductDTO
NewActivationKeyProductDTOWithDefaults instantiates a new ActivationKeyProductDTO 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 *ActivationKeyProductDTO) GetProductId() string
GetProductId returns the ProductId field if non-nil, zero value otherwise.
func (o *ActivationKeyProductDTO) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActivationKeyProductDTO) SetProductId(v string)
SetProductId sets ProductId field to given value.