View Source GoogleApi.IAM.V1.Model.QueryAuditableServicesResponse (google_api_iam v0.42.0)

A response containing a list of auditable services for a resource.

Attributes

  • services (type: list(GoogleApi.IAM.V1.Model.AuditableService.t), default: nil) - The auditable services for a resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IAM.V1.Model.QueryAuditableServicesResponse{
  services: [GoogleApi.IAM.V1.Model.AuditableService.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.