Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.38 KB

ApiCrowdConfigurationDTO.md

File metadata and controls

108 lines (59 loc) · 3.38 KB

ApiCrowdConfigurationDTO

Properties

Name Type Description Notes
ApplicationName Pointer to string [optional]
ApplicationPassword Pointer to []string [optional]
ServerUrl Pointer to string [optional]

Methods

NewApiCrowdConfigurationDTO

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

NewApiCrowdConfigurationDTOWithDefaults

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

GetApplicationName

func (o *ApiCrowdConfigurationDTO) GetApplicationName() string

GetApplicationName returns the ApplicationName field if non-nil, zero value otherwise.

GetApplicationNameOk

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.

SetApplicationName

func (o *ApiCrowdConfigurationDTO) SetApplicationName(v string)

SetApplicationName sets ApplicationName field to given value.

HasApplicationName

func (o *ApiCrowdConfigurationDTO) HasApplicationName() bool

HasApplicationName returns a boolean if a field has been set.

GetApplicationPassword

func (o *ApiCrowdConfigurationDTO) GetApplicationPassword() []string

GetApplicationPassword returns the ApplicationPassword field if non-nil, zero value otherwise.

GetApplicationPasswordOk

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.

SetApplicationPassword

func (o *ApiCrowdConfigurationDTO) SetApplicationPassword(v []string)

SetApplicationPassword sets ApplicationPassword field to given value.

HasApplicationPassword

func (o *ApiCrowdConfigurationDTO) HasApplicationPassword() bool

HasApplicationPassword returns a boolean if a field has been set.

GetServerUrl

func (o *ApiCrowdConfigurationDTO) GetServerUrl() string

GetServerUrl returns the ServerUrl field if non-nil, zero value otherwise.

GetServerUrlOk

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.

SetServerUrl

func (o *ApiCrowdConfigurationDTO) SetServerUrl(v string)

SetServerUrl sets ServerUrl field to given value.

HasServerUrl

func (o *ApiCrowdConfigurationDTO) HasServerUrl() bool

HasServerUrl returns a boolean if a field has been set.

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