Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.25 KB

AuthenticationexternalEditObjectV1Request.md

File metadata and controls

51 lines (28 loc) · 2.25 KB

AuthenticationexternalEditObjectV1Request

Properties

Name Type Description Notes
ObjAuthenticationexternal AuthenticationexternalRequestCompound

Methods

NewAuthenticationexternalEditObjectV1Request

func NewAuthenticationexternalEditObjectV1Request(objAuthenticationexternal AuthenticationexternalRequestCompound, ) *AuthenticationexternalEditObjectV1Request

NewAuthenticationexternalEditObjectV1Request instantiates a new AuthenticationexternalEditObjectV1Request 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

NewAuthenticationexternalEditObjectV1RequestWithDefaults

func NewAuthenticationexternalEditObjectV1RequestWithDefaults() *AuthenticationexternalEditObjectV1Request

NewAuthenticationexternalEditObjectV1RequestWithDefaults instantiates a new AuthenticationexternalEditObjectV1Request 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

GetObjAuthenticationexternal

func (o *AuthenticationexternalEditObjectV1Request) GetObjAuthenticationexternal() AuthenticationexternalRequestCompound

GetObjAuthenticationexternal returns the ObjAuthenticationexternal field if non-nil, zero value otherwise.

GetObjAuthenticationexternalOk

func (o *AuthenticationexternalEditObjectV1Request) GetObjAuthenticationexternalOk() (*AuthenticationexternalRequestCompound, bool)

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

SetObjAuthenticationexternal

func (o *AuthenticationexternalEditObjectV1Request) SetObjAuthenticationexternal(v AuthenticationexternalRequestCompound)

SetObjAuthenticationexternal sets ObjAuthenticationexternal field to given value.

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