Class: Google::Apis::DatastreamV1::SalesforceObjectIdentifier
- Inherits:
-
Object
- Object
- Google::Apis::DatastreamV1::SalesforceObjectIdentifier
- 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
-
#object_name ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SalesforceObjectIdentifier
constructor
A new instance of SalesforceObjectIdentifier.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SalesforceObjectIdentifier
Returns a new instance of SalesforceObjectIdentifier.
3944 3945 3946 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 3944 def initialize(**args) update!(**args) end |
Instance Attribute Details
#object_name ⇒ String
Required. The object name.
Corresponds to the JSON property objectName
3942 3943 3944 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 3942 def object_name @object_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3949 3950 3951 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 3949 def update!(**args) @object_name = args[:object_name] if args.key?(:object_name) end |