View Source GoogleApi.AndroidPublisher.V3.Model.AppEdit (google_api_android_publisher v0.33.0)

An app edit. The resource for EditsService.

Attributes

  • expiryTimeSeconds (type: String.t, default: nil) - Output only. The time (as seconds since Epoch) at which the edit will expire and will be no longer valid for use.
  • id (type: String.t, default: nil) - Output only. Identifier of the edit. Can be used in subsequent API calls.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.AppEdit{
  expiryTimeSeconds: String.t() | nil,
  id: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.