BnsFetchFileZoneResponseAnyOf1
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Error | Pointer to string | [optional] |
Methods
NewBnsFetchFileZoneResponseAnyOf1
func NewBnsFetchFileZoneResponseAnyOf1() *BnsFetchFileZoneResponseAnyOf1
NewBnsFetchFileZoneResponseAnyOf1 instantiates a new BnsFetchFileZoneResponseAnyOf1 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
NewBnsFetchFileZoneResponseAnyOf1WithDefaults
func NewBnsFetchFileZoneResponseAnyOf1WithDefaults() *BnsFetchFileZoneResponseAnyOf1
NewBnsFetchFileZoneResponseAnyOf1WithDefaults instantiates a new BnsFetchFileZoneResponseAnyOf1 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
GetError
func (o *BnsFetchFileZoneResponseAnyOf1) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
GetErrorOk
func (o *BnsFetchFileZoneResponseAnyOf1) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetError
func (o *BnsFetchFileZoneResponseAnyOf1) SetError(v string)
SetError sets Error field to given value.
HasError
func (o *BnsFetchFileZoneResponseAnyOf1) HasError() bool
HasError returns a boolean if a field has been set.