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

Documentation file contents for a catalog item.

Attributes

  • contents (type: String.t, default: nil) - Required. The file contents. The max size is 4 MB.
  • displayName (type: String.t, default: nil) - Required. A display name for the file, shown in the management UI. Max length is 255 characters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DocumentationFile{
  contents: String.t() | nil,
  displayName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.