ChannelAuditDetails class

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

Constructors

ChannelAuditDetails({bool? communityGuidelinesGoodStanding, bool? contentIdClaimsGoodStanding, bool? copyrightStrikesGoodStanding})
ChannelAuditDetails.fromJson(Map json_)

Properties

communityGuidelinesGoodStanding bool?
Whether or not the channel respects the community guidelines.
getter/setter pair
contentIdClaimsGoodStanding bool?
Whether or not the channel has any unresolved claims.
getter/setter pair
copyrightStrikesGoodStanding bool?
Whether or not the channel has any copyright strikes.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited