GoogleApi.YouTube.V3.Model.ChannelAuditDetails (google_api_you_tube v0.38.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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.