Aliyun.Acs.Ecs.Transform.V20140526.ModifyPhysicalConnectionAttributeResponseUnmarshaller.Unmarshall C# (CSharp) Метод

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

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

            modifyPhysicalConnectionAttributeResponse.HttpResponse = context.HttpResponse;
            modifyPhysicalConnectionAttributeResponse.RequestId = context.StringValue("ModifyPhysicalConnectionAttribute.RequestId");

            return modifyPhysicalConnectionAttributeResponse;
        }
ModifyPhysicalConnectionAttributeResponseUnmarshaller