Class: Google::Apis::ContentV2_1::ShippingsettingsCustomBatchResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ShippingsettingsCustomBatchResponse

Returns a new instance of ShippingsettingsCustomBatchResponse.



14385
14386
14387
# File 'lib/google/apis/content_v2_1/classes.rb', line 14385

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

Instance Attribute Details

#entriesArray<Google::Apis::ContentV2_1::ShippingsettingsCustomBatchResponseEntry>

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



14377
14378
14379
# File 'lib/google/apis/content_v2_1/classes.rb', line 14377

def entries
  @entries
end

#kindString

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

Returns:

  • (String)


14383
14384
14385
# File 'lib/google/apis/content_v2_1/classes.rb', line 14383

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14390
14391
14392
14393
# File 'lib/google/apis/content_v2_1/classes.rb', line 14390

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