Aliyun.Acs.Rds.Transform.V20140815.AllocateInstancePublicConnectionResponseUnmarshaller.Unmarshall C# (CSharp) Méthode

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : AllocateInstancePublicConnectionResponse
context UnmarshallerContext
Résultat AllocateInstancePublicConnectionResponse
        public static AllocateInstancePublicConnectionResponse Unmarshall(UnmarshallerContext context)
        {
            AllocateInstancePublicConnectionResponse allocateInstancePublicConnectionResponse = new AllocateInstancePublicConnectionResponse();

            allocateInstancePublicConnectionResponse.HttpResponse = context.HttpResponse;
            allocateInstancePublicConnectionResponse.RequestId = context.StringValue("AllocateInstancePublicConnection.RequestId");

            return allocateInstancePublicConnectionResponse;
        }
AllocateInstancePublicConnectionResponseUnmarshaller