Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.77 KB

AuditEventTarget.md

File metadata and controls

108 lines (59 loc) · 2.77 KB

AuditEventTarget

Properties

Name Type Description Notes
Guid Pointer to string Unique identifier for the target [optional]
Name Pointer to string The name of the target [optional]
Type Pointer to string The target type [optional]

Methods

NewAuditEventTarget

func NewAuditEventTarget() *AuditEventTarget

NewAuditEventTarget instantiates a new AuditEventTarget 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

NewAuditEventTargetWithDefaults

func NewAuditEventTargetWithDefaults() *AuditEventTarget

NewAuditEventTargetWithDefaults instantiates a new AuditEventTarget 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

GetGuid

func (o *AuditEventTarget) GetGuid() string

GetGuid returns the Guid field if non-nil, zero value otherwise.

GetGuidOk

func (o *AuditEventTarget) GetGuidOk() (*string, bool)

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

SetGuid

func (o *AuditEventTarget) SetGuid(v string)

SetGuid sets Guid field to given value.

HasGuid

func (o *AuditEventTarget) HasGuid() bool

HasGuid returns a boolean if a field has been set.

GetName

func (o *AuditEventTarget) GetName() string

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

GetNameOk

func (o *AuditEventTarget) 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 *AuditEventTarget) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *AuditEventTarget) HasName() bool

HasName returns a boolean if a field has been set.

GetType

func (o *AuditEventTarget) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *AuditEventTarget) GetTypeOk() (*string, bool)

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

SetType

func (o *AuditEventTarget) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *AuditEventTarget) HasType() bool

HasType returns a boolean if a field has been set.

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