Name | Type | Description | Notes |
---|---|---|---|
Embedded | ListLogDrainsForAccount200ResponseEmbedded | ||
TotalCount | int32 | ||
PerPage | int32 | ||
CurrentPage | int32 | ||
Links | ListActivityReportsForAccount200ResponseLinks |
func NewListLogDrainsForAccount200Response(embedded ListLogDrainsForAccount200ResponseEmbedded, totalCount int32, perPage int32, currentPage int32, links ListActivityReportsForAccount200ResponseLinks, ) *ListLogDrainsForAccount200Response
NewListLogDrainsForAccount200Response instantiates a new ListLogDrainsForAccount200Response 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 NewListLogDrainsForAccount200ResponseWithDefaults() *ListLogDrainsForAccount200Response
NewListLogDrainsForAccount200ResponseWithDefaults instantiates a new ListLogDrainsForAccount200Response 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 *ListLogDrainsForAccount200Response) GetEmbedded() ListLogDrainsForAccount200ResponseEmbedded
GetEmbedded returns the Embedded field if non-nil, zero value otherwise.
func (o *ListLogDrainsForAccount200Response) GetEmbeddedOk() (*ListLogDrainsForAccount200ResponseEmbedded, bool)
GetEmbeddedOk returns a tuple with the Embedded field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListLogDrainsForAccount200Response) SetEmbedded(v ListLogDrainsForAccount200ResponseEmbedded)
SetEmbedded sets Embedded field to given value.
func (o *ListLogDrainsForAccount200Response) GetTotalCount() int32
GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.
func (o *ListLogDrainsForAccount200Response) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListLogDrainsForAccount200Response) SetTotalCount(v int32)
SetTotalCount sets TotalCount field to given value.
func (o *ListLogDrainsForAccount200Response) GetPerPage() int32
GetPerPage returns the PerPage field if non-nil, zero value otherwise.
func (o *ListLogDrainsForAccount200Response) GetPerPageOk() (*int32, bool)
GetPerPageOk returns a tuple with the PerPage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListLogDrainsForAccount200Response) SetPerPage(v int32)
SetPerPage sets PerPage field to given value.
func (o *ListLogDrainsForAccount200Response) GetCurrentPage() int32
GetCurrentPage returns the CurrentPage field if non-nil, zero value otherwise.
func (o *ListLogDrainsForAccount200Response) GetCurrentPageOk() (*int32, bool)
GetCurrentPageOk returns a tuple with the CurrentPage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListLogDrainsForAccount200Response) SetCurrentPage(v int32)
SetCurrentPage sets CurrentPage field to given value.
func (o *ListLogDrainsForAccount200Response) GetLinks() ListActivityReportsForAccount200ResponseLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *ListLogDrainsForAccount200Response) GetLinksOk() (*ListActivityReportsForAccount200ResponseLinks, 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 *ListLogDrainsForAccount200Response) SetLinks(v ListActivityReportsForAccount200ResponseLinks)
SetLinks sets Links field to given value.