View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1UploadedFileConstraints (google_api_chrome_policy v0.5.1)

Constraints on the uploaded file of a file policy.

Attributes

  • sizeLimitBytes (type: String.t, default: nil) - The size limit of uploaded files for a setting, in bytes.
  • supportedContentTypes (type: list(String.t), default: nil) - File types that can be uploaded for a setting.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1UploadedFileConstraints{
    sizeLimitBytes: String.t() | nil,
    supportedContentTypes: [String.t()] | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.