Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.84 KB

ImpersonateUserPolicyDTO.md

File metadata and controls

160 lines (87 loc) · 4.84 KB

ImpersonateUserPolicyDTO

Properties

Name Type Description Notes
CustomImpersonateUserPolicy Pointer to string [optional]
ElementId Pointer to string [optional]
Id Pointer to int64 [optional]
ImpersonateUserPolicyType Pointer to string [optional]
Name Pointer to string [optional]

Methods

NewImpersonateUserPolicyDTO

func NewImpersonateUserPolicyDTO() *ImpersonateUserPolicyDTO

NewImpersonateUserPolicyDTO instantiates a new ImpersonateUserPolicyDTO 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

NewImpersonateUserPolicyDTOWithDefaults

func NewImpersonateUserPolicyDTOWithDefaults() *ImpersonateUserPolicyDTO

NewImpersonateUserPolicyDTOWithDefaults instantiates a new ImpersonateUserPolicyDTO 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

GetCustomImpersonateUserPolicy

func (o *ImpersonateUserPolicyDTO) GetCustomImpersonateUserPolicy() string

GetCustomImpersonateUserPolicy returns the CustomImpersonateUserPolicy field if non-nil, zero value otherwise.

GetCustomImpersonateUserPolicyOk

func (o *ImpersonateUserPolicyDTO) GetCustomImpersonateUserPolicyOk() (*string, bool)

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

SetCustomImpersonateUserPolicy

func (o *ImpersonateUserPolicyDTO) SetCustomImpersonateUserPolicy(v string)

SetCustomImpersonateUserPolicy sets CustomImpersonateUserPolicy field to given value.

HasCustomImpersonateUserPolicy

func (o *ImpersonateUserPolicyDTO) HasCustomImpersonateUserPolicy() bool

HasCustomImpersonateUserPolicy returns a boolean if a field has been set.

GetElementId

func (o *ImpersonateUserPolicyDTO) GetElementId() string

GetElementId returns the ElementId field if non-nil, zero value otherwise.

GetElementIdOk

func (o *ImpersonateUserPolicyDTO) GetElementIdOk() (*string, bool)

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

SetElementId

func (o *ImpersonateUserPolicyDTO) SetElementId(v string)

SetElementId sets ElementId field to given value.

HasElementId

func (o *ImpersonateUserPolicyDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

GetId

func (o *ImpersonateUserPolicyDTO) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ImpersonateUserPolicyDTO) GetIdOk() (*int64, bool)

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

SetId

func (o *ImpersonateUserPolicyDTO) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *ImpersonateUserPolicyDTO) HasId() bool

HasId returns a boolean if a field has been set.

GetImpersonateUserPolicyType

func (o *ImpersonateUserPolicyDTO) GetImpersonateUserPolicyType() string

GetImpersonateUserPolicyType returns the ImpersonateUserPolicyType field if non-nil, zero value otherwise.

GetImpersonateUserPolicyTypeOk

func (o *ImpersonateUserPolicyDTO) GetImpersonateUserPolicyTypeOk() (*string, bool)

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

SetImpersonateUserPolicyType

func (o *ImpersonateUserPolicyDTO) SetImpersonateUserPolicyType(v string)

SetImpersonateUserPolicyType sets ImpersonateUserPolicyType field to given value.

HasImpersonateUserPolicyType

func (o *ImpersonateUserPolicyDTO) HasImpersonateUserPolicyType() bool

HasImpersonateUserPolicyType returns a boolean if a field has been set.

GetName

func (o *ImpersonateUserPolicyDTO) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ImpersonateUserPolicyDTO) GetNameOk() (*string, bool)

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

SetName

func (o *ImpersonateUserPolicyDTO) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ImpersonateUserPolicyDTO) HasName() bool

HasName returns a boolean if a field has been set.

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