model

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorDetail

type ErrorDetail struct {
	DetailType string        `json:"@type"`
	Domain     string        `json:"domain"`
	Metadata   ErrorMetadata `json:"metadata"`
	Reason     string        `json:"reason"`
}

type ErrorMetadata

type ErrorMetadata struct {
	Consumer        string `json:"consumer"`
	QuotaLimit      string `json:"quota_limit"`
	QuotaLimitValue string `json:"quota_limit_value"`
	QuotaLocation   string `json:"quota_location"`
	QuotaMetric     string `json:"quota_metric"`
	Service         string `json:"service"`
}

type WatchChannelData

type WatchChannelData struct {
	ChannelID  string `json:"channel_id"`
	ResourceID string `json:"resource_id"`
	MMUserID   string `json:"mm_user_id"`
	Expiration int64  `json:"expiration"`
	Token      string `json:"token"`
	PageToken  string `json:"page_token"`
}

Jump to

Keyboard shortcuts

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