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] |
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
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
func (o *ApiApplicationBaseDTO) GetContactUserName() string
GetContactUserName returns the ContactUserName field if non-nil, zero value otherwise.
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.
func (o *ApiApplicationBaseDTO) SetContactUserName(v string)
SetContactUserName sets ContactUserName field to given value.
func (o *ApiApplicationBaseDTO) HasContactUserName() bool
HasContactUserName returns a boolean if a field has been set.
func (o *ApiApplicationBaseDTO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ApiApplicationBaseDTO) SetId(v string)
SetId sets Id field to given value.
func (o *ApiApplicationBaseDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ApiApplicationBaseDTO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *ApiApplicationBaseDTO) SetName(v string)
SetName sets Name field to given value.
func (o *ApiApplicationBaseDTO) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ApiApplicationBaseDTO) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.
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.
func (o *ApiApplicationBaseDTO) SetOrganizationId(v string)
SetOrganizationId sets OrganizationId field to given value.
func (o *ApiApplicationBaseDTO) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (o *ApiApplicationBaseDTO) GetPublicId() string
GetPublicId returns the PublicId field if non-nil, zero value otherwise.
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.
func (o *ApiApplicationBaseDTO) SetPublicId(v string)
SetPublicId sets PublicId field to given value.
func (o *ApiApplicationBaseDTO) HasPublicId() bool
HasPublicId returns a boolean if a field has been set.