Class ProjectsResource.SitesResource.VersionsResource.CloneRequest
Creates a new version on the specified target site using the content of the specified version.
Inheritance
ProjectsResource.SitesResource.VersionsResource.CloneRequest
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1beta1
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class ProjectsResource.SitesResource.VersionsResource.CloneRequest : FirebaseHostingBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
CloneRequest(IClientService, CloneVersionRequest, string)
Constructs a new Clone request.
Declaration
public CloneRequest(IClientService service, CloneVersionRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
CloneVersionRequest | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseHosting.v1beta1.Data.Operation>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseHosting.v1beta1.Data.Operation>.MethodName
Parent
Required. The target site for the cloned version, in the format: sites/ SITE_ID
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseHosting.v1beta1.Data.Operation>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseHosting.v1beta1.Data.Operation>.GetBody()
InitParameters()
Initializes Clone parameter list.
Declaration
protected override void InitParameters()