class Google::Apis::ConnectorsV1::Source

Source to extract the backend from.

Attributes

field_id[RW]

Field identifier. For example config vaiable name. Corresponds to the JSON property ‘fieldId` @return [String]

source_type[RW]

Type of the source. Corresponds to the JSON property ‘sourceType` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/connectors_v1/classes.rb, line 1973
def update!(**args)
  @field_id = args[:field_id] if args.key?(:field_id)
  @source_type = args[:source_type] if args.key?(:source_type)
end