class Google::Apis::DisplayvideoV1::BulkEditSitesResponse

Response message for SiteService.BulkEditSites.

Attributes

sites[RW]

The list of sites that have been successfully created. This list will be absent if empty. Corresponds to the JSON property `sites` @return [Array<Google::Apis::DisplayvideoV1::Site>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 1855
def update!(**args)
  @sites = args[:sites] if args.key?(:sites)
end