class Google::Apis::ComputeBeta::UrlMapsScopedList

Attributes

url_maps[RW]

A list of UrlMaps contained in this scope. Corresponds to the JSON property `urlMaps` @return [Array<Google::Apis::ComputeBeta::UrlMap>]

warning[RW]

Informational warning which replaces the list of backend services when the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeBeta::UrlMapsScopedList::Warning]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 38801
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 38806
def update!(**args)
  @url_maps = args[:url_maps] if args.key?(:url_maps)
  @warning = args[:warning] if args.key?(:warning)
end