Class: Google::Apis::ContentV2::BatchInventoryResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchInventoryResponse

Returns a new instance of BatchInventoryResponse.



3110
3111
3112
# File 'lib/google/apis/content_v2/classes.rb', line 3110

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

Instance Attribute Details

#entriesArray<Google::Apis::ContentV2::InventoryBatchResponseEntry>

The result of the execution of the batch requests. Corresponds to the JSON property entries



3102
3103
3104
# File 'lib/google/apis/content_v2/classes.rb', line 3102

def entries
  @entries
end

#kindString

Identifies what kind of resource this is. Value: the fixed string "content# inventoryCustomBatchResponse". Corresponds to the JSON property kind

Returns:

  • (String)


3108
3109
3110
# File 'lib/google/apis/content_v2/classes.rb', line 3108

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3115
3116
3117
3118
# File 'lib/google/apis/content_v2/classes.rb', line 3115

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