Name | Type | Description | Notes |
---|---|---|---|
ObjAuthenticationexternal | AuthenticationexternalRequestCompound |
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
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
func (o *AuthenticationexternalEditObjectV1Request) GetObjAuthenticationexternal() AuthenticationexternalRequestCompound
GetObjAuthenticationexternal returns the ObjAuthenticationexternal field if non-nil, zero value otherwise.
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.
func (o *AuthenticationexternalEditObjectV1Request) SetObjAuthenticationexternal(v AuthenticationexternalRequestCompound)
SetObjAuthenticationexternal sets ObjAuthenticationexternal field to given value.