| Name | Type | Description | Notes |
|---|---|---|---|
| ChainId | Pointer to *os.File | [optional] | |
| Id | Pointer to string | [optional] | |
| Type | Pointer to string | [optional] |
func NewResponsesShortIbcClient() *ResponsesShortIbcClient
NewResponsesShortIbcClient instantiates a new ResponsesShortIbcClient 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 NewResponsesShortIbcClientWithDefaults() *ResponsesShortIbcClient
NewResponsesShortIbcClientWithDefaults instantiates a new ResponsesShortIbcClient 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 *ResponsesShortIbcClient) GetChainId() *os.File
GetChainId returns the ChainId field if non-nil, zero value otherwise.
func (o *ResponsesShortIbcClient) GetChainIdOk() (**os.File, bool)
GetChainIdOk returns a tuple with the ChainId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesShortIbcClient) SetChainId(v *os.File)
SetChainId sets ChainId field to given value.
func (o *ResponsesShortIbcClient) HasChainId() bool
HasChainId returns a boolean if a field has been set.
func (o *ResponsesShortIbcClient) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResponsesShortIbcClient) 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 *ResponsesShortIbcClient) SetId(v string)
SetId sets Id field to given value.
func (o *ResponsesShortIbcClient) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResponsesShortIbcClient) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ResponsesShortIbcClient) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesShortIbcClient) SetType(v string)
SetType sets Type field to given value.
func (o *ResponsesShortIbcClient) HasType() bool
HasType returns a boolean if a field has been set.