ListMemoryPageImagesResponse
ListMemoryPageImagesResponse documentation for Go SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| PageImages | []MemoryPageImage | Page-image metadata rows | |
| NextToken | Pointer to NullableString | Opaque token for retrieving the next page | [optional] |
Methods
NewListMemoryPageImagesResponse
func NewListMemoryPageImagesResponse(pageImages []MemoryPageImage, ) *ListMemoryPageImagesResponse
NewListMemoryPageImagesResponse instantiates a new ListMemoryPageImagesResponse 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
NewListMemoryPageImagesResponseWithDefaults
func NewListMemoryPageImagesResponseWithDefaults() *ListMemoryPageImagesResponse
NewListMemoryPageImagesResponseWithDefaults instantiates a new ListMemoryPageImagesResponse 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
GetPageImages
func (o *ListMemoryPageImagesResponse) GetPageImages() []MemoryPageImage
GetPageImages returns the PageImages field if non-nil, zero value otherwise.
GetPageImagesOk
func (o *ListMemoryPageImagesResponse) GetPageImagesOk() (*[]MemoryPageImage, bool)
GetPageImagesOk returns a tuple with the PageImages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPageImages
func (o *ListMemoryPageImagesResponse) SetPageImages(v []MemoryPageImage)
SetPageImages sets PageImages field to given value.
GetNextToken
func (o *ListMemoryPageImagesResponse) GetNextToken() string
GetNextToken returns the NextToken field if non-nil, zero value otherwise.
GetNextTokenOk
func (o *ListMemoryPageImagesResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNextToken
func (o *ListMemoryPageImagesResponse) SetNextToken(v string)
SetNextToken sets NextToken field to given value.
HasNextToken
func (o *ListMemoryPageImagesResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
SetNextTokenNil
func (o *ListMemoryPageImagesResponse) SetNextTokenNil(b bool)
SetNextTokenNil sets the value for NextToken to be an explicit nil
UnsetNextToken
func (o *ListMemoryPageImagesResponse) UnsetNextToken()
UnsetNextToken ensures that no value is present for NextToken, not even an explicit nil