Class: Google::Apis::DisplayvideoV1::PublisherReviewStatus

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/displayvideo_v1/classes.rb,
generated/google/apis/displayvideo_v1/representations.rb,
generated/google/apis/displayvideo_v1/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.



7286
7287
7288
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 7286

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

Instance Attribute Details

#publisher_nameString

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

Returns:

  • (String)


7279
7280
7281
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 7279

def publisher_name
  @publisher_name
end

#statusString

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

Returns:

  • (String)


7284
7285
7286
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 7284

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7291
7292
7293
7294
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 7291

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