class Google::Apis::DisplayvideoV1::PublisherReviewStatus
Publisher review status for the creative.
Attributes
publisher_name[RW]
The publisher reviewing the creative. Corresponds to the JSON property `publisherName` @return [String]
status[RW]
Status
of the publisher review. Corresponds to the JSON property `status` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 8374 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 8379 def update!(**args) @publisher_name = args[:publisher_name] if args.key?(:publisher_name) @status = args[:status] if args.key?(:status) end