Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessAkskVo ¶ added in v0.0.71
type AccessAkskVo struct { Id *int32 `json:"id,omitempty"` GmtCreate *string `json:"gmt_create,omitempty"` GmtModify *string `json:"gmt_modify,omitempty"` InnerDomainId *int32 `json:"inner_domain_id,omitempty"` Ak *string `json:"ak,omitempty"` Sk *string `json:"sk,omitempty"` Status *string `json:"status,omitempty"` Descp *string `json:"descp,omitempty"` }
ak-sk数据模型
func (AccessAkskVo) String ¶ added in v0.0.71
func (o AccessAkskVo) String() string
type BusinessNodeModel ¶
type BusinessNodeModel struct { Default *bool `json:"default,omitempty"` DisplayName *string `json:"display_name,omitempty"` EpsId *string `json:"eps_id,omitempty"` GmtCreate *string `json:"gmt_create,omitempty"` GmtModify *string `json:"gmt_modify,omitempty"` Id *int64 `json:"id,omitempty"` InnerDomainId *int32 `json:"inner_domain_id,omitempty"` IsDefault *bool `json:"is_default,omitempty"` Name *string `json:"name,omitempty"` }
业务数据结构
func (BusinessNodeModel) String ¶
func (o BusinessNodeModel) String() string
type ListAkSkRequest ¶ added in v0.0.71
type ListAkSkRequest struct { }
Request Object
func (ListAkSkRequest) String ¶ added in v0.0.71
func (o ListAkSkRequest) String() string
type ListAkSkResponse ¶ added in v0.0.71
type ListAkSkResponse struct { AccessAkSkModels *[]AccessAkskVo `json:"access_ak_sk_models,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListAkSkResponse) String ¶ added in v0.0.71
func (o ListAkSkResponse) String() string
type ListBusinessRequest ¶
type ListBusinessRequest struct { }
Request Object
func (ListBusinessRequest) String ¶
func (o ListBusinessRequest) String() string
type ListBusinessResponse ¶
type ListBusinessResponse struct { BusinessNodes *[]BusinessNodeModel `json:"business_nodes,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListBusinessResponse) String ¶
func (o ListBusinessResponse) String() string
type ShowMasterAddressRequest ¶ added in v0.0.71
type ShowMasterAddressRequest struct {
RegionName string `json:"region_name"`
}
Request Object
func (ShowMasterAddressRequest) String ¶ added in v0.0.71
func (o ShowMasterAddressRequest) String() string
type ShowMasterAddressResponse ¶ added in v0.0.71
type ShowMasterAddressResponse struct { RegionName *string `json:"region_name,omitempty"` MasterAddress *string `json:"master_address,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowMasterAddressResponse) String ¶ added in v0.0.71
func (o ShowMasterAddressResponse) String() string
Click to show internal directories.
Click to hide internal directories.