class Google::Apis::RunV1beta1::Json

JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface“, mapinterface“ and nil.

Attributes

raw[RW]

Corresponds to the JSON property `raw` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/run_v1beta1/classes.rb, line 444
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 449
def update!(**args)
  @raw = args[:raw] if args.key?(:raw)
end