Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 4.24 KB

AuthenticationexternalRequestCompound.md

File metadata and controls

98 lines (53 loc) · 4.24 KB

AuthenticationexternalRequestCompound

Properties

Name Type Description Notes
PkiAuthenticationexternalID Pointer to int32 The unique ID of the Authenticationexternal [optional]
SAuthenticationexternalDescription string The description of the Authenticationexternal
EAuthenticationexternalType FieldEAuthenticationexternalType

Methods

NewAuthenticationexternalRequestCompound

func NewAuthenticationexternalRequestCompound(sAuthenticationexternalDescription string, eAuthenticationexternalType FieldEAuthenticationexternalType, ) *AuthenticationexternalRequestCompound

NewAuthenticationexternalRequestCompound instantiates a new AuthenticationexternalRequestCompound 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

NewAuthenticationexternalRequestCompoundWithDefaults

func NewAuthenticationexternalRequestCompoundWithDefaults() *AuthenticationexternalRequestCompound

NewAuthenticationexternalRequestCompoundWithDefaults instantiates a new AuthenticationexternalRequestCompound 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

GetPkiAuthenticationexternalID

func (o *AuthenticationexternalRequestCompound) GetPkiAuthenticationexternalID() int32

GetPkiAuthenticationexternalID returns the PkiAuthenticationexternalID field if non-nil, zero value otherwise.

GetPkiAuthenticationexternalIDOk

func (o *AuthenticationexternalRequestCompound) GetPkiAuthenticationexternalIDOk() (*int32, bool)

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

SetPkiAuthenticationexternalID

func (o *AuthenticationexternalRequestCompound) SetPkiAuthenticationexternalID(v int32)

SetPkiAuthenticationexternalID sets PkiAuthenticationexternalID field to given value.

HasPkiAuthenticationexternalID

func (o *AuthenticationexternalRequestCompound) HasPkiAuthenticationexternalID() bool

HasPkiAuthenticationexternalID returns a boolean if a field has been set.

GetSAuthenticationexternalDescription

func (o *AuthenticationexternalRequestCompound) GetSAuthenticationexternalDescription() string

GetSAuthenticationexternalDescription returns the SAuthenticationexternalDescription field if non-nil, zero value otherwise.

GetSAuthenticationexternalDescriptionOk

func (o *AuthenticationexternalRequestCompound) GetSAuthenticationexternalDescriptionOk() (*string, bool)

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

SetSAuthenticationexternalDescription

func (o *AuthenticationexternalRequestCompound) SetSAuthenticationexternalDescription(v string)

SetSAuthenticationexternalDescription sets SAuthenticationexternalDescription field to given value.

GetEAuthenticationexternalType

func (o *AuthenticationexternalRequestCompound) GetEAuthenticationexternalType() FieldEAuthenticationexternalType

GetEAuthenticationexternalType returns the EAuthenticationexternalType field if non-nil, zero value otherwise.

GetEAuthenticationexternalTypeOk

func (o *AuthenticationexternalRequestCompound) GetEAuthenticationexternalTypeOk() (*FieldEAuthenticationexternalType, bool)

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

SetEAuthenticationexternalType

func (o *AuthenticationexternalRequestCompound) SetEAuthenticationexternalType(v FieldEAuthenticationexternalType)

SetEAuthenticationexternalType sets EAuthenticationexternalType field to given value.

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