Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.59 KB

ActivationKeyProductDTO.md

File metadata and controls

51 lines (28 loc) · 1.59 KB

ActivationKeyProductDTO

Properties

Name Type Description Notes
ProductId string

Methods

NewActivationKeyProductDTO

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

NewActivationKeyProductDTOWithDefaults

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

GetProductId

func (o *ActivationKeyProductDTO) GetProductId() string

GetProductId returns the ProductId field if non-nil, zero value otherwise.

GetProductIdOk

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.

SetProductId

func (o *ActivationKeyProductDTO) SetProductId(v string)

SetProductId sets ProductId field to given value.

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