RosettaNetworkOptionsResponse
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Version | RosettaNetworkOptionsResponseVersion | ||
| Allow | RosettaNetworkOptionsResponseAllow |
Methods
NewRosettaNetworkOptionsResponse
func NewRosettaNetworkOptionsResponse(version RosettaNetworkOptionsResponseVersion, allow RosettaNetworkOptionsResponseAllow, ) *RosettaNetworkOptionsResponse
NewRosettaNetworkOptionsResponse instantiates a new RosettaNetworkOptionsResponse 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
NewRosettaNetworkOptionsResponseWithDefaults
func NewRosettaNetworkOptionsResponseWithDefaults() *RosettaNetworkOptionsResponse
NewRosettaNetworkOptionsResponseWithDefaults instantiates a new RosettaNetworkOptionsResponse 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
GetVersion
func (o *RosettaNetworkOptionsResponse) GetVersion() RosettaNetworkOptionsResponseVersion
GetVersion returns the Version field if non-nil, zero value otherwise.
GetVersionOk
func (o *RosettaNetworkOptionsResponse) GetVersionOk() (*RosettaNetworkOptionsResponseVersion, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVersion
func (o *RosettaNetworkOptionsResponse) SetVersion(v RosettaNetworkOptionsResponseVersion)
SetVersion sets Version field to given value.
GetAllow
func (o *RosettaNetworkOptionsResponse) GetAllow() RosettaNetworkOptionsResponseAllow
GetAllow returns the Allow field if non-nil, zero value otherwise.
GetAllowOk
func (o *RosettaNetworkOptionsResponse) GetAllowOk() (*RosettaNetworkOptionsResponseAllow, bool)
GetAllowOk returns a tuple with the Allow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAllow
func (o *RosettaNetworkOptionsResponse) SetAllow(v RosettaNetworkOptionsResponseAllow)
SetAllow sets Allow field to given value.