Aliyun.Acs.Ecs.Transform.V20140526.CreateVSwitchResponseUnmarshaller.Unmarshall C# (CSharp) Méthode

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : CreateVSwitchResponse
context UnmarshallerContext
Résultat 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