Class: Google::Apis::DfareportingV5::DynamicProfileGenerateCodeResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dfareporting_v5/classes.rb,
lib/google/apis/dfareporting_v5/representations.rb,
lib/google/apis/dfareporting_v5/representations.rb

Overview

Response message for DfareportingDynamicProfiles.GenerateCode.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DynamicProfileGenerateCodeResponse

Returns a new instance of DynamicProfileGenerateCodeResponse.



6233
6234
6235
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 6233

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#codeString

Generated code for the dynamic profile. The code will need to be unescaped. Corresponds to the JSON property code

Returns:

  • (String)


6231
6232
6233
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 6231

def code
  @code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6238
6239
6240
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 6238

def update!(**args)
  @code = args[:code] if args.key?(:code)
end