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

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : DeleteRouterInterfaceResponse
context UnmarshallerContext
Résultat DeleteRouterInterfaceResponse
        public static DeleteRouterInterfaceResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteRouterInterfaceResponse deleteRouterInterfaceResponse = new DeleteRouterInterfaceResponse();

            deleteRouterInterfaceResponse.HttpResponse = context.HttpResponse;
            deleteRouterInterfaceResponse.RequestId = context.StringValue("DeleteRouterInterface.RequestId");

            return deleteRouterInterfaceResponse;
        }
DeleteRouterInterfaceResponseUnmarshaller