Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.47 KB

OperationAccountModel.md

File metadata and controls

134 lines (73 loc) · 3.47 KB

OperationAccountModel

Properties

Name Type Description Notes
Value Pointer to map[string]interface{} [optional]
Path Pointer to string [optional]
Op Pointer to string [optional]
From Pointer to string [optional]

Methods

NewOperationAccountModel

func NewOperationAccountModel() *OperationAccountModel

NewOperationAccountModel instantiates a new OperationAccountModel 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

NewOperationAccountModelWithDefaults

func NewOperationAccountModelWithDefaults() *OperationAccountModel

NewOperationAccountModelWithDefaults instantiates a new OperationAccountModel 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

GetValue

func (o *OperationAccountModel) GetValue() map[string]interface{}

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *OperationAccountModel) GetValueOk() (*map[string]interface{}, bool)

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

SetValue

func (o *OperationAccountModel) SetValue(v map[string]interface{})

SetValue sets Value field to given value.

HasValue

func (o *OperationAccountModel) HasValue() bool

HasValue returns a boolean if a field has been set.

GetPath

func (o *OperationAccountModel) GetPath() string

GetPath returns the Path field if non-nil, zero value otherwise.

GetPathOk

func (o *OperationAccountModel) GetPathOk() (*string, bool)

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

SetPath

func (o *OperationAccountModel) SetPath(v string)

SetPath sets Path field to given value.

HasPath

func (o *OperationAccountModel) HasPath() bool

HasPath returns a boolean if a field has been set.

GetOp

func (o *OperationAccountModel) GetOp() string

GetOp returns the Op field if non-nil, zero value otherwise.

GetOpOk

func (o *OperationAccountModel) GetOpOk() (*string, bool)

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

SetOp

func (o *OperationAccountModel) SetOp(v string)

SetOp sets Op field to given value.

HasOp

func (o *OperationAccountModel) HasOp() bool

HasOp returns a boolean if a field has been set.

GetFrom

func (o *OperationAccountModel) GetFrom() string

GetFrom returns the From field if non-nil, zero value otherwise.

GetFromOk

func (o *OperationAccountModel) GetFromOk() (*string, bool)

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

SetFrom

func (o *OperationAccountModel) SetFrom(v string)

SetFrom sets From field to given value.

HasFrom

func (o *OperationAccountModel) HasFrom() bool

HasFrom returns a boolean if a field has been set.

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