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

Unmarshall() 공개 정적인 메소드

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