google_api_script v0.11.0 GoogleApi.Script.V1.Model.ListVersionsResponse View Source
Response with the list of the versions for the specified script project.
Attributes
nextPageToken(type:String.t, default:nil) - The token use to fetch the next page of records. if not exist in the response, that means no more versions to list.versions(type:list(GoogleApi.Script.V1.Model.Version.t), default:nil) - The list of versions.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Script.V1.Model.ListVersionsResponse{
nextPageToken: String.t(),
versions: [GoogleApi.Script.V1.Model.Version.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.