Documentation ¶
Overview ¶
Code generated by lark suite oapi sdk gen
Code generated by lark suite oapi sdk gen
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Avatar ¶
type Avatar struct { AvatarOrigin string `json:"avatar_origin,omitempty"` Avatar72 string `json:"avatar_72,omitempty"` Avatar240 string `json:"avatar_240,omitempty"` Avatar640 string `json:"avatar_640,omitempty"` ForceSendFields []string `json:"-"` }
func (*Avatar) MarshalJSON ¶
type Service ¶
type Service struct { Tenants *TenantService // contains filtered or unexported fields }
func NewService ¶
type Tenant ¶
type Tenant struct { Name string `json:"name,omitempty"` DisplayId string `json:"display_id,omitempty"` TenantTag int `json:"tenant_tag,omitempty"` TenantKey string `json:"tenant_key,omitempty"` Avatar *Avatar `json:"avatar,omitempty"` ForceSendFields []string `json:"-"` }
func (*Tenant) MarshalJSON ¶
type TenantQueryReqCall ¶
type TenantQueryReqCall struct {
// contains filtered or unexported fields
}
func (*TenantQueryReqCall) Do ¶
func (rc *TenantQueryReqCall) Do() (*TenantQueryResult, error)
type TenantQueryResult ¶
type TenantQueryResult struct {
Tenant *Tenant `json:"tenant,omitempty"`
}
type TenantService ¶
type TenantService struct {
// contains filtered or unexported fields
}
func (*TenantService) Query ¶
func (tenants *TenantService) Query(ctx *core.Context, optFns ...request.OptFn) *TenantQueryReqCall
Click to show internal directories.
Click to hide internal directories.