Aliyun.Acs.Ecs.Transform.V20140526.CreateHaVipResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : CreateHaVipResponse
context UnmarshallerContext
리턴 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