class Google::Apis::RunV1beta1::CustomResourceValidation

CustomResourceValidation is a list of validation methods for CustomResources.

Attributes

open_apiv3_schema[RW]

JSONSchemaProps is a JSON-Schema following Specification Draft 4 (json- schema.org/). Corresponds to the JSON property `openAPIV3Schema` @return [Google::Apis::RunV1beta1::JsonSchemaProps]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/run_v1beta1/classes.rb, line 402
def update!(**args)
  @open_apiv3_schema = args[:open_apiv3_schema] if args.key?(:open_apiv3_schema)
end