class OpenApiSDK::Operations::CreateReferralsEmbedTokenLinkProps
Additional properties that you can pass to the partner’s short link. Will be used to override the default link properties for this partner.
def initialize(android: nil, archived: nil, comments: nil, description: nil, do_index: nil, expired_url: nil, expires_at: nil, external_id: nil, folder_id: nil, image: nil, ios: nil, password: nil, prefix: nil, proxy: nil, ref: nil, rewrite: nil, tag_ids: nil, tag_names: nil, tenant_id: nil, test_completed_at: nil, test_started_at: nil, test_variants: nil, title: nil, utm_campaign: nil, utm_content: nil, utm_medium: nil, utm_source: nil, utm_term: nil, video: nil)
def initialize(android: nil, archived: nil, comments: nil, description: nil, do_index: nil, expired_url: nil, expires_at: nil, external_id: nil, folder_id: nil, image: nil, ios: nil, password: nil, prefix: nil, proxy: nil, ref: nil, rewrite: nil, tag_ids: nil, tag_names: nil, tenant_id: nil, test_completed_at: nil, test_started_at: nil, test_variants: nil, title: nil, utm_campaign: nil, utm_content: nil, utm_medium: nil, utm_source: nil, utm_term: nil, video: nil) @android = android @archived = archived @comments = comments @description = description @do_index = do_index @expired_url = expired_url @expires_at = expires_at @external_id = external_id @folder_id = folder_id @image = image @ios = ios @password = password @prefix = prefix @proxy = proxy @ref = ref @rewrite = rewrite @tag_ids = tag_ids @tag_names = tag_names @tenant_id = tenant_id @test_completed_at = test_completed_at @test_started_at = test_started_at @test_variants = test_variants @title = title @utm_campaign = utm_campaign @utm_content = utm_content @utm_medium = utm_medium @utm_source = utm_source @utm_term = utm_term @video = video end