Class: Google::Apis::DatamanagerV1::UserIdInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/datamanager_v1/classes.rb,
lib/google/apis/datamanager_v1/representations.rb,
lib/google/apis/datamanager_v1/representations.rb

Overview

Additional information when USER_ID is one of the upload_key_types.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UserIdInfo

Returns a new instance of UserIdInfo.



2306
2307
2308
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2306

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

Instance Attribute Details

#data_source_typeString

Optional. Immutable. Source of the upload data. Corresponds to the JSON property dataSourceType

Returns:

  • (String)


2304
2305
2306
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2304

def data_source_type
  @data_source_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2311
2312
2313
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2311

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