Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.56 KB

DomainResponse.md

File metadata and controls

56 lines (31 loc) · 1.56 KB

DomainResponse

Properties

Name Type Description Notes
Domain Pointer to Domain [optional]

Methods

NewDomainResponse

func NewDomainResponse() *DomainResponse

NewDomainResponse instantiates a new DomainResponse 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

NewDomainResponseWithDefaults

func NewDomainResponseWithDefaults() *DomainResponse

NewDomainResponseWithDefaults instantiates a new DomainResponse 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

GetDomain

func (o *DomainResponse) GetDomain() Domain

GetDomain returns the Domain field if non-nil, zero value otherwise.

GetDomainOk

func (o *DomainResponse) GetDomainOk() (*Domain, bool)

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

SetDomain

func (o *DomainResponse) SetDomain(v Domain)

SetDomain sets Domain field to given value.

HasDomain

func (o *DomainResponse) HasDomain() bool

HasDomain returns a boolean if a field has been set.

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