Skip to main content

MachineAccountCreateAccessDtoSubtypesInner

Properties

NameTypeDescriptionNotes
SubtypeIdPointer to stringSubtype ID.[optional]
EntitlementIdPointer to stringEntitlement ID.[optional]
SubtypeDisplayNamePointer to stringSubtype display name.[optional]
SubtypeTechnicalNamePointer to stringSubtype technical name.[optional]

Methods

NewMachineAccountCreateAccessDtoSubtypesInner

func NewMachineAccountCreateAccessDtoSubtypesInner() *MachineAccountCreateAccessDtoSubtypesInner

NewMachineAccountCreateAccessDtoSubtypesInner instantiates a new MachineAccountCreateAccessDtoSubtypesInner 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

NewMachineAccountCreateAccessDtoSubtypesInnerWithDefaults

func NewMachineAccountCreateAccessDtoSubtypesInnerWithDefaults() *MachineAccountCreateAccessDtoSubtypesInner

NewMachineAccountCreateAccessDtoSubtypesInnerWithDefaults instantiates a new MachineAccountCreateAccessDtoSubtypesInner 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

GetSubtypeId

func (o *MachineAccountCreateAccessDtoSubtypesInner) GetSubtypeId() string

GetSubtypeId returns the SubtypeId field if non-nil, zero value otherwise.

GetSubtypeIdOk

func (o *MachineAccountCreateAccessDtoSubtypesInner) GetSubtypeIdOk() (*string, bool)

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

SetSubtypeId

func (o *MachineAccountCreateAccessDtoSubtypesInner) SetSubtypeId(v string)

SetSubtypeId sets SubtypeId field to given value.

HasSubtypeId

func (o *MachineAccountCreateAccessDtoSubtypesInner) HasSubtypeId() bool

HasSubtypeId returns a boolean if a field has been set.

GetEntitlementId

func (o *MachineAccountCreateAccessDtoSubtypesInner) GetEntitlementId() string

GetEntitlementId returns the EntitlementId field if non-nil, zero value otherwise.

GetEntitlementIdOk

func (o *MachineAccountCreateAccessDtoSubtypesInner) GetEntitlementIdOk() (*string, bool)

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

SetEntitlementId

func (o *MachineAccountCreateAccessDtoSubtypesInner) SetEntitlementId(v string)

SetEntitlementId sets EntitlementId field to given value.

HasEntitlementId

func (o *MachineAccountCreateAccessDtoSubtypesInner) HasEntitlementId() bool

HasEntitlementId returns a boolean if a field has been set.

GetSubtypeDisplayName

func (o *MachineAccountCreateAccessDtoSubtypesInner) GetSubtypeDisplayName() string

GetSubtypeDisplayName returns the SubtypeDisplayName field if non-nil, zero value otherwise.

GetSubtypeDisplayNameOk

func (o *MachineAccountCreateAccessDtoSubtypesInner) GetSubtypeDisplayNameOk() (*string, bool)

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

SetSubtypeDisplayName

func (o *MachineAccountCreateAccessDtoSubtypesInner) SetSubtypeDisplayName(v string)

SetSubtypeDisplayName sets SubtypeDisplayName field to given value.

HasSubtypeDisplayName

func (o *MachineAccountCreateAccessDtoSubtypesInner) HasSubtypeDisplayName() bool

HasSubtypeDisplayName returns a boolean if a field has been set.

GetSubtypeTechnicalName

func (o *MachineAccountCreateAccessDtoSubtypesInner) GetSubtypeTechnicalName() string

GetSubtypeTechnicalName returns the SubtypeTechnicalName field if non-nil, zero value otherwise.

GetSubtypeTechnicalNameOk

func (o *MachineAccountCreateAccessDtoSubtypesInner) GetSubtypeTechnicalNameOk() (*string, bool)

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

SetSubtypeTechnicalName

func (o *MachineAccountCreateAccessDtoSubtypesInner) SetSubtypeTechnicalName(v string)

SetSubtypeTechnicalName sets SubtypeTechnicalName field to given value.

HasSubtypeTechnicalName

func (o *MachineAccountCreateAccessDtoSubtypesInner) HasSubtypeTechnicalName() bool

HasSubtypeTechnicalName returns a boolean if a field has been set.