View Source GoogleApi.FirebaseHosting.V1beta1.Model.CloneVersionRequest (google_api_firebase_hosting v0.17.1)

Attributes

  • exclude (type: GoogleApi.FirebaseHosting.V1beta1.Model.PathFilter.t, default: nil) - If provided, only paths that do not match any of the RegEx values in this list will be included in the new version.
  • finalize (type: boolean(), default: nil) - If true, the call to CloneVersion immediately finalizes the version after cloning is complete. If false, the cloned version will have a status of CREATED. Use UpdateVersion to set the status of the version to FINALIZED.
  • include (type: GoogleApi.FirebaseHosting.V1beta1.Model.PathFilter.t, default: nil) - If provided, only paths that match one or more RegEx values in this list will be included in the new version.
  • sourceVersion (type: String.t, default: nil) - Required. The unique identifier for the version to be cloned, in the format: sites/SITE_ID/versions/VERSION_ID

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.CloneVersionRequest{
  exclude: GoogleApi.FirebaseHosting.V1beta1.Model.PathFilter.t() | nil,
  finalize: boolean() | nil,
  include: GoogleApi.FirebaseHosting.V1beta1.Model.PathFilter.t() | nil,
  sourceVersion: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.