BuildIt.CognitiveServices.Models.UsageEventInfo.UsageEventInfo C# (CSharp) Method

UsageEventInfo() public method

Initializes a new instance of the UsageEventInfo class.
public UsageEventInfo ( ) : System.Linq
return System.Linq
        public UsageEventInfo() { }

Same methods

UsageEventInfo::UsageEventInfo ( string eventType = default(string), string itemId = default(string), string timestamp = default(string), int count = default(int?), double unitPrice = default(double?) ) : System.Linq
UsageEventInfo