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

Unmarshall() public static method

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

            createVSwitchResponse.HttpResponse = context.HttpResponse;
            createVSwitchResponse.RequestId = context.StringValue("CreateVSwitch.RequestId");
            createVSwitchResponse.VSwitchId = context.StringValue("CreateVSwitch.VSwitchId");

            return createVSwitchResponse;
        }
CreateVSwitchResponseUnmarshaller