Class: OpenApiSDK::Operations::RequestBody

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

Instance Method Summary collapse

Methods included from MetadataFields

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

Constructor Details

#initialize(url: nil, android: nil, archived: nil, comments: nil, description: nil, do_index: nil, domain: nil, expired_url: nil, expires_at: nil, external_id: nil, geo: nil, image: nil, ios: nil, key: nil, password: nil, prefix: nil, proxy: nil, public_stats: nil, rewrite: nil, tag_id: nil, tag_ids: nil, tag_names: nil, title: nil, track_conversion: nil) ⇒ RequestBody

Returns a new instance of RequestBody.



67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# File 'lib/open_api_sdk/models/operations/requestbody.rb', line 67

def initialize(url: nil, android: nil, archived: nil, comments: nil, description: nil, do_index: nil, domain: nil, expired_url: nil, expires_at: nil, external_id: nil, geo: nil, image: nil, ios: nil, key: nil, password: nil, prefix: nil, proxy: nil, public_stats: nil, rewrite: nil, tag_id: nil, tag_ids: nil, tag_names: nil, title: nil, track_conversion: nil)
  @url = url
  @android = android
  @archived = archived
  @comments = comments
  @description = description
  @do_index = do_index
  @domain = domain
  @expired_url = expired_url
  @expires_at = expires_at
  @external_id = external_id
  @geo = geo
  @image = image
  @ios = ios
  @key = key
  @password = password
  @prefix = prefix
  @proxy = proxy
  @public_stats = public_stats
  @rewrite = rewrite
  @tag_id = tag_id
  @tag_ids = tag_ids
  @tag_names = tag_names
  @title = title
  @track_conversion = track_conversion
end