class Google::Apis::ApigeeV1::EdgeConfigstoreBundleBadBundle
Describes why a bundle is invalid. Intended for use in error details.
Attributes
violations[RW]
Describes all precondition violations. Corresponds to the JSON property `violations` @return [Array<Google::Apis::ApigeeV1::EdgeConfigstoreBundleBadBundleViolation>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 34 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 39 def update!(**args) @violations = args[:violations] if args.key?(:violations) end