RosettaStatusRequest
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| NetworkIdentifier | NetworkIdentifier | ||
| Metadata | Pointer to map[string]interface{} | [optional] |
Methods
NewRosettaStatusRequest
func NewRosettaStatusRequest(networkIdentifier NetworkIdentifier, ) *RosettaStatusRequest
NewRosettaStatusRequest instantiates a new RosettaStatusRequest 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
NewRosettaStatusRequestWithDefaults
func NewRosettaStatusRequestWithDefaults() *RosettaStatusRequest
NewRosettaStatusRequestWithDefaults instantiates a new RosettaStatusRequest 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
GetNetworkIdentifier
func (o *RosettaStatusRequest) GetNetworkIdentifier() NetworkIdentifier
GetNetworkIdentifier returns the NetworkIdentifier field if non-nil, zero value otherwise.
GetNetworkIdentifierOk
func (o *RosettaStatusRequest) GetNetworkIdentifierOk() (*NetworkIdentifier, bool)
GetNetworkIdentifierOk returns a tuple with the NetworkIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNetworkIdentifier
func (o *RosettaStatusRequest) SetNetworkIdentifier(v NetworkIdentifier)
SetNetworkIdentifier sets NetworkIdentifier field to given value.
GetMetadata
func (o *RosettaStatusRequest) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
GetMetadataOk
func (o *RosettaStatusRequest) GetMetadataOk() (*map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMetadata
func (o *RosettaStatusRequest) SetMetadata(v map[string]interface{})
SetMetadata sets Metadata field to given value.
HasMetadata
func (o *RosettaStatusRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.