Class Quantity
The view model of a single quantity, e.g. "800 MiB". Corresponds to https://github.com/kubernetes/kuber netes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto
Inheritance
System.Object
Quantity
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRun.v1alpha1.Data
Assembly: Google.Apis.CloudRun.v1alpha1.dll
Syntax
public class Quantity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
String__
Stringified version of the quantity, e.g., "800 MiB".
Declaration
[JsonProperty("string")]
public virtual string String__ { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |