View Source GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1Attachment (google_api_advisory_notifications v0.4.0)

Attachment with specific information about the issue.

Attributes

  • csv (type: GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1Csv.t, default: nil) - A CSV file attachment. Max size is 10 MB.
  • displayName (type: String.t, default: nil) - The title of the attachment.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1Attachment{
    csv:
      GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1Csv.t()
      | nil,
    displayName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.