View Source GoogleApi.Admin.Datatransfer_v1.Model.ApplicationTransferParam (google_api_admin v0.40.0)

Template for application transfer parameters.

Attributes

  • key (type: String.t, default: nil) - The type of the transfer parameter, such as PRIVACY_LEVEL.
  • value (type: list(String.t), default: nil) - The value of the transfer parameter, such as PRIVATE or SHARED.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Datatransfer_v1.Model.ApplicationTransferParam{
  key: String.t() | nil,
  value: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.