Name | Type | Description | Notes |
---|---|---|---|
Contents | map[string]string |
func NewHiveAccessToken(contents map[string]string, ) *HiveAccessToken
NewHiveAccessToken instantiates a new HiveAccessToken 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 NewHiveAccessTokenWithDefaults() *HiveAccessToken
NewHiveAccessTokenWithDefaults instantiates a new HiveAccessToken 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 *HiveAccessToken) GetContents() map[string]string
GetContents returns the Contents field if non-nil, zero value otherwise.
func (o *HiveAccessToken) GetContentsOk() (*map[string]string, bool)
GetContentsOk returns a tuple with the Contents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HiveAccessToken) SetContents(v map[string]string)
SetContents sets Contents field to given value.