Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.38 KB

ApiApplicationBaseDTO.md

File metadata and controls

160 lines (87 loc) · 4.38 KB

ApiApplicationBaseDTO

Properties

Name Type Description Notes
ContactUserName Pointer to string [optional]
Id Pointer to string [optional]
Name Pointer to string [optional]
OrganizationId Pointer to string [optional]
PublicId Pointer to string [optional]

Methods

NewApiApplicationBaseDTO

func NewApiApplicationBaseDTO() *ApiApplicationBaseDTO

NewApiApplicationBaseDTO instantiates a new ApiApplicationBaseDTO 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

NewApiApplicationBaseDTOWithDefaults

func NewApiApplicationBaseDTOWithDefaults() *ApiApplicationBaseDTO

NewApiApplicationBaseDTOWithDefaults instantiates a new ApiApplicationBaseDTO 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

GetContactUserName

func (o *ApiApplicationBaseDTO) GetContactUserName() string

GetContactUserName returns the ContactUserName field if non-nil, zero value otherwise.

GetContactUserNameOk

func (o *ApiApplicationBaseDTO) GetContactUserNameOk() (*string, bool)

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

SetContactUserName

func (o *ApiApplicationBaseDTO) SetContactUserName(v string)

SetContactUserName sets ContactUserName field to given value.

HasContactUserName

func (o *ApiApplicationBaseDTO) HasContactUserName() bool

HasContactUserName returns a boolean if a field has been set.

GetId

func (o *ApiApplicationBaseDTO) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ApiApplicationBaseDTO) GetIdOk() (*string, bool)

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

SetId

func (o *ApiApplicationBaseDTO) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ApiApplicationBaseDTO) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *ApiApplicationBaseDTO) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ApiApplicationBaseDTO) 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.

SetName

func (o *ApiApplicationBaseDTO) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ApiApplicationBaseDTO) HasName() bool

HasName returns a boolean if a field has been set.

GetOrganizationId

func (o *ApiApplicationBaseDTO) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.

GetOrganizationIdOk

func (o *ApiApplicationBaseDTO) GetOrganizationIdOk() (*string, bool)

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

SetOrganizationId

func (o *ApiApplicationBaseDTO) SetOrganizationId(v string)

SetOrganizationId sets OrganizationId field to given value.

HasOrganizationId

func (o *ApiApplicationBaseDTO) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

GetPublicId

func (o *ApiApplicationBaseDTO) GetPublicId() string

GetPublicId returns the PublicId field if non-nil, zero value otherwise.

GetPublicIdOk

func (o *ApiApplicationBaseDTO) GetPublicIdOk() (*string, bool)

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

SetPublicId

func (o *ApiApplicationBaseDTO) SetPublicId(v string)

SetPublicId sets PublicId field to given value.

HasPublicId

func (o *ApiApplicationBaseDTO) HasPublicId() bool

HasPublicId returns a boolean if a field has been set.

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