Class NetworkEndpointGroupsListEndpointsRequestNetworkEndpointFilter
Inheritance
NetworkEndpointGroupsListEndpointsRequestNetworkEndpointFilter
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class NetworkEndpointGroupsListEndpointsRequestNetworkEndpointFilter : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
NetworkEndpoint
Declaration
[JsonProperty("networkEndpoint")]
public virtual NetworkEndpoint NetworkEndpoint { get; set; }
Property Value
Implements