Skip to content

Latest commit

 

History

History
128 lines (71 loc) · 3.91 KB

File metadata and controls

128 lines (71 loc) · 3.91 KB

TemplatesExtendedKeyUsageResponseModel

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Oid Pointer to NullableString [optional]
DisplayName Pointer to NullableString [optional]

Methods

NewTemplatesExtendedKeyUsageResponseModel

func NewTemplatesExtendedKeyUsageResponseModel() *TemplatesExtendedKeyUsageResponseModel

NewTemplatesExtendedKeyUsageResponseModel instantiates a new TemplatesExtendedKeyUsageResponseModel 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

NewTemplatesExtendedKeyUsageResponseModelWithDefaults

func NewTemplatesExtendedKeyUsageResponseModelWithDefaults() *TemplatesExtendedKeyUsageResponseModel

NewTemplatesExtendedKeyUsageResponseModelWithDefaults instantiates a new TemplatesExtendedKeyUsageResponseModel 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 *TemplatesExtendedKeyUsageResponseModel) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *TemplatesExtendedKeyUsageResponseModel) GetIdOk() (*int32, 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 *TemplatesExtendedKeyUsageResponseModel) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *TemplatesExtendedKeyUsageResponseModel) HasId() bool

HasId returns a boolean if a field has been set.

GetOid

func (o *TemplatesExtendedKeyUsageResponseModel) GetOid() string

GetOid returns the Oid field if non-nil, zero value otherwise.

GetOidOk

func (o *TemplatesExtendedKeyUsageResponseModel) GetOidOk() (*string, bool)

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

SetOid

func (o *TemplatesExtendedKeyUsageResponseModel) SetOid(v string)

SetOid sets Oid field to given value.

HasOid

func (o *TemplatesExtendedKeyUsageResponseModel) HasOid() bool

HasOid returns a boolean if a field has been set.

SetOidNil

func (o *TemplatesExtendedKeyUsageResponseModel) SetOidNil(b bool)

SetOidNil sets the value for Oid to be an explicit nil

UnsetOid

func (o *TemplatesExtendedKeyUsageResponseModel) UnsetOid()

UnsetOid ensures that no value is present for Oid, not even an explicit nil

GetDisplayName

func (o *TemplatesExtendedKeyUsageResponseModel) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *TemplatesExtendedKeyUsageResponseModel) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *TemplatesExtendedKeyUsageResponseModel) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *TemplatesExtendedKeyUsageResponseModel) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

SetDisplayNameNil

func (o *TemplatesExtendedKeyUsageResponseModel) SetDisplayNameNil(b bool)

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

UnsetDisplayName

func (o *TemplatesExtendedKeyUsageResponseModel) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

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