Class: Google::Apis::DatastreamV1::SalesforceOrg

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 organization structure.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SalesforceOrg

Returns a new instance of SalesforceOrg.



4166
4167
4168
# File 'lib/google/apis/datastream_v1/classes.rb', line 4166

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

Instance Attribute Details

#objectsArray<Google::Apis::DatastreamV1::SalesforceObject>

Salesforce objects in the database server. Corresponds to the JSON property objects



4164
4165
4166
# File 'lib/google/apis/datastream_v1/classes.rb', line 4164

def objects
  @objects
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4171
4172
4173
# File 'lib/google/apis/datastream_v1/classes.rb', line 4171

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