View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1FieldConstraints (google_api_chrome_policy v0.4.0)
Information about any range constraints.
Attributes
-
numericRangeConstraint
(type:GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1NumericRangeConstraint.t
, default:nil
) - The allowed range for numeric fields. -
uploadedFileConstraints
(type:GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1UploadedFileConstraints.t
, default:nil
) - Constraints on the uploaded file of a file policy. If present, this policy requires a URL that can be fetched by uploading a file with the constraints specified in this proto.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1FieldConstraints{ numericRangeConstraint: GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1NumericRangeConstraint.t() | nil, uploadedFileConstraints: GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1UploadedFileConstraints.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.