Name | Type | Description | Notes |
---|---|---|---|
Links | Pointer to CollectionHalLinks | [optional] | |
Count | Pointer to int32 | [optional] [readonly] | |
TotalCount | Pointer to int32 | [optional] [readonly] | |
Data | Pointer to []GetPolicyItems200ResponseDataInner | [optional] [readonly] |
func NewGetPolicyItems200Response() *GetPolicyItems200Response
NewGetPolicyItems200Response instantiates a new GetPolicyItems200Response 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 NewGetPolicyItems200ResponseWithDefaults() *GetPolicyItems200Response
NewGetPolicyItems200ResponseWithDefaults instantiates a new GetPolicyItems200Response 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 *GetPolicyItems200Response) GetLinks() CollectionHalLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *GetPolicyItems200Response) GetLinksOk() (*CollectionHalLinks, 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 *GetPolicyItems200Response) SetLinks(v CollectionHalLinks)
SetLinks sets Links field to given value.
func (o *GetPolicyItems200Response) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *GetPolicyItems200Response) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *GetPolicyItems200Response) GetCountOk() (*int32, 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 *GetPolicyItems200Response) SetCount(v int32)
SetCount sets Count field to given value.
func (o *GetPolicyItems200Response) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *GetPolicyItems200Response) GetTotalCount() int32
GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.
func (o *GetPolicyItems200Response) 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 *GetPolicyItems200Response) SetTotalCount(v int32)
SetTotalCount sets TotalCount field to given value.
func (o *GetPolicyItems200Response) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (o *GetPolicyItems200Response) GetData() []GetPolicyItems200ResponseDataInner
GetData returns the Data field if non-nil, zero value otherwise.
func (o *GetPolicyItems200Response) GetDataOk() (*[]GetPolicyItems200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetPolicyItems200Response) SetData(v []GetPolicyItems200ResponseDataInner)
SetData sets Data field to given value.
func (o *GetPolicyItems200Response) HasData() bool
HasData returns a boolean if a field has been set.