Aliyun.Acs.Rds.Transform.V20140815.CancelImportResponseUnmarshaller.Unmarshall C# (CSharp) Méthode

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : CancelImportResponse
context UnmarshallerContext
Résultat CancelImportResponse
        public static CancelImportResponse Unmarshall(UnmarshallerContext context)
        {
            CancelImportResponse cancelImportResponse = new CancelImportResponse();

            cancelImportResponse.HttpResponse = context.HttpResponse;
            cancelImportResponse.RequestId = context.StringValue("CancelImport.RequestId");

            return cancelImportResponse;
        }
CancelImportResponseUnmarshaller