google_api_script v0.13.0 GoogleApi.Script.V1.Model.Deployment View Source
Representation of a single script deployment.
Attributes
deploymentConfig(type:GoogleApi.Script.V1.Model.DeploymentConfig.t, default:nil) - The deployment configuration.deploymentId(type:String.t, default:nil) - The deployment ID for this deployment.entryPoints(type:list(GoogleApi.Script.V1.Model.EntryPoint.t), default:nil) - The deployment's entry points.updateTime(type:DateTime.t, default:nil) - Last modified date time stamp.
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.Deployment{
deploymentConfig: GoogleApi.Script.V1.Model.DeploymentConfig.t(),
deploymentId: String.t(),
entryPoints: [GoogleApi.Script.V1.Model.EntryPoint.t()],
updateTime: DateTime.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.