GoogleApi.Dataflow.V1b3.Model.ListTemplateVersionsResponse (google_api_dataflow v0.31.0) View Source
Respond a list of TemplateVersions.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token that can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages. -
templateVersions(type:list(GoogleApi.Dataflow.V1b3.Model.TemplateVersion.t), default:nil) - A list of TemplateVersions.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dataflow.V1b3.Model.ListTemplateVersionsResponse{
nextPageToken: String.t(),
templateVersions: [GoogleApi.Dataflow.V1b3.Model.TemplateVersion.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.