field_type

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	FileId string `json:"fileId"`
	Name   string `json:"name"`
	Size   int64  `json:"size"`
	Type   string `json:"type"`
}

type Multilingual

type Multilingual struct {
	En string `json:"en_US,omitempty"`
	Zh string `json:"zh_CN,omitempty"`
}

type Option

type Option struct {
	ApiName string       `json:"apiName"`
	Label   Multilingual `json:"label"`
}

type PhoneNumber

type PhoneNumber struct {
	CountryCode string `json:"countryCode"`
	DialingCode string `json:"dialingCode"`
	Number      string `json:"number"`
}

type RichText

type RichText struct {
	Config []*RichTextConfig `json:"config"`
	Raw    string            `json:"raw"`
}

type RichTextConfig

type RichTextConfig struct {
	ResourceId   string `json:"resourceId"`
	ResourceType string `json:"resourceType"`
}

Jump to

Keyboard shortcuts

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