View Source GoogleApi.Eventarc.V1.Model.ListMessageBusEnrollmentsResponse (google_api_eventarc v0.17.1)

The response message for the ListMessageBusEnrollments method.## Attributes *enrollments(*type:*list(String.t), *default:*nil) - The requested enrollments, up to the number specified inpage_size. *nextPageToken(*type:*String.t, *default:*nil) - A page token that can be sent toListMessageBusEnrollmentsto request the next page. If this is empty, then there are no more pages. *unreachable(*type:*list(String.t), *default:*nil`) - Unreachable resources, if any.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Eventarc.V1.Model.ListMessageBusEnrollmentsResponse{
  enrollments: [String.t()] | nil,
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.