Class CloneVersionRequest
Implements
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1beta1.Data
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class CloneVersionRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Exclude
If provided, only paths that do not match any of the RegEx values in this list will be included in the new version.
Declaration
[JsonProperty("exclude")]
public virtual PathFilter Exclude { get; set; }
Property Value
Type | Description |
---|---|
PathFilter |
Finalize
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
.
Declaration
[JsonProperty("finalize")]
public virtual bool? Finalize { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Include
If provided, only paths that match one or more RegEx values in this list will be included in the new version.
Declaration
[JsonProperty("include")]
public virtual PathFilter Include { get; set; }
Property Value
Type | Description |
---|---|
PathFilter |
SourceVersion
Required. The unique identifier for the version to be cloned, in the format: sites/SITE_ID/versions/VERSION_ID
Declaration
[JsonProperty("sourceVersion")]
public virtual string SourceVersion { get; set; }
Property Value
Type | Description |
---|---|
string |