Class GoogleCloudSecuritycenterV2PortRange
Inheritance
GoogleCloudSecuritycenterV2PortRange
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2PortRange : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Max
Declaration
[JsonProperty("max")]
public virtual long? Max { get; set; }
Property Value
Min
Declaration
[JsonProperty("min")]
public virtual long? Min { get; set; }
Property Value
Implements