View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1UploadPolicyFileResponse (google_api_chrome_policy v0.5.0)

Response message for downloading an uploaded file.

Attributes

  • downloadUri (type: String.t, default: nil) - The uri for end user to download the file.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1UploadPolicyFileResponse{
    downloadUri: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.