class Google::Apis::ComputeV1::ProjectsDisableXpnResourceRequest
Attributes
xpn_resource[RW]
Service resource (a.k.a service project) ID. Corresponds to the JSON property `xpnResource` @return [Google::Apis::ComputeV1::XpnResourceId]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 25236 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_v1/classes.rb, line 25241 def update!(**args) @xpn_resource = args[:xpn_resource] if args.key?(:xpn_resource) end