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