Name | Type | Description | Notes |
---|---|---|---|
Array | Pointer to []string | [optional] |
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
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
func (o *StringArray) GetArray() []string
GetArray returns the Array field if non-nil, zero value otherwise.
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.
func (o *StringArray) SetArray(v []string)
SetArray sets Array field to given value.
func (o *StringArray) HasArray() bool
HasArray returns a boolean if a field has been set.