View Source GoogleApi.Logging.V2.Model.LinkMetadata (google_api_logging v0.47.0)

Metadata for long running Link operations.

Attributes

  • createLinkRequest (type: GoogleApi.Logging.V2.Model.CreateLinkRequest.t, default: nil) - CreateLink RPC request.
  • deleteLinkRequest (type: GoogleApi.Logging.V2.Model.DeleteLinkRequest.t, default: nil) - DeleteLink RPC request.
  • endTime (type: DateTime.t, default: nil) - The end time of an operation.
  • startTime (type: DateTime.t, default: nil) - The start time of an operation.
  • state (type: String.t, default: nil) - Output only. State of an operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Logging.V2.Model.LinkMetadata{
  createLinkRequest: GoogleApi.Logging.V2.Model.CreateLinkRequest.t() | nil,
  deleteLinkRequest: GoogleApi.Logging.V2.Model.DeleteLinkRequest.t() | nil,
  endTime: DateTime.t() | nil,
  startTime: DateTime.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.