Aliyun.Acs.Mts.Transform.V20140618.RegisterMediaWorkflowTypeResponseUnmarshaller.Unmarshall C# (CSharp) Метод

Unmarshall() публичный статический Метод

public static Unmarshall ( UnmarshallerContext context ) : RegisterMediaWorkflowTypeResponse
context UnmarshallerContext
Результат RegisterMediaWorkflowTypeResponse
        public static RegisterMediaWorkflowTypeResponse Unmarshall(UnmarshallerContext context)
        {
            RegisterMediaWorkflowTypeResponse registerMediaWorkflowTypeResponse = new RegisterMediaWorkflowTypeResponse();

            registerMediaWorkflowTypeResponse.HttpResponse = context.HttpResponse;
            registerMediaWorkflowTypeResponse.RequestId = context.StringValue("RegisterMediaWorkflowType.RequestId");

            return registerMediaWorkflowTypeResponse;
        }
RegisterMediaWorkflowTypeResponseUnmarshaller