public sealed class CreateVersionMethod : IMessage<CreateVersionMethod>, IEquatable<CreateVersionMethod>, IDeepCloneable<CreateVersionMethod>, IBufferMessage, IMessage
Detailed information about CreateVersion call.
Implements
IMessage<CreateVersionMethod>, IEquatable<CreateVersionMethod>, IDeepCloneable<CreateVersionMethod>, 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 |