Name | Type | Description | Notes |
---|---|---|---|
Count | Pointer to int64 | [optional] | |
Links | Pointer to DomainLinks | [optional] | |
Results | DomainEntityResponse | ||
TotalPages | Pointer to int64 | [optional] | |
SchemaVersion | int64 |
func NewDomainResponseWithResult(results DomainEntityResponse, schemaVersion int64, ) *DomainResponseWithResult
NewDomainResponseWithResult instantiates a new DomainResponseWithResult 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 NewDomainResponseWithResultWithDefaults() *DomainResponseWithResult
NewDomainResponseWithResultWithDefaults instantiates a new DomainResponseWithResult 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 *DomainResponseWithResult) GetCount() int64
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *DomainResponseWithResult) GetCountOk() (*int64, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainResponseWithResult) SetCount(v int64)
SetCount sets Count field to given value.
func (o *DomainResponseWithResult) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *DomainResponseWithResult) GetLinks() DomainLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *DomainResponseWithResult) GetLinksOk() (*DomainLinks, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainResponseWithResult) SetLinks(v DomainLinks)
SetLinks sets Links field to given value.
func (o *DomainResponseWithResult) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *DomainResponseWithResult) GetResults() DomainEntityResponse
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *DomainResponseWithResult) GetResultsOk() (*DomainEntityResponse, bool)
GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainResponseWithResult) SetResults(v DomainEntityResponse)
SetResults sets Results field to given value.
func (o *DomainResponseWithResult) GetTotalPages() int64
GetTotalPages returns the TotalPages field if non-nil, zero value otherwise.
func (o *DomainResponseWithResult) GetTotalPagesOk() (*int64, bool)
GetTotalPagesOk returns a tuple with the TotalPages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainResponseWithResult) SetTotalPages(v int64)
SetTotalPages sets TotalPages field to given value.
func (o *DomainResponseWithResult) HasTotalPages() bool
HasTotalPages returns a boolean if a field has been set.
func (o *DomainResponseWithResult) GetSchemaVersion() int64
GetSchemaVersion returns the SchemaVersion field if non-nil, zero value otherwise.
func (o *DomainResponseWithResult) GetSchemaVersionOk() (*int64, bool)
GetSchemaVersionOk returns a tuple with the SchemaVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainResponseWithResult) SetSchemaVersion(v int64)
SetSchemaVersion sets SchemaVersion field to given value.