Class SalesforceOrg
Salesforce organization structure.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class SalesforceOrg : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Objects
Salesforce objects in the database server.
Declaration
[JsonProperty("objects")]
public virtual IList<SalesforceObject> Objects { get; set; }
Property Value
Type | Description |
---|---|
IList<SalesforceObject> |