Reference documentation and code samples for the Google Cloud Datastream V1 Client class SalesforceField.
Salesforce field.
Generated from protobuf message google.cloud.datastream.v1.SalesforceField
Namespace
Google \ Cloud \ Datastream \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Field name.
↳ data_type
string
The data type.
↳ nillable
bool
Indicates whether the field can accept nil values.
getName
Field name.
string
setName
Field name.
var
string
$this
getDataType
The data type.
string
setDataType
The data type.
var
string
$this
getNillable
Indicates whether the field can accept nil values.
bool
setNillable
Indicates whether the field can accept nil values.
var
bool
$this