Class: Google::Cloud::Datastream::V1::SalesforceOrg
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::SalesforceOrg
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
Salesforce organization structure.
Instance Attribute Summary collapse
-
#objects ⇒ ::Array<::Google::Cloud::Datastream::V1::SalesforceObject>
Salesforce objects in the database server.
Instance Attribute Details
#objects ⇒ ::Array<::Google::Cloud::Datastream::V1::SalesforceObject>
Returns Salesforce objects in the database server.
1258 1259 1260 1261 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1258 class SalesforceOrg include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |