Name | Type | Description | Notes |
---|---|---|---|
ApplicationName | Pointer to string | [optional] | |
ApplicationPassword | Pointer to []string | [optional] | |
ServerUrl | Pointer to string | [optional] |
func NewApiCrowdConfigurationDTO() *ApiCrowdConfigurationDTO
NewApiCrowdConfigurationDTO instantiates a new ApiCrowdConfigurationDTO 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 NewApiCrowdConfigurationDTOWithDefaults() *ApiCrowdConfigurationDTO
NewApiCrowdConfigurationDTOWithDefaults instantiates a new ApiCrowdConfigurationDTO 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 *ApiCrowdConfigurationDTO) GetApplicationName() string
GetApplicationName returns the ApplicationName field if non-nil, zero value otherwise.
func (o *ApiCrowdConfigurationDTO) GetApplicationNameOk() (*string, bool)
GetApplicationNameOk returns a tuple with the ApplicationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiCrowdConfigurationDTO) SetApplicationName(v string)
SetApplicationName sets ApplicationName field to given value.
func (o *ApiCrowdConfigurationDTO) HasApplicationName() bool
HasApplicationName returns a boolean if a field has been set.
func (o *ApiCrowdConfigurationDTO) GetApplicationPassword() []string
GetApplicationPassword returns the ApplicationPassword field if non-nil, zero value otherwise.
func (o *ApiCrowdConfigurationDTO) GetApplicationPasswordOk() (*[]string, bool)
GetApplicationPasswordOk returns a tuple with the ApplicationPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiCrowdConfigurationDTO) SetApplicationPassword(v []string)
SetApplicationPassword sets ApplicationPassword field to given value.
func (o *ApiCrowdConfigurationDTO) HasApplicationPassword() bool
HasApplicationPassword returns a boolean if a field has been set.
func (o *ApiCrowdConfigurationDTO) GetServerUrl() string
GetServerUrl returns the ServerUrl field if non-nil, zero value otherwise.
func (o *ApiCrowdConfigurationDTO) GetServerUrlOk() (*string, bool)
GetServerUrlOk returns a tuple with the ServerUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiCrowdConfigurationDTO) SetServerUrl(v string)
SetServerUrl sets ServerUrl field to given value.
func (o *ApiCrowdConfigurationDTO) HasServerUrl() bool
HasServerUrl returns a boolean if a field has been set.