Class: OpenApiSDK::Models::Operations::ListEventsResponseBodyEventsLink
- Inherits:
-
Object
- Object
- OpenApiSDK::Models::Operations::ListEventsResponseBodyEventsLink
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/open_api_sdk/models/operations/listevents_responsebody_events_link.rb
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize(id:, domain:, key:, url:, track_conversion:, archived:, expires_at:, disabled_at:, proxy:, rewrite:, do_index:, public_stats:, webhook_ids:, short_link:, qr_code:, test_started_at:, test_completed_at:, workspace_id:, last_clicked:, created_at:, updated_at:, project_id:, external_id: nil, tenant_id: nil, program_id: nil, partner_id: nil, expired_url: nil, password: nil, title: nil, description: nil, image: nil, video: nil, ios: nil, android: nil, geo: nil, tags: nil, folder_id: nil, comments: nil, utm_source: nil, utm_medium: nil, utm_campaign: nil, utm_term: nil, utm_content: nil, user_id: nil, tag_id: nil, test_variants: nil, clicks: 0.0, leads: 0.0, conversions: 0.0, sales: 0.0, sale_amount: 0.0) ⇒ ListEventsResponseBodyEventsLink
constructor
A new instance of ListEventsResponseBodyEventsLink.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(id:, domain:, key:, url:, track_conversion:, archived:, expires_at:, disabled_at:, proxy:, rewrite:, do_index:, public_stats:, webhook_ids:, short_link:, qr_code:, test_started_at:, test_completed_at:, workspace_id:, last_clicked:, created_at:, updated_at:, project_id:, external_id: nil, tenant_id: nil, program_id: nil, partner_id: nil, expired_url: nil, password: nil, title: nil, description: nil, image: nil, video: nil, ios: nil, android: nil, geo: nil, tags: nil, folder_id: nil, comments: nil, utm_source: nil, utm_medium: nil, utm_campaign: nil, utm_term: nil, utm_content: nil, user_id: nil, tag_id: nil, test_variants: nil, clicks: 0.0, leads: 0.0, conversions: 0.0, sales: 0.0, sale_amount: 0.0) ⇒ ListEventsResponseBodyEventsLink
Returns a new instance of ListEventsResponseBodyEventsLink.
123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 |
# File 'lib/open_api_sdk/models/operations/listevents_responsebody_events_link.rb', line 123 def initialize(id:, domain:, key:, url:, track_conversion:, archived:, expires_at:, disabled_at:, proxy:, rewrite:, do_index:, public_stats:, webhook_ids:, short_link:, qr_code:, test_started_at:, test_completed_at:, workspace_id:, last_clicked:, created_at:, updated_at:, project_id:, external_id: nil, tenant_id: nil, program_id: nil, partner_id: nil, expired_url: nil, password: nil, title: nil, description: nil, image: nil, video: nil, ios: nil, android: nil, geo: nil, tags: nil, folder_id: nil, comments: nil, utm_source: nil, utm_medium: nil, utm_campaign: nil, utm_term: nil, utm_content: nil, user_id: nil, tag_id: nil, test_variants: nil, clicks: 0.0, leads: 0.0, conversions: 0.0, sales: 0.0, sale_amount: 0.0) @id = id @domain = domain @key = key @url = url @track_conversion = track_conversion @archived = archived @expires_at = expires_at @disabled_at = disabled_at @proxy = proxy @rewrite = rewrite @do_index = do_index @public_stats = public_stats @webhook_ids = webhook_ids @short_link = short_link @qr_code = qr_code @test_started_at = test_started_at @test_completed_at = test_completed_at @workspace_id = workspace_id @last_clicked = last_clicked @created_at = created_at @updated_at = updated_at @project_id = project_id @external_id = external_id @tenant_id = tenant_id @program_id = program_id @partner_id = partner_id @expired_url = expired_url @password = password @title = title @description = description @image = image @video = video @ios = ios @android = android @geo = geo @tags = @folder_id = folder_id @comments = comments @utm_source = utm_source @utm_medium = utm_medium @utm_campaign = utm_campaign @utm_term = utm_term @utm_content = utm_content @user_id = user_id @tag_id = tag_id @test_variants = test_variants @clicks = clicks @leads = leads @conversions = conversions @sales = sales @sale_amount = sale_amount end |
Instance Method Details
#==(other) ⇒ Object
178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 |
# File 'lib/open_api_sdk/models/operations/listevents_responsebody_events_link.rb', line 178 def ==(other) return false unless other.is_a? self.class return false unless @id == other.id return false unless @domain == other.domain return false unless @key == other.key return false unless @url == other.url return false unless @track_conversion == other.track_conversion return false unless @archived == other.archived return false unless @expires_at == other.expires_at return false unless @disabled_at == other.disabled_at return false unless @proxy == other.proxy return false unless @rewrite == other.rewrite return false unless @do_index == other.do_index return false unless @public_stats == other.public_stats return false unless @webhook_ids == other.webhook_ids return false unless @short_link == other.short_link return false unless @qr_code == other.qr_code return false unless @test_started_at == other.test_started_at return false unless @test_completed_at == other.test_completed_at return false unless @workspace_id == other.workspace_id return false unless @last_clicked == other.last_clicked return false unless @created_at == other.created_at return false unless @updated_at == other.updated_at return false unless @project_id == other.project_id return false unless @external_id == other.external_id return false unless @tenant_id == other.tenant_id return false unless @program_id == other.program_id return false unless @partner_id == other.partner_id return false unless @expired_url == other.expired_url return false unless @password == other.password return false unless @title == other.title return false unless @description == other.description return false unless @image == other.image return false unless @video == other.video return false unless @ios == other.ios return false unless @android == other.android return false unless @geo == other.geo return false unless @tags == other. return false unless @folder_id == other.folder_id return false unless @comments == other.comments return false unless @utm_source == other.utm_source return false unless @utm_medium == other.utm_medium return false unless @utm_campaign == other.utm_campaign return false unless @utm_term == other.utm_term return false unless @utm_content == other.utm_content return false unless @user_id == other.user_id return false unless @tag_id == other.tag_id return false unless @test_variants == other.test_variants return false unless @clicks == other.clicks return false unless @leads == other.leads return false unless @conversions == other.conversions return false unless @sales == other.sales return false unless @sale_amount == other.sale_amount true end |