Class Pod
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class Pod : IDirectResponseSchema
Properties
Containers
Declaration
[JsonProperty("containers")]
public virtual IList<Container> Containers { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Labels
Declaration
[JsonProperty("labels")]
public virtual IList<Label> Labels { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Ns
Declaration
[JsonProperty("ns")]
public virtual string Ns { get; set; }
Property Value
Implements