View Source GoogleApi.AppEngine.V1.Model.ProjectEvent (google_api_app_engine v0.37.0)
The request sent to CLHs during project events.
Attributes
-
eventId
(type:String.t
, default:nil
) - The unique ID for this project event. CLHs can use this value to dedup repeated calls. required -
phase
(type:String.t
, default:nil
) - -
projectMetadata
(type:GoogleApi.AppEngine.V1.Model.ProjectsMetadata.t
, default:nil
) - The projects metadata for this project. required -
state
(type:GoogleApi.AppEngine.V1.Model.ContainerState.t
, default:nil
) - The state of the project that led to this event.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AppEngine.V1.Model.ProjectEvent{ eventId: String.t() | nil, phase: String.t() | nil, projectMetadata: GoogleApi.AppEngine.V1.Model.ProjectsMetadata.t() | nil, state: GoogleApi.AppEngine.V1.Model.ContainerState.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.