Name | Type | Description | Notes |
---|---|---|---|
AuthURL | string | ||
ImpersonatorId | string |
func NewUserImpersonationInfo(authURL string, impersonatorId string, ) *UserImpersonationInfo
NewUserImpersonationInfo instantiates a new UserImpersonationInfo 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 NewUserImpersonationInfoWithDefaults() *UserImpersonationInfo
NewUserImpersonationInfoWithDefaults instantiates a new UserImpersonationInfo 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 *UserImpersonationInfo) GetAuthURL() string
GetAuthURL returns the AuthURL field if non-nil, zero value otherwise.
func (o *UserImpersonationInfo) GetAuthURLOk() (*string, bool)
GetAuthURLOk returns a tuple with the AuthURL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserImpersonationInfo) SetAuthURL(v string)
SetAuthURL sets AuthURL field to given value.
func (o *UserImpersonationInfo) GetImpersonatorId() string
GetImpersonatorId returns the ImpersonatorId field if non-nil, zero value otherwise.
func (o *UserImpersonationInfo) GetImpersonatorIdOk() (*string, bool)
GetImpersonatorIdOk returns a tuple with the ImpersonatorId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserImpersonationInfo) SetImpersonatorId(v string)
SetImpersonatorId sets ImpersonatorId field to given value.