Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
ActionOrder | Pointer to int64 | [optional] | |
Action | Pointer to string | [optional] |
func NewPatchPolicyLogDetailAction() *PatchPolicyLogDetailAction
NewPatchPolicyLogDetailAction instantiates a new PatchPolicyLogDetailAction 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 NewPatchPolicyLogDetailActionWithDefaults() *PatchPolicyLogDetailAction
NewPatchPolicyLogDetailActionWithDefaults instantiates a new PatchPolicyLogDetailAction 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 *PatchPolicyLogDetailAction) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *PatchPolicyLogDetailAction) GetIdOk() (*string, 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.
func (o *PatchPolicyLogDetailAction) SetId(v string)
SetId sets Id field to given value.
func (o *PatchPolicyLogDetailAction) HasId() bool
HasId returns a boolean if a field has been set.
func (o *PatchPolicyLogDetailAction) GetActionOrder() int64
GetActionOrder returns the ActionOrder field if non-nil, zero value otherwise.
func (o *PatchPolicyLogDetailAction) GetActionOrderOk() (*int64, bool)
GetActionOrderOk returns a tuple with the ActionOrder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchPolicyLogDetailAction) SetActionOrder(v int64)
SetActionOrder sets ActionOrder field to given value.
func (o *PatchPolicyLogDetailAction) HasActionOrder() bool
HasActionOrder returns a boolean if a field has been set.
func (o *PatchPolicyLogDetailAction) GetAction() string
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *PatchPolicyLogDetailAction) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchPolicyLogDetailAction) SetAction(v string)
SetAction sets Action field to given value.
func (o *PatchPolicyLogDetailAction) HasAction() bool
HasAction returns a boolean if a field has been set.