GoogleApi.Datastream.V1.Model.SalesforceField (google_api_datastream v0.10.0)

View Source

Salesforce field.

Attributes

  • dataType (type: String.t, default: nil) - The data type.
  • name (type: String.t, default: nil) - Field name.
  • nillable (type: boolean(), default: nil) - Indicates whether the field can accept nil values.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Datastream.V1.Model.SalesforceField{
  dataType: String.t() | nil,
  name: String.t() | nil,
  nillable: boolean() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.