2.1 KiB
ListKeys200ResponseInner
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | string | ||
Name | Pointer to string | [optional] |
Methods
NewListKeys200ResponseInner
func NewListKeys200ResponseInner(id string, ) *ListKeys200ResponseInner
NewListKeys200ResponseInner instantiates a new ListKeys200ResponseInner 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
NewListKeys200ResponseInnerWithDefaults
func NewListKeys200ResponseInnerWithDefaults() *ListKeys200ResponseInner
NewListKeys200ResponseInnerWithDefaults instantiates a new ListKeys200ResponseInner 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
GetId
func (o *ListKeys200ResponseInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *ListKeys200ResponseInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetId
func (o *ListKeys200ResponseInner) SetId(v string)
SetId sets Id field to given value.
GetName
func (o *ListKeys200ResponseInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *ListKeys200ResponseInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetName
func (o *ListKeys200ResponseInner) SetName(v string)
SetName sets Name field to given value.
HasName
func (o *ListKeys200ResponseInner) HasName() bool
HasName returns a boolean if a field has been set.