Name | Type | Description | Notes |
---|---|---|---|
Order | Pointer to []StructuresOrderInfo | [optional] |
func NewBackupGetOrdersResponse() *BackupGetOrdersResponse
NewBackupGetOrdersResponse instantiates a new BackupGetOrdersResponse 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 NewBackupGetOrdersResponseWithDefaults() *BackupGetOrdersResponse
NewBackupGetOrdersResponseWithDefaults instantiates a new BackupGetOrdersResponse 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 *BackupGetOrdersResponse) GetOrder() []StructuresOrderInfo
GetOrder returns the Order field if non-nil, zero value otherwise.
func (o *BackupGetOrdersResponse) GetOrderOk() (*[]StructuresOrderInfo, bool)
GetOrderOk returns a tuple with the Order field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BackupGetOrdersResponse) SetOrder(v []StructuresOrderInfo)
SetOrder sets Order field to given value.
func (o *BackupGetOrdersResponse) HasOrder() bool
HasOrder returns a boolean if a field has been set.