| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] [readonly] | |
| Name | string | ||
| State | Pointer to string | [optional] [default to "Active"] |
func NewTransfer(name string, ) *Transfer
NewTransfer instantiates a new Transfer 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 NewTransferWithDefaults() *Transfer
NewTransferWithDefaults instantiates a new Transfer 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 *Transfer) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Transfer) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Transfer) SetId(v string)
SetId sets Id field to given value.
func (o *Transfer) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Transfer) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Transfer) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Transfer) SetName(v string)
SetName sets Name field to given value.
func (o *Transfer) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *Transfer) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Transfer) SetState(v string)
SetState sets State field to given value.
func (o *Transfer) HasState() bool
HasState returns a boolean if a field has been set.