Class: Google::Apis::ChromewebstoreV2::WarningsInfo

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

Overview

Message containing details on warnings encountered during PublishItem.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ WarningsInfo

Returns a new instance of WarningsInfo.



398
399
400
# File 'lib/google/apis/chromewebstore_v2/classes.rb', line 398

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

Instance Attribute Details

#warningsArray<Google::Apis::ChromewebstoreV2::Warning>

All warnings encountered during the request. Corresponds to the JSON property warnings



396
397
398
# File 'lib/google/apis/chromewebstore_v2/classes.rb', line 396

def warnings
  @warnings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



403
404
405
# File 'lib/google/apis/chromewebstore_v2/classes.rb', line 403

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