Class: Google::Apis::ContentV2_1::LiasettingsCustomBatchResponseEntry
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::LiasettingsCustomBatchResponseEntry
- 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
-
#batch_id ⇒ Fixnum
The ID of the request entry to which this entry responds.
-
#errors ⇒ Google::Apis::ContentV2_1::Errors
A list of errors returned by a failed batch entry.
-
#gmb_accounts ⇒ Google::Apis::ContentV2_1::GmbAccounts
The list of accessible Business Profiles.
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#lia_settings ⇒ Google::Apis::ContentV2_1::LiaSettings
Local Inventory ads (LIA) settings.
-
#omnichannel_experience ⇒ Google::Apis::ContentV2_1::LiaOmnichannelExperience
Omnichannel experience details.
-
#pos_data_providers ⇒ Array<Google::Apis::ContentV2_1::PosDataProviders>
The list of POS data providers.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LiasettingsCustomBatchResponseEntry
constructor
A new instance of LiasettingsCustomBatchResponseEntry.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LiasettingsCustomBatchResponseEntry
Returns a new instance of LiasettingsCustomBatchResponseEntry.
6053 6054 6055 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6053 def initialize(**args) update!(**args) end |
Instance Attribute Details
#batch_id ⇒ Fixnum
The ID of the request entry to which this entry responds.
Corresponds to the JSON property batchId
6019 6020 6021 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6019 def batch_id @batch_id end |
#errors ⇒ Google::Apis::ContentV2_1::Errors
A list of errors returned by a failed batch entry.
Corresponds to the JSON property errors
6024 6025 6026 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6024 def errors @errors end |
#gmb_accounts ⇒ Google::Apis::ContentV2_1::GmbAccounts
The list of accessible Business Profiles.
Corresponds to the JSON property gmbAccounts
6029 6030 6031 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6029 def gmb_accounts @gmb_accounts end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
liasettingsCustomBatchResponseEntry"
Corresponds to the JSON property kind
6035 6036 6037 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6035 def kind @kind end |
#lia_settings ⇒ Google::Apis::ContentV2_1::LiaSettings
Local Inventory ads (LIA) settings. All methods except listposdataproviders
require the admin role.
Corresponds to the JSON property liaSettings
6041 6042 6043 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6041 def lia_settings @lia_settings end |
#omnichannel_experience ⇒ Google::Apis::ContentV2_1::LiaOmnichannelExperience
Omnichannel experience details.
Corresponds to the JSON property omnichannelExperience
6046 6047 6048 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6046 def omnichannel_experience @omnichannel_experience end |
#pos_data_providers ⇒ Array<Google::Apis::ContentV2_1::PosDataProviders>
The list of POS data providers.
Corresponds to the JSON property posDataProviders
6051 6052 6053 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6051 def pos_data_providers @pos_data_providers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6058 6059 6060 6061 6062 6063 6064 6065 6066 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6058 def update!(**args) @batch_id = args[:batch_id] if args.key?(:batch_id) @errors = args[:errors] if args.key?(:errors) @gmb_accounts = args[:gmb_accounts] if args.key?(:gmb_accounts) @kind = args[:kind] if args.key?(:kind) @lia_settings = args[:lia_settings] if args.key?(:lia_settings) @omnichannel_experience = args[:omnichannel_experience] if args.key?(:omnichannel_experience) @pos_data_providers = args[:pos_data_providers] if args.key?(:pos_data_providers) end |