Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.49 KB

StringArray.md

File metadata and controls

56 lines (31 loc) · 1.49 KB

StringArray

Properties

Name Type Description Notes
Array Pointer to []string [optional]

Methods

NewStringArray

func NewStringArray() *StringArray

NewStringArray instantiates a new StringArray 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

NewStringArrayWithDefaults

func NewStringArrayWithDefaults() *StringArray

NewStringArrayWithDefaults instantiates a new StringArray 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

GetArray

func (o *StringArray) GetArray() []string

GetArray returns the Array field if non-nil, zero value otherwise.

GetArrayOk

func (o *StringArray) GetArrayOk() (*[]string, bool)

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

SetArray

func (o *StringArray) SetArray(v []string)

SetArray sets Array field to given value.

HasArray

func (o *StringArray) HasArray() bool

HasArray returns a boolean if a field has been set.

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