Class Library (1.2.0)

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

Third-party Python runtime library that is required by the application.

Inheritance

Object > Library

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

Library()

public Library()

Library(Library)

public Library(Library other)
Parameter
NameDescription
otherLibrary

Properties

Name

public string Name { get; set; }

Name of the library. Example: "django".

Property Value
TypeDescription
String

Version

public string Version { get; set; }

Version of the library to select, or "latest".

Property Value
TypeDescription
String