Class: Google::Apis::ContentV2::BatchDatafeedStatusesResponse

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) ⇒ BatchDatafeedStatusesResponse

Returns a new instance of BatchDatafeedStatusesResponse.



2423
2424
2425
# File 'generated/google/apis/content_v2/classes.rb', line 2423

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

Instance Attribute Details

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

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



2415
2416
2417
# File 'generated/google/apis/content_v2/classes.rb', line 2415

def entries
  @entries
end

#kindString

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

Returns:

  • (String)


2421
2422
2423
# File 'generated/google/apis/content_v2/classes.rb', line 2421

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2428
2429
2430
2431
# File 'generated/google/apis/content_v2/classes.rb', line 2428

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