Class: Google::Apis::DatastreamV1::SalesforceObjectIdentifier

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

Overview

Salesforce data source object identifier.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SalesforceObjectIdentifier

Returns a new instance of SalesforceObjectIdentifier.



3417
3418
3419
# File 'lib/google/apis/datastream_v1/classes.rb', line 3417

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

Instance Attribute Details

#object_nameString

Required. The object name. Corresponds to the JSON property objectName

Returns:

  • (String)


3415
3416
3417
# File 'lib/google/apis/datastream_v1/classes.rb', line 3415

def object_name
  @object_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3422
3423
3424
# File 'lib/google/apis/datastream_v1/classes.rb', line 3422

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