Class: Google::Apis::ContentV2_1::LiasettingsListPosDataProvidersResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::LiasettingsListPosDataProvidersResponse
- 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
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#pos_data_providers ⇒ Array<Google::Apis::ContentV2_1::PosDataProviders>
The list of POS data providers for each eligible country Corresponds to the JSON property
posDataProviders
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LiasettingsListPosDataProvidersResponse
constructor
A new instance of LiasettingsListPosDataProvidersResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LiasettingsListPosDataProvidersResponse
Returns a new instance of LiasettingsListPosDataProvidersResponse.
6068 6069 6070 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6068 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
liasettingsListPosDataProvidersResponse
".
Corresponds to the JSON property kind
6061 6062 6063 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6061 def kind @kind end |
#pos_data_providers ⇒ Array<Google::Apis::ContentV2_1::PosDataProviders>
The list of POS data providers for each eligible country
Corresponds to the JSON property posDataProviders
6066 6067 6068 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6066 def pos_data_providers @pos_data_providers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6073 6074 6075 6076 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6073 def update!(**args) @kind = args[:kind] if args.key?(:kind) @pos_data_providers = args[:pos_data_providers] if args.key?(:pos_data_providers) end |