Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.49 KB

V1FieldsV1.md

File metadata and controls

56 lines (31 loc) · 1.49 KB

V1FieldsV1

Properties

Name Type Description Notes
Raw Pointer to string Raw is the underlying serialization of this object. [optional]

Methods

NewV1FieldsV1

func NewV1FieldsV1() *V1FieldsV1

NewV1FieldsV1 instantiates a new V1FieldsV1 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

NewV1FieldsV1WithDefaults

func NewV1FieldsV1WithDefaults() *V1FieldsV1

NewV1FieldsV1WithDefaults instantiates a new V1FieldsV1 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

GetRaw

func (o *V1FieldsV1) GetRaw() string

GetRaw returns the Raw field if non-nil, zero value otherwise.

GetRawOk

func (o *V1FieldsV1) GetRawOk() (*string, bool)

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

SetRaw

func (o *V1FieldsV1) SetRaw(v string)

SetRaw sets Raw field to given value.

HasRaw

func (o *V1FieldsV1) HasRaw() bool

HasRaw returns a boolean if a field has been set.

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