Class: Google::Apis::DatastreamV1::SalesforceOrg
- Inherits:
-
Object
- Object
- Google::Apis::DatastreamV1::SalesforceOrg
- 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 organization structure.
Instance Attribute Summary collapse
-
#objects ⇒ Array<Google::Apis::DatastreamV1::SalesforceObject>
Salesforce objects in the database server.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SalesforceOrg
constructor
A new instance of SalesforceOrg.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SalesforceOrg
Returns a new instance of SalesforceOrg.
4198 4199 4200 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 4198 def initialize(**args) update!(**args) end |
Instance Attribute Details
#objects ⇒ Array<Google::Apis::DatastreamV1::SalesforceObject>
Salesforce objects in the database server.
Corresponds to the JSON property objects
4196 4197 4198 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 4196 def objects @objects end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4203 4204 4205 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 4203 def update!(**args) @objects = args[:objects] if args.key?(:objects) end |