class Google::Apis::DeploymentmanagerV2beta::Diagnostic
Attributes
field[RW]
JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic. Corresponds to the JSON property `field` @return [String]
level[RW]
Level to record this diagnostic. Corresponds to the JSON property `level` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/deploymentmanager_v2beta/classes.rb, line 766 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/deploymentmanager_v2beta/classes.rb, line 771 def update!(**args) @field = args[:field] if args.key?(:field) @level = args[:level] if args.key?(:level) end