Aliyun.Acs.CloudAPI.Transform.V20160714.CreateApiResponseUnmarshaller.Unmarshall C# (CSharp) Méthode

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : CreateApiResponse
context UnmarshallerContext
Résultat CreateApiResponse
        public static CreateApiResponse Unmarshall(UnmarshallerContext context)
        {
            CreateApiResponse createApiResponse = new CreateApiResponse();

            createApiResponse.HttpResponse = context.HttpResponse;
            createApiResponse.RequestId = context.StringValue("CreateApi.RequestId");
            createApiResponse.ApiId = context.StringValue("CreateApi.ApiId");

            return createApiResponse;
        }
CreateApiResponseUnmarshaller