Class: Google::Apis::DfareportingV4::DynamicProfileGenerateCodeResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dfareporting_v4/classes.rb,
lib/google/apis/dfareporting_v4/representations.rb,
lib/google/apis/dfareporting_v4/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.



6307
6308
6309
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 6307

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)


6305
6306
6307
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 6305

def code
  @code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6312
6313
6314
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 6312

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