View Source GoogleApi.AppEngine.V1.Model.ResourceEvent (google_api_app_engine v0.42.0)

The request that is passed to CLH during per-resource events. The request will be sent with update semantics in all cases except for data governance purge events. These events will be sent with delete semantics and the CLH is expected to delete the resource receiving this event.

Attributes

  • eventId (type: String.t, default: nil) - The unique ID for this per-resource event. CLHs can use this value to dedup repeated calls. required
  • name (type: String.t, default: nil) - The name of the resource for which this event is. 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

t()

@type t() :: %GoogleApi.AppEngine.V1.Model.ResourceEvent{
  eventId: String.t() | nil,
  name: String.t() | nil,
  state: GoogleApi.AppEngine.V1.Model.ContainerState.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.