Class: Google::Apis::ContentV2_1::LiasettingsListPosDataProvidersResponse

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

Returns a new instance of LiasettingsListPosDataProvidersResponse.



4084
4085
4086
# File 'lib/google/apis/content_v2_1/classes.rb', line 4084

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

Instance Attribute Details

#kindString

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

Returns:

  • (String)


4077
4078
4079
# File 'lib/google/apis/content_v2_1/classes.rb', line 4077

def kind
  @kind
end

#pos_data_providersArray<Google::Apis::ContentV2_1::PosDataProviders>

The list of POS data providers for each eligible country Corresponds to the JSON property posDataProviders



4082
4083
4084
# File 'lib/google/apis/content_v2_1/classes.rb', line 4082

def pos_data_providers
  @pos_data_providers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4089
4090
4091
4092
# File 'lib/google/apis/content_v2_1/classes.rb', line 4089

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