class Google::Apis::ContentV2_1::PosDataProvidersPosDataProvider

Attributes

display_name[RW]

The display name of Pos data Provider. Corresponds to the JSON property `displayName` @return [String]

full_name[RW]

The full name of this POS data Provider. Corresponds to the JSON property `fullName` @return [String]

provider_id[RW]

The ID of the account. Corresponds to the JSON property `providerId` @return [Fixnum]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/content_v2_1/classes.rb, line 9388
def update!(**args)
  @display_name = args[:display_name] if args.key?(:display_name)
  @full_name = args[:full_name] if args.key?(:full_name)
  @provider_id = args[:provider_id] if args.key?(:provider_id)
end