class Google::Apis::ApigeeV1::GoogleCloudApigeeV1AccessRemove
Remove action. For example, “Remove” : ` “name” : “target.name”, “success” : true `
Attributes
name[RW]
Corresponds to the JSON property `name` @return [String]
success[RW]
Corresponds to the JSON property `success` @return [Boolean]
success?[RW]
Corresponds to the JSON property `success` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 194 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/apigee_v1/classes.rb, line 199 def update!(**args) @name = args[:name] if args.key?(:name) @success = args[:success] if args.key?(:success) end