Versions in this module Expand all Collapse all v0 v0.0.1 Dec 7, 2023 Changes in this version + type PlatformSummary struct + BetterAdsStatus string + EnforcementTime string + FilterStatus string + ForceSendFields []string + LastChangeTime string + NullFields []string + Region []string + ReportUrl string + UnderReview bool + func (s *PlatformSummary) MarshalJSON() ([]byte, error) + type Service struct + BasePath string + Sites *SitesService + UserAgent string + ViolatingSites *ViolatingSitesService + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type SiteSummaryResponse struct + DesktopSummary *PlatformSummary + ForceSendFields []string + MobileSummary *PlatformSummary + NullFields []string + ReviewedSite string + func (s *SiteSummaryResponse) MarshalJSON() ([]byte, error) + type SitesGetCall struct + func (c *SitesGetCall) Context(ctx context.Context) *SitesGetCall + func (c *SitesGetCall) Do(opts ...googleapi.CallOption) (*SiteSummaryResponse, error) + func (c *SitesGetCall) Fields(s ...googleapi.Field) *SitesGetCall + func (c *SitesGetCall) Header() http.Header + func (c *SitesGetCall) IfNoneMatch(entityTag string) *SitesGetCall + type SitesService struct + func NewSitesService(s *Service) *SitesService + func (r *SitesService) Get(name string) *SitesGetCall + type ViolatingSitesListCall struct + func (c *ViolatingSitesListCall) Context(ctx context.Context) *ViolatingSitesListCall + func (c *ViolatingSitesListCall) Do(opts ...googleapi.CallOption) (*ViolatingSitesResponse, error) + func (c *ViolatingSitesListCall) Fields(s ...googleapi.Field) *ViolatingSitesListCall + func (c *ViolatingSitesListCall) Header() http.Header + func (c *ViolatingSitesListCall) IfNoneMatch(entityTag string) *ViolatingSitesListCall + type ViolatingSitesResponse struct + ForceSendFields []string + NullFields []string + ViolatingSites []*SiteSummaryResponse + func (s *ViolatingSitesResponse) MarshalJSON() ([]byte, error) + type ViolatingSitesService struct + func NewViolatingSitesService(s *Service) *ViolatingSitesService + func (r *ViolatingSitesService) List() *ViolatingSitesListCall