Skip to content

Latest commit

 

History

History
103 lines (56 loc) · 3.08 KB

CloudRouterChangeOperation.md

File metadata and controls

103 lines (56 loc) · 3.08 KB

CloudRouterChangeOperation

Properties

Name Type Description Notes
Op PrecisionTimeChangeOperationOp
Path string path inside document leading to updated parameter
Value interface{} new value for updated parameter

Methods

NewCloudRouterChangeOperation

func NewCloudRouterChangeOperation(op PrecisionTimeChangeOperationOp, path string, value interface{}, ) *CloudRouterChangeOperation

NewCloudRouterChangeOperation instantiates a new CloudRouterChangeOperation 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

NewCloudRouterChangeOperationWithDefaults

func NewCloudRouterChangeOperationWithDefaults() *CloudRouterChangeOperation

NewCloudRouterChangeOperationWithDefaults instantiates a new CloudRouterChangeOperation 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

GetOp

func (o *CloudRouterChangeOperation) GetOp() PrecisionTimeChangeOperationOp

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

GetOpOk

func (o *CloudRouterChangeOperation) GetOpOk() (*PrecisionTimeChangeOperationOp, 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 *CloudRouterChangeOperation) SetOp(v PrecisionTimeChangeOperationOp)

SetOp sets Op field to given value.

GetPath

func (o *CloudRouterChangeOperation) GetPath() string

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

GetPathOk

func (o *CloudRouterChangeOperation) 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 *CloudRouterChangeOperation) SetPath(v string)

SetPath sets Path field to given value.

GetValue

func (o *CloudRouterChangeOperation) GetValue() interface{}

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

GetValueOk

func (o *CloudRouterChangeOperation) GetValueOk() (*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 *CloudRouterChangeOperation) SetValue(v interface{})

SetValue sets Value field to given value.

SetValueNil

func (o *CloudRouterChangeOperation) SetValueNil(b bool)

SetValueNil sets the value for Value to be an explicit nil

UnsetValue

func (o *CloudRouterChangeOperation) UnsetValue()

UnsetValue ensures that no value is present for Value, not even an explicit nil

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