Skip to content

StringKeyListRequest

Properties

Name Type Description Notes
Keys []string String key list

Methods

NewStringKeyListRequest

func NewStringKeyListRequest(keys []string, ) *StringKeyListRequest

NewStringKeyListRequest instantiates a new StringKeyListRequest 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

NewStringKeyListRequestWithDefaults

func NewStringKeyListRequestWithDefaults() *StringKeyListRequest

NewStringKeyListRequestWithDefaults instantiates a new StringKeyListRequest 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

GetKeys

func (o *StringKeyListRequest) GetKeys() []string

GetKeys returns the Keys field if non-nil, zero value otherwise.

GetKeysOk

func (o *StringKeyListRequest) GetKeysOk() (*[]string, bool)

GetKeysOk returns a tuple with the Keys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKeys

func (o *StringKeyListRequest) SetKeys(v []string)

SetKeys sets Keys field to given value.

[Back to Model list] [Back to API list] [Back to README]