Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.26 KB

ApiLicenseDTO.md

File metadata and controls

82 lines (45 loc) · 2.26 KB

ApiLicenseDTO

Properties

Name Type Description Notes
LicenseId Pointer to string [optional]
LicenseName Pointer to string [optional]

Methods

NewApiLicenseDTO

func NewApiLicenseDTO() *ApiLicenseDTO

NewApiLicenseDTO instantiates a new ApiLicenseDTO 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

NewApiLicenseDTOWithDefaults

func NewApiLicenseDTOWithDefaults() *ApiLicenseDTO

NewApiLicenseDTOWithDefaults instantiates a new ApiLicenseDTO 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

GetLicenseId

func (o *ApiLicenseDTO) GetLicenseId() string

GetLicenseId returns the LicenseId field if non-nil, zero value otherwise.

GetLicenseIdOk

func (o *ApiLicenseDTO) GetLicenseIdOk() (*string, bool)

GetLicenseIdOk returns a tuple with the LicenseId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLicenseId

func (o *ApiLicenseDTO) SetLicenseId(v string)

SetLicenseId sets LicenseId field to given value.

HasLicenseId

func (o *ApiLicenseDTO) HasLicenseId() bool

HasLicenseId returns a boolean if a field has been set.

GetLicenseName

func (o *ApiLicenseDTO) GetLicenseName() string

GetLicenseName returns the LicenseName field if non-nil, zero value otherwise.

GetLicenseNameOk

func (o *ApiLicenseDTO) GetLicenseNameOk() (*string, bool)

GetLicenseNameOk returns a tuple with the LicenseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLicenseName

func (o *ApiLicenseDTO) SetLicenseName(v string)

SetLicenseName sets LicenseName field to given value.

HasLicenseName

func (o *ApiLicenseDTO) HasLicenseName() bool

HasLicenseName returns a boolean if a field has been set.

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