Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.04 KB

PatchPolicyLogDetailAction.md

File metadata and controls

108 lines (59 loc) · 3.04 KB

PatchPolicyLogDetailAction

Properties

Name Type Description Notes
Id Pointer to string [optional]
ActionOrder Pointer to int64 [optional]
Action Pointer to string [optional]

Methods

NewPatchPolicyLogDetailAction

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

NewPatchPolicyLogDetailActionWithDefaults

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

GetId

func (o *PatchPolicyLogDetailAction) GetId() string

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

GetIdOk

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.

SetId

func (o *PatchPolicyLogDetailAction) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *PatchPolicyLogDetailAction) HasId() bool

HasId returns a boolean if a field has been set.

GetActionOrder

func (o *PatchPolicyLogDetailAction) GetActionOrder() int64

GetActionOrder returns the ActionOrder field if non-nil, zero value otherwise.

GetActionOrderOk

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.

SetActionOrder

func (o *PatchPolicyLogDetailAction) SetActionOrder(v int64)

SetActionOrder sets ActionOrder field to given value.

HasActionOrder

func (o *PatchPolicyLogDetailAction) HasActionOrder() bool

HasActionOrder returns a boolean if a field has been set.

GetAction

func (o *PatchPolicyLogDetailAction) GetAction() string

GetAction returns the Action field if non-nil, zero value otherwise.

GetActionOk

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.

SetAction

func (o *PatchPolicyLogDetailAction) SetAction(v string)

SetAction sets Action field to given value.

HasAction

func (o *PatchPolicyLogDetailAction) HasAction() bool

HasAction returns a boolean if a field has been set.

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