Class: Google::Apis::ContentV2::BatchProductStatusesResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchProductStatusesResponse

Returns a new instance of BatchProductStatusesResponse.



10135
10136
10137
# File 'generated/google/apis/content_v2/classes.rb', line 10135

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

Instance Attribute Details

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

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



10127
10128
10129
# File 'generated/google/apis/content_v2/classes.rb', line 10127

def entries
  @entries
end

#kindString

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

Returns:

  • (String)


10133
10134
10135
# File 'generated/google/apis/content_v2/classes.rb', line 10133

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10140
10141
10142
10143
# File 'generated/google/apis/content_v2/classes.rb', line 10140

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