Class: OpenApiSDK::Shared::LinkSchema
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Shared::LinkSchema
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/shared/linkschema.rb
Instance Method Summary collapse
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(android: nil, archived: nil, clicks: nil, comments: nil, created_at: nil, description: nil, do_index: nil, domain: nil, expired_url: nil, expires_at: nil, external_id: nil, geo: nil, id: nil, image: nil, ios: nil, key: nil, last_clicked: nil, leads: nil, password: nil, project_id: nil, proxy: nil, public_stats: nil, qr_code: nil, rewrite: nil, sales: nil, short_link: nil, tag_id: nil, tags: nil, title: nil, track_conversion: nil, updated_at: nil, url: nil, user_id: nil, utm_campaign: nil, utm_content: nil, utm_medium: nil, utm_source: nil, utm_term: nil, workspace_id: nil) ⇒ LinkSchema
Returns a new instance of LinkSchema.
99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 |
# File 'lib/open_api_sdk/models/shared/linkschema.rb', line 99 def initialize(android: nil, archived: nil, clicks: nil, comments: nil, created_at: nil, description: nil, do_index: nil, domain: nil, expired_url: nil, expires_at: nil, external_id: nil, geo: nil, id: nil, image: nil, ios: nil, key: nil, last_clicked: nil, leads: nil, password: nil, project_id: nil, proxy: nil, public_stats: nil, qr_code: nil, rewrite: nil, sales: nil, short_link: nil, tag_id: nil, tags: nil, title: nil, track_conversion: nil, updated_at: nil, url: nil, user_id: nil, utm_campaign: nil, utm_content: nil, utm_medium: nil, utm_source: nil, utm_term: nil, workspace_id: nil) @android = android @archived = archived @clicks = clicks @comments = comments @created_at = created_at @description = description @do_index = do_index @domain = domain @expired_url = expired_url @expires_at = expires_at @external_id = external_id @geo = geo @id = id @image = image @ios = ios @key = key @last_clicked = last_clicked @leads = leads @password = password @project_id = project_id @proxy = proxy @public_stats = public_stats @qr_code = qr_code @rewrite = rewrite @sales = sales @short_link = short_link @tag_id = tag_id @tags = @title = title @track_conversion = track_conversion @updated_at = updated_at @url = url @user_id = user_id @utm_campaign = utm_campaign @utm_content = utm_content @utm_medium = utm_medium @utm_source = utm_source @utm_term = utm_term @workspace_id = workspace_id end |