Class GoogleMetadata
public class GoogleMetadata
- Inheritance
-
objectGoogleMetadata
Properties
NumericValue
public float? NumericValue { get; set; }
Property Value
- float?
StringListValue
public List<string> StringListValue { get; set; }
Property Value
- List<string>
StringValue
public string StringValue { get; set; }
Property Value
- string