GoogleApi.YouTube.V3.Model.ChannelAuditDetails (google_api_you_tube v0.54.0)

View Source

The auditDetails object encapsulates channel data that is relevant for YouTube Partners during the audit process.

Attributes

  • communityGuidelinesGoodStanding (type: boolean(), default: nil) - Whether or not the channel respects the community guidelines.
  • contentIdClaimsGoodStanding (type: boolean(), default: nil) - Whether or not the channel has any unresolved claims.
  • copyrightStrikesGoodStanding (type: boolean(), default: nil) - Whether or not the channel has any copyright strikes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.ChannelAuditDetails{
  communityGuidelinesGoodStanding: boolean() | nil,
  contentIdClaimsGoodStanding: boolean() | nil,
  copyrightStrikesGoodStanding: boolean() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.