class Google::Apis::ComputeBeta::NetworkEndpointGroupsDetachEndpointsRequest
Attributes
network_endpoints[RW]
The list of network endpoints to be detached. Corresponds to the JSON property `networkEndpoints` @return [Array<Google::Apis::ComputeBeta::NetworkEndpoint>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 20167 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_beta/classes.rb, line 20172 def update!(**args) @network_endpoints = args[:network_endpoints] if args.key?(:network_endpoints) end