google_api_file v0.8.0 GoogleApi.File.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1NotificationMetadata View Source

This message has been deprecated. NotificationMetadata is the notification state for an instance.

Attributes

  • rescheduled (type: boolean(), default: nil) - Whether the instance update has been rescheduled.
  • scheduledEndTime (type: DateTime.t, default: nil) - The scheduled end time for the maintenance window during which update can be performed on the instance.
  • scheduledStartTime (type: DateTime.t, default: nil) - The scheduled start time for the maintenance window during which update can be performed on the instance.
  • targetRelease (type: String.t, default: nil) - The target release to be applied to the instance.

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 Source
t() ::
  %GoogleApi.File.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1NotificationMetadata{
    rescheduled: boolean(),
    scheduledEndTime: DateTime.t(),
    scheduledStartTime: DateTime.t(),
    targetRelease: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.