Class: Google::Apis::DisplayvideoV1::PublisherReviewStatus
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV1::PublisherReviewStatus
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v1/classes.rb,
lib/google/apis/displayvideo_v1/representations.rb,
lib/google/apis/displayvideo_v1/representations.rb
Overview
Publisher review status for the creative.
Instance Attribute Summary collapse
-
#publisher_name ⇒ String
The publisher reviewing the creative.
-
#status ⇒ String
Status of the publisher review.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PublisherReviewStatus
constructor
A new instance of PublisherReviewStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PublisherReviewStatus
Returns a new instance of PublisherReviewStatus.
8999 9000 9001 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8999 def initialize(**args) update!(**args) end |
Instance Attribute Details
#publisher_name ⇒ String
The publisher reviewing the creative.
Corresponds to the JSON property publisherName
8992 8993 8994 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8992 def publisher_name @publisher_name end |
#status ⇒ String
Status of the publisher review.
Corresponds to the JSON property status
8997 8998 8999 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8997 def status @status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9004 9005 9006 9007 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 9004 def update!(**args) @publisher_name = args[:publisher_name] if args.key?(:publisher_name) @status = args[:status] if args.key?(:status) end |