Aliyun.Acs.Ecs.Transform.V20140526.CreateHaVipResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : CreateHaVipResponse
context UnmarshallerContext
return Aliyun.Acs.Ecs.Model.V20140526.CreateHaVipResponse
        public static CreateHaVipResponse Unmarshall(UnmarshallerContext context)
        {
            CreateHaVipResponse createHaVipResponse = new CreateHaVipResponse();

            createHaVipResponse.HttpResponse = context.HttpResponse;
            createHaVipResponse.RequestId = context.StringValue("CreateHaVip.RequestId");
            createHaVipResponse.HaVipId = context.StringValue("CreateHaVip.HaVipId");

            return createHaVipResponse;
        }
CreateHaVipResponseUnmarshaller