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

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

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

            migrateToOtherZoneResponse.HttpResponse = context.HttpResponse;
            migrateToOtherZoneResponse.RequestId = context.StringValue("MigrateToOtherZone.RequestId");

            return migrateToOtherZoneResponse;
        }
MigrateToOtherZoneResponseUnmarshaller