Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.94 KB

DomainConfigVerifyResponse.md

File metadata and controls

56 lines (31 loc) · 1.94 KB

DomainConfigVerifyResponse

Properties

Name Type Description Notes
DomainLdapConfig Pointer to DomainLDAPConfig [optional]

Methods

NewDomainConfigVerifyResponse

func NewDomainConfigVerifyResponse() *DomainConfigVerifyResponse

NewDomainConfigVerifyResponse instantiates a new DomainConfigVerifyResponse 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

NewDomainConfigVerifyResponseWithDefaults

func NewDomainConfigVerifyResponseWithDefaults() *DomainConfigVerifyResponse

NewDomainConfigVerifyResponseWithDefaults instantiates a new DomainConfigVerifyResponse 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

GetDomainLdapConfig

func (o *DomainConfigVerifyResponse) GetDomainLdapConfig() DomainLDAPConfig

GetDomainLdapConfig returns the DomainLdapConfig field if non-nil, zero value otherwise.

GetDomainLdapConfigOk

func (o *DomainConfigVerifyResponse) GetDomainLdapConfigOk() (*DomainLDAPConfig, bool)

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

SetDomainLdapConfig

func (o *DomainConfigVerifyResponse) SetDomainLdapConfig(v DomainLDAPConfig)

SetDomainLdapConfig sets DomainLdapConfig field to given value.

HasDomainLdapConfig

func (o *DomainConfigVerifyResponse) HasDomainLdapConfig() bool

HasDomainLdapConfig returns a boolean if a field has been set.

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