public sealed class CreateVersionMethod : IMessage<CreateVersionMethod>, IEquatable<CreateVersionMethod>, IDeepCloneable<CreateVersionMethod>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class CreateVersionMethod.
Detailed information about CreateVersion call.
Implements
IMessageCreateVersionMethod, IEquatableCreateVersionMethod, IDeepCloneableCreateVersionMethod, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
CreateVersionMethod()
public CreateVersionMethod()
CreateVersionMethod(CreateVersionMethod)
public CreateVersionMethod(CreateVersionMethod other)
Parameter | |
---|---|
Name | Description |
other |
CreateVersionMethod |
Properties
Request
public CreateVersionRequest Request { get; set; }
Create version request.
Property Value | |
---|---|
Type | Description |
CreateVersionRequest |