Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.74 KB

GovChainOwnerResponse.md

File metadata and controls

56 lines (31 loc) · 1.74 KB

GovChainOwnerResponse

Properties

Name Type Description Notes
ChainOwner Pointer to string The chain owner (Bech32-encoded) [optional]

Methods

NewGovChainOwnerResponse

func NewGovChainOwnerResponse() *GovChainOwnerResponse

NewGovChainOwnerResponse instantiates a new GovChainOwnerResponse 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

NewGovChainOwnerResponseWithDefaults

func NewGovChainOwnerResponseWithDefaults() *GovChainOwnerResponse

NewGovChainOwnerResponseWithDefaults instantiates a new GovChainOwnerResponse 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

GetChainOwner

func (o *GovChainOwnerResponse) GetChainOwner() string

GetChainOwner returns the ChainOwner field if non-nil, zero value otherwise.

GetChainOwnerOk

func (o *GovChainOwnerResponse) GetChainOwnerOk() (*string, bool)

GetChainOwnerOk returns a tuple with the ChainOwner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetChainOwner

func (o *GovChainOwnerResponse) SetChainOwner(v string)

SetChainOwner sets ChainOwner field to given value.

HasChainOwner

func (o *GovChainOwnerResponse) HasChainOwner() bool

HasChainOwner returns a boolean if a field has been set.

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