class Google::Apis::DfareportingV3_5::SiteSkippableSetting

Skippable Settings

Attributes

kind[RW]

Identifies what kind of resource this is. Value: the fixed string “ dfareporting#siteSkippableSetting”. Corresponds to the JSON property `kind` @return [String]

progress_offset[RW]

Video Offset Corresponds to the JSON property `progressOffset` @return [Google::Apis::DfareportingV3_5::VideoOffset]

skip_offset[RW]

Video Offset Corresponds to the JSON property `skipOffset` @return [Google::Apis::DfareportingV3_5::VideoOffset]

skippable[RW]

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]

skippable?[RW]

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

new(**args) click to toggle source
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 11320
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dfareporting_v3_5/classes.rb, line 11325
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