Class: Google::Cloud::Datastream::V1::SalesforceObject
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::SalesforceObject
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
Salesforce object.
Instance Attribute Summary collapse
-
#fields ⇒ ::Array<::Google::Cloud::Datastream::V1::SalesforceField>
Salesforce fields.
-
#object_name ⇒ ::String
Object name.
Instance Attribute Details
#fields ⇒ ::Array<::Google::Cloud::Datastream::V1::SalesforceField>
Returns Salesforce fields. When unspecified as part of include objects, includes everything, when unspecified as part of exclude objects, excludes nothing.
1129 1130 1131 1132 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1129 class SalesforceObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object_name ⇒ ::String
Returns Object name.
1129 1130 1131 1132 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1129 class SalesforceObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |