GoogleApi.Datastream.V1.Model.SalesforceObject (google_api_datastream v0.10.0)
View SourceSalesforce object.
Attributes
-
fields
(type:list(GoogleApi.Datastream.V1.Model.SalesforceField.t)
, default:nil
) - Salesforce fields. When unspecified as part of include objects, includes everything, when unspecified as part of exclude objects, excludes nothing. -
objectName
(type:String.t
, default:nil
) - Object name.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Datastream.V1.Model.SalesforceObject{ fields: [GoogleApi.Datastream.V1.Model.SalesforceField.t()] | nil, objectName: String.t() | nil }