class Google::Apis::ManagerV1beta2::NetworkModuleStatus
Attributes
network_url[RW]
- Output Only
-
The URL of the corresponding Network resource.
Corresponds to the JSON property `networkUrl` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/manager_v1beta2/classes.rb, line 862 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/manager_v1beta2/classes.rb, line 867 def update!(**args) @network_url = args[:network_url] if args.key?(:network_url) end