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.



3138
3139
3140
# File 'lib/google/apis/datamanager_v1/classes.rb', line 3138

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)


3136
3137
3138
# File 'lib/google/apis/datamanager_v1/classes.rb', line 3136

def data_source_type
  @data_source_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3143
3144
3145
# File 'lib/google/apis/datamanager_v1/classes.rb', line 3143

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