Class ProjectsResource.LocationsResource.AppsResource.VersionsResource.CreateRequest
Creates a new app version in the given app.
Inheritance
ProjectsResource.LocationsResource.AppsResource.VersionsResource.CreateRequest
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.AppsResource.VersionsResource.CreateRequest : CustomerEngagementSuiteBaseServiceRequest<AppVersion>, IClientServiceRequest<AppVersion>, IClientServiceRequest
Constructors
CreateRequest(IClientService, AppVersion, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, AppVersion body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| AppVersion | body | |
| string | parent |
Properties
AppVersionId
Optional. The ID to use for the app version, which will become the final component of the app version's resource name. If not provided, a unique ID will be automatically assigned for the app version.
Declaration
[RequestParameter("appVersionId", RequestParameterType.Query)]
public virtual string AppVersionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Parent
Required. The resource name of the app to create an app version in.
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()