View Source GoogleApi.DataMigration.V1.Model.RoundToScale (google_api_data_migration v0.21.0)
This allows the data to change scale, for example if the source is 2 digits after the decimal point, specify round to scale value = 2. If for example the value needs to be converted to an integer, use round to scale value = 0.
Attributes
-
scale
(type:integer()
, default:nil
) - Required. Scale value to be used
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataMigration.V1.Model.RoundToScale{scale: integer() | nil}