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 lib/google/apis/youtube_v3/classes.rb, line 8125 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/youtube_v3/classes.rb, line 8130 def update!(**args) @access = args[:access] if args.key?(:access) end