Class: GrowsurfRuby::Models::CampaignUpdateParams
Overview
Defined Under Namespace
Modules: Status
Constant Summary
Internal::Type::RequestParameters::GrowsurfRuby
Instance Attribute Summary collapse
#request_options
Instance Method Summary
collapse
-
#initialize(id:, company_logo_image_url: nil, company_name: nil, currency_iso: nil, design: nil, emails: nil, goal: nil, installation: nil, name: nil, notifications: nil, options: nil, status: nil, request_options: {}) ⇒ Object
constructor
-
#to_hash ⇒ {
dump_request
included
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id:, company_logo_image_url: nil, company_name: nil, currency_iso: nil, design: nil, emails: nil, goal: nil, installation: nil, name: nil, notifications: nil, options: nil, status: nil, request_options: {}) ⇒ Object
|
# File 'lib/growsurf_ruby/models/campaign_update_params.rb', line 70
|
Instance Attribute Details
#company_logo_image_url ⇒ String?
18
|
# File 'lib/growsurf_ruby/models/campaign_update_params.rb', line 18
optional :company_logo_image_url, String, api_name: :companyLogoImageUrl
|
#company_name ⇒ String?
23
|
# File 'lib/growsurf_ruby/models/campaign_update_params.rb', line 23
optional :company_name, String, api_name: :companyName
|
#currency_iso ⇒ String?
28
|
# File 'lib/growsurf_ruby/models/campaign_update_params.rb', line 28
optional :currency_iso, String, api_name: :currencyISO
|
#design ⇒ Hash{Symbol=>Object}?
33
|
# File 'lib/growsurf_ruby/models/campaign_update_params.rb', line 33
optional :design, GrowsurfRuby::Internal::Type::HashOf[GrowsurfRuby::Internal::Type::Unknown]
|
#emails ⇒ Hash{Symbol=>Object}?
38
|
# File 'lib/growsurf_ruby/models/campaign_update_params.rb', line 38
optional :emails, GrowsurfRuby::Internal::Type::HashOf[GrowsurfRuby::Internal::Type::Unknown]
|
#goal ⇒ String?
43
|
# File 'lib/growsurf_ruby/models/campaign_update_params.rb', line 43
optional :goal, String
|
#id ⇒ String
13
|
# File 'lib/growsurf_ruby/models/campaign_update_params.rb', line 13
required :id, String
|
#installation ⇒ Hash{Symbol=>Object}?
48
|
# File 'lib/growsurf_ruby/models/campaign_update_params.rb', line 48
optional :installation, GrowsurfRuby::Internal::Type::HashOf[GrowsurfRuby::Internal::Type::Unknown]
|
#name ⇒ String?
53
|
# File 'lib/growsurf_ruby/models/campaign_update_params.rb', line 53
optional :name, String
|
#notifications ⇒ Hash{Symbol=>Object}?
58
|
# File 'lib/growsurf_ruby/models/campaign_update_params.rb', line 58
optional :notifications, GrowsurfRuby::Internal::Type::HashOf[GrowsurfRuby::Internal::Type::Unknown]
|
#options ⇒ Hash{Symbol=>Object}?
63
|
# File 'lib/growsurf_ruby/models/campaign_update_params.rb', line 63
optional :options, GrowsurfRuby::Internal::Type::HashOf[GrowsurfRuby::Internal::Type::Unknown]
|
#status ⇒ Symbol, ...
68
|
# File 'lib/growsurf_ruby/models/campaign_update_params.rb', line 68
optional :status, enum: -> { GrowsurfRuby::CampaignUpdateParams::Status }
|
Instance Method Details
#to_hash ⇒ {
88
|
# File 'sig/growsurf_ruby/models/campaign_update_params.rbs', line 88
def to_hash: -> {
|