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

View Source

Limits for date Field type.

Attributes

  • maxValue (type: GoogleApi.DriveLabels.V2.Model.GoogleTypeDate.t, default: nil) - Maximum value for the date Field type.
  • minValue (type: GoogleApi.DriveLabels.V2.Model.GoogleTypeDate.t, default: nil) - Minimum value for the date Field type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.