Class Attribute
- Namespace
- Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Types
- Assembly
- Sportradar.LiveData.Sdk.dll
Attribute
[Serializable]
public class Attribute
- Inheritance
-
Attribute
- Inherited Members
Properties
Type
Type
public string Type { get; set; }
Property Value
TypeId
Type id
public int TypeId { get; set; }
Property Value
Value
Value
public string Value { get; set; }
Property Value
ValueId
Value id
public int ValueId { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Remarks
Can be used for diagnostics purposes.