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.



14010
14011
14012
# File 'lib/google/apis/content_v2_1/classes.rb', line 14010

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



14002
14003
14004
# File 'lib/google/apis/content_v2_1/classes.rb', line 14002

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)


14008
14009
14010
# File 'lib/google/apis/content_v2_1/classes.rb', line 14008

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14015
14016
14017
14018
# File 'lib/google/apis/content_v2_1/classes.rb', line 14015

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