GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldIntegerOptions (google_api_drive_labels v0.3.0)

View Source

Options for the Integer field type.

Attributes

  • maxValue (type: String.t, default: nil) - Output only. The maximum valid value for the integer field.
  • minValue (type: String.t, default: nil) - Output only. The minimum valid value for the integer field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldIntegerOptions{
    maxValue: String.t() | nil,
    minValue: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.