class Google::Apis::DfareportingV3_4::SiteSkippableSetting
Skippable Settings
Attributes
Identifies what kind of resource this is. Value: the fixed string “ dfareporting#siteSkippableSetting”. Corresponds to the JSON property `kind` @return [String]
Video Offset Corresponds to the JSON property `progressOffset` @return [Google::Apis::DfareportingV3_4::VideoOffset]
Video Offset Corresponds to the JSON property `skipOffset` @return [Google::Apis::DfareportingV3_4::VideoOffset]
Whether the user can skip creatives served to this site. This will act as default for new placements created under this site. Corresponds to the JSON property `skippable` @return [Boolean]
Whether the user can skip creatives served to this site. This will act as default for new placements created under this site. Corresponds to the JSON property `skippable` @return [Boolean]
Public Class Methods
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 11661 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 11666 def update!(**args) @kind = args[:kind] if args.key?(:kind) @progress_offset = args[:progress_offset] if args.key?(:progress_offset) @skip_offset = args[:skip_offset] if args.key?(:skip_offset) @skippable = args[:skippable] if args.key?(:skippable) end