View Source GoogleApi.Batch.V1.Model.Script (google_api_batch v0.6.4)
Script runnable.
Attributes
-
path(type:String.t, default:nil) - The path to a script file that is accessible from the host VM(s). Unless the script file supports the default#!/bin/shshell interpreter, you must specify an interpreter by including a [shebang line](https://en.wikipedia.org/wiki/Shebang_(Unix) as the first line of the file. For example, to execute the script using bash, include#!/bin/bashas the first line of the file. Alternatively, to execute the script using Python3, include#!/usr/bin/env python3as the first line of the file. -
text(type:String.t, default:nil) - The text for a script. Unless the script text supports the default#!/bin/shshell interpreter, you must specify an interpreter by including a [shebang line](https://en.wikipedia.org/wiki/Shebang_(Unix) at the beginning of the text. For example, to execute the script using bash, include#!/bin/bash\nat the beginning of the text. Alternatively, to execute the script using Python3, include#!/usr/bin/env python3\nat the beginning of the text.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.