Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.21 KB

DomainsSummary.md

File metadata and controls

82 lines (45 loc) · 2.21 KB

DomainsSummary

Properties

Name Type Description Notes
Total Pointer to string [optional]
ByStatus Pointer to map[string]string [optional]

Methods

NewDomainsSummary

func NewDomainsSummary() *DomainsSummary

NewDomainsSummary instantiates a new DomainsSummary 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

NewDomainsSummaryWithDefaults

func NewDomainsSummaryWithDefaults() *DomainsSummary

NewDomainsSummaryWithDefaults instantiates a new DomainsSummary 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

GetTotal

func (o *DomainsSummary) GetTotal() string

GetTotal returns the Total field if non-nil, zero value otherwise.

GetTotalOk

func (o *DomainsSummary) GetTotalOk() (*string, bool)

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

SetTotal

func (o *DomainsSummary) SetTotal(v string)

SetTotal sets Total field to given value.

HasTotal

func (o *DomainsSummary) HasTotal() bool

HasTotal returns a boolean if a field has been set.

GetByStatus

func (o *DomainsSummary) GetByStatus() map[string]string

GetByStatus returns the ByStatus field if non-nil, zero value otherwise.

GetByStatusOk

func (o *DomainsSummary) GetByStatusOk() (*map[string]string, bool)

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

SetByStatus

func (o *DomainsSummary) SetByStatus(v map[string]string)

SetByStatus sets ByStatus field to given value.

HasByStatus

func (o *DomainsSummary) HasByStatus() bool

HasByStatus returns a boolean if a field has been set.

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