View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ResourceFile (google_api_apigee v0.46.0)

Metadata about a resource file.

Attributes

  • name (type: String.t, default: nil) - ID of the resource file.
  • type (type: String.t, default: nil) - Resource file type. {{ resource_file_type }}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ResourceFile{
  name: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.