Show / Hide Table of Contents

Class SalesforceOrg

Salesforce organization structure.

Inheritance
object
SalesforceOrg
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX