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