Class: Google::Apis::DisplayvideoV2::PublisherReviewStatus

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v2/classes.rb,
lib/google/apis/displayvideo_v2/representations.rb,
lib/google/apis/displayvideo_v2/representations.rb

Overview

Publisher review status for the creative.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PublisherReviewStatus

Returns a new instance of PublisherReviewStatus.



10269
10270
10271
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 10269

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#publisher_nameString

The publisher reviewing the creative. Corresponds to the JSON property publisherName

Returns:

  • (String)


10262
10263
10264
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 10262

def publisher_name
  @publisher_name
end

#statusString

Status of the publisher review. Corresponds to the JSON property status

Returns:

  • (String)


10267
10268
10269
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 10267

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10274
10275
10276
10277
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 10274

def update!(**args)
  @publisher_name = args[:publisher_name] if args.key?(:publisher_name)
  @status = args[:status] if args.key?(:status)
end