Struct AssetTitle
Describes a requested title asset.
Inherited Members
Namespace: AppstockSDK.Api.Native.Data.Request
Assembly: Appstock.Core.dll
Syntax
[Serializable]
public struct AssetTitle
Fields
length
Gets or sets the maximum length.
Declaration
[Tooltip("Maximum length of the text in the title element.\nORTB: assets[i].title.len")]
public int length
Field Value
Type | Description |
---|---|
int | Maximum length of the text in the title element. |
Remarks
Recommended to be 25, 90, or 140.
ORTB: assets[i].title.len
required
Gets or sets if asset is required.
Declaration
[Tooltip("If checked, exchange will not accept a bid without this asset.\nORTB: assets[i].required")]
public bool required
Field Value
Type | Description |
---|---|
bool |
|
Remarks
ORTB: assets[i].required