Class ShouldThrottleResponse
Response message for calling ShouldThrottle
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1.Data
Assembly: Google.Apis.BeyondCorp.v1.dll
Syntax
public class ShouldThrottleResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ShouldThrottle
Whether the port should be throttled
Declaration
[JsonProperty("shouldThrottle")]
public virtual bool? ShouldThrottle { get; set; }
Property Value
Type | Description |
---|---|
bool? |