C# Class GriklyApi.Models.Events.CreateEventResponse

Inheritance: BaseCreateResponse
显示文件 Open project: Xormis/grikly-dotnet

Public Methods

Method Description
CreateEventResponse ( System.Guid id ) : System

Initializes a new instance of the CreateEventResponse class.

Method Details

CreateEventResponse() public method

Initializes a new instance of the CreateEventResponse class.
public CreateEventResponse ( System.Guid id ) : System
id System.Guid The identifier.
return System