class Google::Apis::ComputeBeta::CacheInvalidationRule

Attributes

path[RW]

Corresponds to the JSON property `path` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/compute_beta/classes.rb, line 1225
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/compute_beta/classes.rb, line 1230
def update!(**args)
  @path = args[:path] if args.key?(:path)
end