class Google::Apis::YoutubeV3::VideoMonetizationDetails
Details about monetization of a YouTube Video.
Attributes
access[RW]
Rights management policy for YouTube resources. Corresponds to the JSON property `access` @return [Google::Apis::YoutubeV3::AccessPolicy]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/youtube_v3/classes.rb, line 7600 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/youtube_v3/classes.rb, line 7605 def update!(**args) @access = args[:access] if args.key?(:access) end