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.



6199
6200
6201
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 6199

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)


6197
6198
6199
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 6197

def code
  @code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6204
6205
6206
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 6204

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