class Google::Apis::VectortileV1::ProviderInfo

Information about the data providers that should be included in the attribution string shown by the client.

Attributes

description[RW]

Attribution string for this provider. This string is not localized. Corresponds to the JSON property `description` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/vectortile_v1/classes.rb, line 486
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/vectortile_v1/classes.rb, line 491
def update!(**args)
  @description = args[:description] if args.key?(:description)
end