Name | Type | Description | Notes |
---|---|---|---|
ActionTypeId | Pointer to string | [optional] | |
Target | Pointer to string | [optional] | |
TargetType | Pointer to string | [optional] |
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
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
func (o *Action) GetActionTypeId() string
GetActionTypeId returns the ActionTypeId field if non-nil, zero value otherwise.
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.
func (o *Action) SetActionTypeId(v string)
SetActionTypeId sets ActionTypeId field to given value.
func (o *Action) HasActionTypeId() bool
HasActionTypeId returns a boolean if a field has been set.
func (o *Action) GetTarget() string
GetTarget returns the Target field if non-nil, zero value otherwise.
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.
func (o *Action) SetTarget(v string)
SetTarget sets Target field to given value.
func (o *Action) HasTarget() bool
HasTarget returns a boolean if a field has been set.
func (o *Action) GetTargetType() string
GetTargetType returns the TargetType field if non-nil, zero value otherwise.
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.
func (o *Action) SetTargetType(v string)
SetTargetType sets TargetType field to given value.
func (o *Action) HasTargetType() bool
HasTargetType returns a boolean if a field has been set.