| Name | Type | Description | Notes |
|---|---|---|---|
| AccessKeys | []ObjectStorageAccessKeyResponse | ||
| Meta | ObjectStoragePaginationMeta |
func NewObjectStorageAccessKeyListResponse(accessKeys []ObjectStorageAccessKeyResponse, meta ObjectStoragePaginationMeta, ) *ObjectStorageAccessKeyListResponse
NewObjectStorageAccessKeyListResponse instantiates a new ObjectStorageAccessKeyListResponse 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 NewObjectStorageAccessKeyListResponseWithDefaults() *ObjectStorageAccessKeyListResponse
NewObjectStorageAccessKeyListResponseWithDefaults instantiates a new ObjectStorageAccessKeyListResponse 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 *ObjectStorageAccessKeyListResponse) GetAccessKeys() []ObjectStorageAccessKeyResponse
GetAccessKeys returns the AccessKeys field if non-nil, zero value otherwise.
func (o *ObjectStorageAccessKeyListResponse) GetAccessKeysOk() (*[]ObjectStorageAccessKeyResponse, bool)
GetAccessKeysOk returns a tuple with the AccessKeys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ObjectStorageAccessKeyListResponse) SetAccessKeys(v []ObjectStorageAccessKeyResponse)
SetAccessKeys sets AccessKeys field to given value.
func (o *ObjectStorageAccessKeyListResponse) GetMeta() ObjectStoragePaginationMeta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *ObjectStorageAccessKeyListResponse) GetMetaOk() (*ObjectStoragePaginationMeta, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ObjectStorageAccessKeyListResponse) SetMeta(v ObjectStoragePaginationMeta)
SetMeta sets Meta field to given value.