tenant

package
v2.0.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package tenant code generated by lark suite oapi sdk gen

Package tenant 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"`
}

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"`
}

type TenantQueryResp

type TenantQueryResp struct {
	*lark.RawResponse `json:"-"`
	lark.CodeError
	Data *TenantQueryRespData `json:"data"`
}

type TenantQueryRespData

type TenantQueryRespData struct {
	Tenant *Tenant `json:"tenant,omitempty"`
}

type TenantService

type TenantService struct {
	Tenant *tenant
}

func New

func New(app *lark.App) *TenantService

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL