GoogleApi.CloudRun.V1alpha1.Model.ListCloudAuditLogsSourcesResponse (google_api_cloud_run v0.40.0) View Source

ListCloudAuditLogsSourcesResponse is a list of CloudAuditLogsSource resources.

Attributes

  • apiVersion (type: String.t, default: nil) - The API version for this call such as "events.cloud.google.com/v1alpha1".
  • items (type: list(GoogleApi.CloudRun.V1alpha1.Model.CloudAuditLogsSource.t), default: nil) - List of CloudAuditLogsSources.
  • kind (type: String.t, default: nil) - The kind of this resource, in this case "CloudAuditLogsSourceList".
  • metadata (type: GoogleApi.CloudRun.V1alpha1.Model.ListMeta.t, default: nil) - Metadata associated with this CloudAuditLogsSource list.
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudRun.V1alpha1.Model.ListCloudAuditLogsSourcesResponse{
  apiVersion: String.t(),
  items: [GoogleApi.CloudRun.V1alpha1.Model.CloudAuditLogsSource.t()],
  kind: String.t(),
  metadata: GoogleApi.CloudRun.V1alpha1.Model.ListMeta.t(),
  unreachable: [String.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.