GoogleApi.Eventarc.V1.Model.ListPipelinesResponse (google_api_eventarc v0.18.0)
View SourceThe response message for the ListPipelines method.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A page token that can be sent toListPipelines
to request the next page. If this is empty, then there are no more pages. -
pipelines
(type:list(GoogleApi.Eventarc.V1.Model.Pipeline.t)
, default:nil
) - The requested pipelines, up to the number specified inpage_size
. -
unreachable
(type:list(String.t)
, default:nil
) - Unreachable resources, if any.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Eventarc.V1.Model.ListPipelinesResponse{ nextPageToken: String.t() | nil, pipelines: [GoogleApi.Eventarc.V1.Model.Pipeline.t()] | nil, unreachable: [String.t()] | nil }