Name | Type | Description | Notes |
---|---|---|---|
Meta | PaginationMeta | ||
Data | []SecretMetaResponse |
func NewListSecretResponse(meta PaginationMeta, data []SecretMetaResponse, ) *ListSecretResponse
NewListSecretResponse instantiates a new ListSecretResponse 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 NewListSecretResponseWithDefaults() *ListSecretResponse
NewListSecretResponseWithDefaults instantiates a new ListSecretResponse 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 *ListSecretResponse) GetMeta() PaginationMeta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *ListSecretResponse) GetMetaOk() (*PaginationMeta, 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 *ListSecretResponse) SetMeta(v PaginationMeta)
SetMeta sets Meta field to given value.
func (o *ListSecretResponse) GetData() []SecretMetaResponse
GetData returns the Data field if non-nil, zero value otherwise.
func (o *ListSecretResponse) GetDataOk() (*[]SecretMetaResponse, 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 *ListSecretResponse) SetData(v []SecretMetaResponse)
SetData sets Data field to given value.