Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.89 KB

File metadata and controls

108 lines (59 loc) · 2.89 KB

ResponsesShortIbcClient

Properties

Name Type Description Notes
ChainId Pointer to *os.File [optional]
Id Pointer to string [optional]
Type Pointer to string [optional]

Methods

NewResponsesShortIbcClient

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

NewResponsesShortIbcClientWithDefaults

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

GetChainId

func (o *ResponsesShortIbcClient) GetChainId() *os.File

GetChainId returns the ChainId field if non-nil, zero value otherwise.

GetChainIdOk

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.

SetChainId

func (o *ResponsesShortIbcClient) SetChainId(v *os.File)

SetChainId sets ChainId field to given value.

HasChainId

func (o *ResponsesShortIbcClient) HasChainId() bool

HasChainId returns a boolean if a field has been set.

GetId

func (o *ResponsesShortIbcClient) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ResponsesShortIbcClient) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ResponsesShortIbcClient) HasId() bool

HasId returns a boolean if a field has been set.

GetType

func (o *ResponsesShortIbcClient) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *ResponsesShortIbcClient) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ResponsesShortIbcClient) HasType() bool

HasType returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]