Aliyun.Acs.Rds.Transform.V20140815.StopSyncingResponseUnmarshaller.Unmarshall C# (CSharp) Метод

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

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

            stopSyncingResponse.HttpResponse = context.HttpResponse;
            stopSyncingResponse.RequestId = context.StringValue("StopSyncing.RequestId");

            return stopSyncingResponse;
        }
StopSyncingResponseUnmarshaller