Class CreateVersionMethod (1.1.0)

public sealed class CreateVersionMethod : IMessage<CreateVersionMethod>, IEquatable<CreateVersionMethod>, IDeepCloneable<CreateVersionMethod>, IBufferMessage, IMessage

Detailed information about CreateVersion call.

Inheritance

Object > CreateVersionMethod

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

CreateVersionMethod()

public CreateVersionMethod()

CreateVersionMethod(CreateVersionMethod)

public CreateVersionMethod(CreateVersionMethod other)
Parameter
NameDescription
otherCreateVersionMethod

Properties

Request

public CreateVersionRequest Request { get; set; }

Create version request.

Property Value
TypeDescription
CreateVersionRequest