Class: Google::Apis::DfareportingV5::DynamicProfileGenerateCodeResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV5::DynamicProfileGenerateCodeResponse
- 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
-
#code ⇒ String
Generated code for the dynamic profile.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DynamicProfileGenerateCodeResponse
constructor
A new instance of DynamicProfileGenerateCodeResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#code ⇒ String
Generated code for the dynamic profile. The code will need to be unescaped.
Corresponds to the JSON property code
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 |