Versions in this module Expand all Collapse all v0 v0.25.2 May 21, 2020 Changes in this version + type Service struct + BasePath string + UserAgent string + Webfonts *WebfontsService + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type Webfont struct + Category string + Family string + Files map[string]string + ForceSendFields []string + Kind string + LastModified string + NullFields []string + Subsets []string + Variants []string + Version string + func (s *Webfont) MarshalJSON() ([]byte, error) + type WebfontList struct + ForceSendFields []string + Items []*Webfont + Kind string + NullFields []string + func (s *WebfontList) MarshalJSON() ([]byte, error) + type WebfontsListCall struct + func (c *WebfontsListCall) Context(ctx context.Context) *WebfontsListCall + func (c *WebfontsListCall) Do(opts ...googleapi.CallOption) (*WebfontList, error) + func (c *WebfontsListCall) Fields(s ...googleapi.Field) *WebfontsListCall + func (c *WebfontsListCall) Header() http.Header + func (c *WebfontsListCall) IfNoneMatch(entityTag string) *WebfontsListCall + func (c *WebfontsListCall) Sort(sort string) *WebfontsListCall + type WebfontsService struct + func NewWebfontsService(s *Service) *WebfontsService + func (r *WebfontsService) List() *WebfontsListCall