Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.73 KB

Action.md

File metadata and controls

108 lines (59 loc) · 2.73 KB

Action

Properties

Name Type Description Notes
ActionTypeId Pointer to string [optional]
Target Pointer to string [optional]
TargetType Pointer to string [optional]

Methods

NewAction

func NewAction() *Action

NewAction instantiates a new Action 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

NewActionWithDefaults

func NewActionWithDefaults() *Action

NewActionWithDefaults instantiates a new Action 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

GetActionTypeId

func (o *Action) GetActionTypeId() string

GetActionTypeId returns the ActionTypeId field if non-nil, zero value otherwise.

GetActionTypeIdOk

func (o *Action) GetActionTypeIdOk() (*string, bool)

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

SetActionTypeId

func (o *Action) SetActionTypeId(v string)

SetActionTypeId sets ActionTypeId field to given value.

HasActionTypeId

func (o *Action) HasActionTypeId() bool

HasActionTypeId returns a boolean if a field has been set.

GetTarget

func (o *Action) GetTarget() string

GetTarget returns the Target field if non-nil, zero value otherwise.

GetTargetOk

func (o *Action) GetTargetOk() (*string, bool)

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

SetTarget

func (o *Action) SetTarget(v string)

SetTarget sets Target field to given value.

HasTarget

func (o *Action) HasTarget() bool

HasTarget returns a boolean if a field has been set.

GetTargetType

func (o *Action) GetTargetType() string

GetTargetType returns the TargetType field if non-nil, zero value otherwise.

GetTargetTypeOk

func (o *Action) GetTargetTypeOk() (*string, bool)

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

SetTargetType

func (o *Action) SetTargetType(v string)

SetTargetType sets TargetType field to given value.

HasTargetType

func (o *Action) HasTargetType() bool

HasTargetType returns a boolean if a field has been set.

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