Class: OpenApiSDK::Operations::CreateMarketingautomationCampaignResponse

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/operations/createmarketingautomationcampaign_response.rb

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(content_type: nil, raw_response: nil, status_code: nil, unified_marketingautomation_campaign_output: nil) ⇒ CreateMarketingautomationCampaignResponse

Returns a new instance of CreateMarketingautomationCampaignResponse.



25
26
27
28
29
30
# File 'lib/open_api_sdk/models/operations/createmarketingautomationcampaign_response.rb', line 25

def initialize(content_type: nil, raw_response: nil, status_code: nil, unified_marketingautomation_campaign_output: nil)
  @content_type = content_type
  @raw_response = raw_response
  @status_code = status_code
  @unified_marketingautomation_campaign_output = unified_marketingautomation_campaign_output
end