Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.5 KB

KeysMetadataRepresentation.md

File metadata and controls

82 lines (45 loc) · 2.5 KB

KeysMetadataRepresentation

Properties

Name Type Description Notes
Active Pointer to map[string]string [optional]
Keys Pointer to []KeyMetadataRepresentation [optional]

Methods

NewKeysMetadataRepresentation

func NewKeysMetadataRepresentation() *KeysMetadataRepresentation

NewKeysMetadataRepresentation instantiates a new KeysMetadataRepresentation 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

NewKeysMetadataRepresentationWithDefaults

func NewKeysMetadataRepresentationWithDefaults() *KeysMetadataRepresentation

NewKeysMetadataRepresentationWithDefaults instantiates a new KeysMetadataRepresentation 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

GetActive

func (o *KeysMetadataRepresentation) GetActive() map[string]string

GetActive returns the Active field if non-nil, zero value otherwise.

GetActiveOk

func (o *KeysMetadataRepresentation) GetActiveOk() (*map[string]string, bool)

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

SetActive

func (o *KeysMetadataRepresentation) SetActive(v map[string]string)

SetActive sets Active field to given value.

HasActive

func (o *KeysMetadataRepresentation) HasActive() bool

HasActive returns a boolean if a field has been set.

GetKeys

func (o *KeysMetadataRepresentation) GetKeys() []KeyMetadataRepresentation

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

GetKeysOk

func (o *KeysMetadataRepresentation) GetKeysOk() (*[]KeyMetadataRepresentation, 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 *KeysMetadataRepresentation) SetKeys(v []KeyMetadataRepresentation)

SetKeys sets Keys field to given value.

HasKeys

func (o *KeysMetadataRepresentation) HasKeys() bool

HasKeys returns a boolean if a field has been set.

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