Name | Type | Description | Notes |
---|---|---|---|
ApplicationTags | Pointer to []ApiApplicationTagDTO | [optional] | |
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 NewApiApplicationDTO() *ApiApplicationDTO
NewApiApplicationDTO instantiates a new ApiApplicationDTO 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 NewApiApplicationDTOWithDefaults() *ApiApplicationDTO
NewApiApplicationDTOWithDefaults instantiates a new ApiApplicationDTO 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 *ApiApplicationDTO) GetApplicationTags() []ApiApplicationTagDTO
GetApplicationTags returns the ApplicationTags field if non-nil, zero value otherwise.
func (o *ApiApplicationDTO) GetApplicationTagsOk() (*[]ApiApplicationTagDTO, bool)
GetApplicationTagsOk returns a tuple with the ApplicationTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiApplicationDTO) SetApplicationTags(v []ApiApplicationTagDTO)
SetApplicationTags sets ApplicationTags field to given value.
func (o *ApiApplicationDTO) HasApplicationTags() bool
HasApplicationTags returns a boolean if a field has been set.
func (o *ApiApplicationDTO) GetContactUserName() string
GetContactUserName returns the ContactUserName field if non-nil, zero value otherwise.
func (o *ApiApplicationDTO) 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 *ApiApplicationDTO) SetContactUserName(v string)
SetContactUserName sets ContactUserName field to given value.
func (o *ApiApplicationDTO) HasContactUserName() bool
HasContactUserName returns a boolean if a field has been set.
func (o *ApiApplicationDTO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ApiApplicationDTO) 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 *ApiApplicationDTO) SetId(v string)
SetId sets Id field to given value.
func (o *ApiApplicationDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ApiApplicationDTO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ApiApplicationDTO) 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 *ApiApplicationDTO) SetName(v string)
SetName sets Name field to given value.
func (o *ApiApplicationDTO) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ApiApplicationDTO) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.
func (o *ApiApplicationDTO) 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 *ApiApplicationDTO) SetOrganizationId(v string)
SetOrganizationId sets OrganizationId field to given value.
func (o *ApiApplicationDTO) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (o *ApiApplicationDTO) GetPublicId() string
GetPublicId returns the PublicId field if non-nil, zero value otherwise.
func (o *ApiApplicationDTO) 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 *ApiApplicationDTO) SetPublicId(v string)
SetPublicId sets PublicId field to given value.
func (o *ApiApplicationDTO) HasPublicId() bool
HasPublicId returns a boolean if a field has been set.